diff options
author | James Le Cuirot <chewi@gentoo.org> | 2020-04-01 23:15:36 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2020-04-01 23:20:16 +0100 |
commit | 594b8ca7a02ace57629349eed736eaa1ca681904 (patch) | |
tree | 1bc0db1045ae1f0148d79d6e8463da6a1063a2c7 /games-fps/ut2003 | |
parent | sys-libs/libunwind: bump up to 1.4.0 (diff) | |
download | gentoo-594b8ca7a02ace57629349eed736eaa1ca681904.tar.gz gentoo-594b8ca7a02ace57629349eed736eaa1ca681904.tar.bz2 gentoo-594b8ca7a02ace57629349eed736eaa1ca681904.zip |
games-fps/ut2003: Add RESTRICT=mirror and revert a couple of changes
I should have taken a closer look at ut2003-data. I would change how
we package this but I am unable to test it.
Package-Manager: Portage-2.3.96, Repoman-2.3.20
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-fps/ut2003')
-rw-r--r-- | games-fps/ut2003/ut2003-2225-r6.ebuild (renamed from games-fps/ut2003/ut2003-2225-r5.ebuild) | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games-fps/ut2003/ut2003-2225-r5.ebuild b/games-fps/ut2003/ut2003-2225-r6.ebuild index 9880ab073d02..0f36cd042f78 100644 --- a/games-fps/ut2003/ut2003-2225-r5.ebuild +++ b/games-fps/ut2003/ut2003-2225-r6.ebuild @@ -13,12 +13,11 @@ LICENSE="ut2003" SLOT="0" KEYWORDS="-* ~amd64 ~x86" IUSE="dedicated" -RESTRICT="bindist strip" +RESTRICT="bindist mirror strip" RDEPEND=" !games-server/ut2003-ded games-fps/ut2003-data - media-libs/libsdl[abi_x86_32] sys-libs/glibc virtual/opengl[abi_x86_32] " @@ -40,8 +39,8 @@ src_install() { doins -r . fperms +x "${DIR}"/System/{ucc,${PN}}-bin - make_wrapper ${PN} ./${PN}-bin "${DIR}"/System "${DIR}"/System - make_wrapper ${PN}-ded "./ucc-bin server" "${DIR}"/System "${DIR}"/System + make_wrapper ${PN} ./${PN}-bin "${DIR}" + make_wrapper ${PN}-ded ./ucc "${DIR}" make_desktop_entry ${PN} "Unreal Tournament 2003" applications-games |