diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-09-07 17:45:28 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-09-07 17:45:28 +0000 |
commit | e7427359ec2180dd095fbc044101e038aa793b43 (patch) | |
tree | 255936ff4fd56f286c6621d464c36071b69c1418 /games-strategy | |
parent | Move the chmod to be more useful. (diff) | |
download | gentoo-2-e7427359ec2180dd095fbc044101e038aa793b43.tar.gz gentoo-2-e7427359ec2180dd095fbc044101e038aa793b43.tar.bz2 gentoo-2-e7427359ec2180dd095fbc044101e038aa793b43.zip |
Remove redundant dependency on emul-linux-x86-compat.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/heroes3-demo/ChangeLog | 3 | ||||
-rw-r--r-- | games-strategy/heroes3-demo/heroes3-demo-1.3.1a.ebuild | 5 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games-strategy/heroes3-demo/ChangeLog b/games-strategy/heroes3-demo/ChangeLog index 96fd171b4296..64a2c06f45fb 100644 --- a/games-strategy/heroes3-demo/ChangeLog +++ b/games-strategy/heroes3-demo/ChangeLog @@ -1,9 +1,10 @@ # ChangeLog for games-strategy/heroes3-demo # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/heroes3-demo/ChangeLog,v 1.7 2014/09/07 09:55:07 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/heroes3-demo/ChangeLog,v 1.8 2014/09/07 17:45:28 ulm Exp $ 07 Sep 2014; Ulrich Müller <ulm@gentoo.org> heroes3-demo-1.3.1a.ebuild: Drop reverse dependencies of sys-libs/lib-compat to unstable, bug 517932. + Remove redundant dependency on emul-linux-x86-compat. 03 May 2014; Ulrich Müller <ulm@gentoo.org> heroes3-demo-1.3.1a.ebuild: Change LICENSE to all-rights-reserved, add mirror and bindist restrictions, diff --git a/games-strategy/heroes3-demo/heroes3-demo-1.3.1a.ebuild b/games-strategy/heroes3-demo/heroes3-demo-1.3.1a.ebuild index cbac024225cd..ef86f4deb7c2 100644 --- a/games-strategy/heroes3-demo/heroes3-demo-1.3.1a.ebuild +++ b/games-strategy/heroes3-demo/heroes3-demo-1.3.1a.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/heroes3-demo/heroes3-demo-1.3.1a.ebuild,v 1.7 2014/09/07 09:55:07 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/heroes3-demo/heroes3-demo-1.3.1a.ebuild,v 1.8 2014/09/07 17:45:28 ulm Exp $ inherit eutils unpacker games @@ -24,8 +24,7 @@ RDEPEND=">=sys-libs/lib-compat-loki-0.2 ppc? ( x11-libs/libX11 ) amd64? ( - app-emulation/emul-linux-x86-xlibs - app-emulation/emul-linux-x86-compat )" + app-emulation/emul-linux-x86-xlibs )" dir="${GAMES_PREFIX_OPT}/${PN}" QA_PREBUILT="${dir:1}/*" |