diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-01 20:01:36 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-01 20:01:36 +0000 |
commit | 7243e9e25dfed0ab5345fcefdd78b9e7d812a65f (patch) | |
tree | b916341d56297b7da15f1dd8fef137ccfb485745 /games-action/xpilot-ng | |
parent | Make support for hidden visibility explicit. (diff) | |
download | gentoo-2-7243e9e25dfed0ab5345fcefdd78b9e7d812a65f.tar.gz gentoo-2-7243e9e25dfed0ab5345fcefdd78b9e7d812a65f.tar.bz2 gentoo-2-7243e9e25dfed0ab5345fcefdd78b9e7d812a65f.zip |
Removing old virtual/x11 dependency.
(Portage version: 2.1.2_rc2-r2)
Diffstat (limited to 'games-action/xpilot-ng')
-rw-r--r-- | games-action/xpilot-ng/ChangeLog | 6 | ||||
-rw-r--r-- | games-action/xpilot-ng/xpilot-ng-4.6.6.ebuild | 20 |
2 files changed, 12 insertions, 14 deletions
diff --git a/games-action/xpilot-ng/ChangeLog b/games-action/xpilot-ng/ChangeLog index 91fc75a0c838..c573be7621ba 100644 --- a/games-action/xpilot-ng/ChangeLog +++ b/games-action/xpilot-ng/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/xpilot-ng # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/xpilot-ng/ChangeLog,v 1.7 2006/05/01 19:12:10 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/xpilot-ng/ChangeLog,v 1.8 2006/12/01 20:01:36 wolf31o2 Exp $ + + 01 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> + xpilot-ng-4.6.6.ebuild: + Removing old virtual/x11 dependency. *xpilot-ng-4.7.2-r1 (01 May 2006) diff --git a/games-action/xpilot-ng/xpilot-ng-4.6.6.ebuild b/games-action/xpilot-ng/xpilot-ng-4.6.6.ebuild index a5f63cf12072..54f2088f8b0b 100644 --- a/games-action/xpilot-ng/xpilot-ng-4.6.6.ebuild +++ b/games-action/xpilot-ng/xpilot-ng-4.6.6.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-action/xpilot-ng/xpilot-ng-4.6.6.ebuild,v 1.3 2006/01/25 03:00:55 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/xpilot-ng/xpilot-ng-4.6.6.ebuild,v 1.4 2006/12/01 20:01:36 wolf31o2 Exp $ inherit games @@ -13,12 +13,9 @@ SLOT="0" KEYWORDS="~x86 ~amd64 ~ppc" IUSE="openal sdl" -RDEPEND="|| ( - ( - x11-libs/libX11 - x11-libs/libICE - x11-libs/libSM ) - virtual/x11 ) +RDEPEND="x11-libs/libX11 + x11-libs/libICE + x11-libs/libSM >=dev-libs/expat-1.1 >=sys-libs/zlib-1.1.3 openal? ( media-libs/openal ) @@ -28,12 +25,9 @@ RDEPEND="|| ( >=media-libs/sdl-image-1.0 >=media-libs/sdl-ttf-2.0 )" DEPEND="${RDEPEND} - || ( - ( - x11-proto/xextproto - x11-proto/xproto - x11-libs/libXt ) - virtual/x11 )" + x11-proto/xextproto + x11-proto/xproto + x11-libs/libXt" src_compile() { egamesconf \ |