diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-10-15 11:06:04 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-10-15 11:06:04 +0000 |
commit | eefd940e8b820344f7eea961dbc7b02391beb06b (patch) | |
tree | 85aee7b4c2c4b7134a67a30d48a9c436eb6dde0e /games-fps/ut2004-demo | |
parent | Support multilib providers for deps. Bump to EAPI=5. (diff) | |
download | gentoo-2-eefd940e8b820344f7eea961dbc7b02391beb06b.tar.gz gentoo-2-eefd940e8b820344f7eea961dbc7b02391beb06b.tar.bz2 gentoo-2-eefd940e8b820344f7eea961dbc7b02391beb06b.zip |
Support multilib providers for deps. Bump to EAPI=5.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'games-fps/ut2004-demo')
-rw-r--r-- | games-fps/ut2004-demo/ChangeLog | 5 | ||||
-rw-r--r-- | games-fps/ut2004-demo/ut2004-demo-3334.ebuild | 25 |
2 files changed, 21 insertions, 9 deletions
diff --git a/games-fps/ut2004-demo/ChangeLog b/games-fps/ut2004-demo/ChangeLog index 1ba0bbd42635..76b3083ab1ad 100644 --- a/games-fps/ut2004-demo/ChangeLog +++ b/games-fps/ut2004-demo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/ut2004-demo # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-demo/ChangeLog,v 1.48 2014/05/07 16:08:16 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-demo/ChangeLog,v 1.49 2014/10/15 11:06:04 pacho Exp $ + + 15 Oct 2014; Pacho Ramos <pacho@gentoo.org> ut2004-demo-3334.ebuild: + Support multilib providers for deps. Bump to EAPI=5. 07 May 2014; Ulrich Müller <ulm@gentoo.org> ut2004-demo-3334.ebuild: Fix LICENSE, bug 506968. diff --git a/games-fps/ut2004-demo/ut2004-demo-3334.ebuild b/games-fps/ut2004-demo/ut2004-demo-3334.ebuild index a2aaceced631..64cba75998ce 100644 --- a/games-fps/ut2004-demo/ut2004-demo-3334.ebuild +++ b/games-fps/ut2004-demo/ut2004-demo-3334.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-demo/ut2004-demo-3334.ebuild,v 1.22 2014/05/07 16:08:16 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-demo/ut2004-demo-3334.ebuild,v 1.23 2014/10/15 11:06:04 pacho Exp $ + +EAPI=5 inherit eutils unpacker games @@ -16,13 +18,20 @@ RESTRICT="strip" IUSE="" DEPEND="" -RDEPEND="virtual/opengl - =virtual/libstdc++-3.3 - x86? ( - x11-libs/libX11 - x11-libs/libXext ) - amd64? ( - app-emulation/emul-linux-x86-xlibs )" +RDEPEND=" + virtual/libstdc++:3.3 + || ( + ( + x11-libs/libX11[abi_x86_32(-)] + x11-libs/libXext[abi_x86_32(-)] + virtual/opengl[abi_x86_32(-)] + ) + amd64? ( + app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)] + app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)] + ) + ) +" S=${WORKDIR} |