diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-06 20:19:32 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-06 20:19:32 +0000 |
commit | b9875eac405136efa398861b5324e3b85954adb3 (patch) | |
tree | 1235166f3190ac7a66e0dc21be9e03e0ea005a93 /games-simulation/lincity/lincity-1.12.1.ebuild | |
parent | Removing specific version of openal since the older CVS snapshot versions hav... (diff) | |
download | historical-b9875eac405136efa398861b5324e3b85954adb3.tar.gz historical-b9875eac405136efa398861b5324e3b85954adb3.tar.bz2 historical-b9875eac405136efa398861b5324e3b85954adb3.zip |
Remove old virtual/x11 dependency.
Package-Manager: portage-2.1.2_rc2-r2
Diffstat (limited to 'games-simulation/lincity/lincity-1.12.1.ebuild')
-rw-r--r-- | games-simulation/lincity/lincity-1.12.1.ebuild | 22 |
1 files changed, 5 insertions, 17 deletions
diff --git a/games-simulation/lincity/lincity-1.12.1.ebuild b/games-simulation/lincity/lincity-1.12.1.ebuild index 9fe6a8790421..d7d12cf2f192 100644 --- a/games-simulation/lincity/lincity-1.12.1.ebuild +++ b/games-simulation/lincity/lincity-1.12.1.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-simulation/lincity/lincity-1.12.1.ebuild,v 1.6 2006/10/05 18:39:07 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/lincity/lincity-1.12.1.ebuild,v 1.7 2006/12/06 20:19:32 wolf31o2 Exp $ inherit games @@ -17,23 +17,11 @@ IUSE="nls svga X" RDEPEND="nls? ( virtual/libintl ) svga? ( media-libs/svgalib ) X? ( - || ( - ( - x11-libs/libXext - x11-libs/libSM - ) - virtual/x11 - ) - ) + x11-libs/libXext + x11-libs/libSM ) !svga? ( - || ( - ( - x11-libs/libXext - x11-libs/libSM - ) - virtual/x11 - ) - )" + x11-libs/libXext + x11-libs/libSM )" DEPEND="${RDEPEND} nls? ( sys-devel/gettext )" |