diff options
author | Ulrich Müller <ulm@gentoo.org> | 2015-06-14 18:14:03 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2015-06-14 18:14:03 +0000 |
commit | b63ed157e5422b4fedb73fd306fdc7157de412fb (patch) | |
tree | aafcc0a6dc3d37632c94a9f7c95e77c30963ad7c /games-rpg | |
parent | Drop old. (diff) | |
download | gentoo-2-b63ed157e5422b4fedb73fd306fdc7157de412fb.tar.gz gentoo-2-b63ed157e5422b4fedb73fd306fdc7157de412fb.tar.bz2 gentoo-2-b63ed157e5422b4fedb73fd306fdc7157de412fb.zip |
[QA] Remove emul-linux-x86-* from dependencies.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'games-rpg')
-rw-r--r-- | games-rpg/sacred-gold/ChangeLog | 8 | ||||
-rw-r--r-- | games-rpg/sacred-gold/sacred-gold-1.0.01.ebuild | 20 | ||||
-rw-r--r-- | games-rpg/sacred-gold/sacred-gold-1.0.ebuild | 20 |
3 files changed, 18 insertions, 30 deletions
diff --git a/games-rpg/sacred-gold/ChangeLog b/games-rpg/sacred-gold/ChangeLog index ea3606bcae01..79f2ef73c7f0 100644 --- a/games-rpg/sacred-gold/ChangeLog +++ b/games-rpg/sacred-gold/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-rpg/sacred-gold -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/sacred-gold/ChangeLog,v 1.7 2014/10/15 08:28:29 pacho Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-rpg/sacred-gold/ChangeLog,v 1.8 2015/06/14 18:14:03 ulm Exp $ + + 14 Jun 2015; Ulrich Müller <ulm@gentoo.org> sacred-gold-1.0.ebuild, + sacred-gold-1.0.01.ebuild: + [QA] Remove emul-linux-x86-* from dependencies. 15 Oct 2014; Pacho Ramos <pacho@gentoo.org> sacred-gold-1.0.01.ebuild, sacred-gold-1.0.ebuild: diff --git a/games-rpg/sacred-gold/sacred-gold-1.0.01.ebuild b/games-rpg/sacred-gold/sacred-gold-1.0.01.ebuild index a2f2165bd204..322f3af97ff9 100644 --- a/games-rpg/sacred-gold/sacred-gold-1.0.01.ebuild +++ b/games-rpg/sacred-gold/sacred-gold-1.0.01.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/sacred-gold/sacred-gold-1.0.01.ebuild,v 1.5 2014/10/15 08:28:29 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/sacred-gold/sacred-gold-1.0.01.ebuild,v 1.6 2015/06/14 18:14:03 ulm Exp $ EAPI=5 @@ -20,18 +20,10 @@ IUSE="" RESTRICT="mirror bindist strip" RDEPEND=" - || ( - ( - x11-libs/libX11[abi_x86_32(-)] - x11-libs/libXext[abi_x86_32(-)] - x11-libs/libXi[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(-)] - ) - ) + x11-libs/libX11[abi_x86_32(-)] + x11-libs/libXext[abi_x86_32(-)] + x11-libs/libXi[abi_x86_32(-)] + virtual/opengl[abi_x86_32(-)] " DEPEND="" diff --git a/games-rpg/sacred-gold/sacred-gold-1.0.ebuild b/games-rpg/sacred-gold/sacred-gold-1.0.ebuild index 09820c586c29..83c0a024dba2 100644 --- a/games-rpg/sacred-gold/sacred-gold-1.0.ebuild +++ b/games-rpg/sacred-gold/sacred-gold-1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/sacred-gold/sacred-gold-1.0.ebuild,v 1.4 2014/10/15 08:28:29 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/sacred-gold/sacred-gold-1.0.ebuild,v 1.5 2015/06/14 18:14:03 ulm Exp $ EAPI=5 @@ -17,18 +17,10 @@ IUSE="" RESTRICT="bindist strip" RDEPEND=" - || ( - ( - x11-libs/libX11[abi_x86_32(-)] - x11-libs/libXext[abi_x86_32(-)] - x11-libs/libXi[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(-)] - ) - ) + x11-libs/libX11[abi_x86_32(-)] + x11-libs/libXext[abi_x86_32(-)] + x11-libs/libXi[abi_x86_32(-)] + virtual/opengl[abi_x86_32(-)] " DEPEND="" |