diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-06 21:09:36 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-06 21:09:36 +0000 |
commit | b596d19f554c58173e012c3cab8b23bdb4eef332 (patch) | |
tree | 826b2fd451444d58b6b4480c4743d190c3678534 /games-strategy/x2-demo | |
parent | Remove old virtual/x11 dependency. (diff) | |
download | gentoo-2-b596d19f554c58173e012c3cab8b23bdb4eef332.tar.gz gentoo-2-b596d19f554c58173e012c3cab8b23bdb4eef332.tar.bz2 gentoo-2-b596d19f554c58173e012c3cab8b23bdb4eef332.zip |
Remove old virtual/x11 dependency.
(Portage version: 2.1.2_rc2-r2)
Diffstat (limited to 'games-strategy/x2-demo')
-rw-r--r-- | games-strategy/x2-demo/ChangeLog | 5 | ||||
-rw-r--r-- | games-strategy/x2-demo/x2-demo-1.4.01.ebuild | 17 |
2 files changed, 11 insertions, 11 deletions
diff --git a/games-strategy/x2-demo/ChangeLog b/games-strategy/x2-demo/ChangeLog index 13cdfc95aa37..751d685ea2cf 100644 --- a/games-strategy/x2-demo/ChangeLog +++ b/games-strategy/x2-demo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/x2-demo # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/x2-demo/ChangeLog,v 1.1 2006/05/18 11:59:20 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/x2-demo/ChangeLog,v 1.2 2006/12/06 21:09:36 wolf31o2 Exp $ + + 06 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> x2-demo-1.4.01.ebuild: + Remove old virtual/x11 dependency. *x2-demo-1.4.01 (18 May 2006) diff --git a/games-strategy/x2-demo/x2-demo-1.4.01.ebuild b/games-strategy/x2-demo/x2-demo-1.4.01.ebuild index 6e359e22724f..1a6b4afced36 100644 --- a/games-strategy/x2-demo/x2-demo-1.4.01.ebuild +++ b/games-strategy/x2-demo/x2-demo-1.4.01.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/x2-demo/x2-demo-1.4.01.ebuild,v 1.1 2006/05/18 11:59:20 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/x2-demo/x2-demo-1.4.01.ebuild,v 1.2 2006/12/06 21:09:36 wolf31o2 Exp $ # The comments are in this ebuild in case upstream ever decides to make another # patch, we already have all the code. Blame Paul Bredbury <brebs@sent.com> for @@ -23,7 +23,7 @@ LICENSE="as-is" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RESTRICT="primaryuri strip" +RESTRICT="strip" RDEPEND="media-libs/alsa-lib sys-libs/glibc @@ -32,14 +32,11 @@ RDEPEND="media-libs/alsa-lib media-libs/openal sys-libs/zlib x11-libs/gtk+ - || ( - ( - x11-libs/libX11 - x11-libs/libXau - x11-libs/libXdmcp - x11-libs/libXext - x11-libs/libXi ) - virtual/x11 ) ) + x11-libs/libX11 + x11-libs/libXau + x11-libs/libXdmcp + x11-libs/libXext + x11-libs/libXi ) amd64? ( app-emulation/emul-linux-x86-baselibs app-emulation/emul-linux-x86-xlibs |