diff options
author | 2006-12-06 20:15:39 +0000 | |
---|---|---|
committer | 2006-12-06 20:15:39 +0000 | |
commit | e7badf138285e98d07ea324c5cb087c341c16567 (patch) | |
tree | df643345769a7f845d9ef6af38f34323273d3e83 /games-server | |
parent | Removing specific version of openal since the older CVS snapshot versions hav... (diff) | |
download | gentoo-2-e7badf138285e98d07ea324c5cb087c341c16567.tar.gz gentoo-2-e7badf138285e98d07ea324c5cb087c341c16567.tar.bz2 gentoo-2-e7badf138285e98d07ea324c5cb087c341c16567.zip |
Remove old virtual/x11 dependency.
(Portage version: 2.1.2_rc2-r2)
Diffstat (limited to 'games-server')
-rw-r--r-- | games-server/crossfire-server/ChangeLog | 6 | ||||
-rw-r--r-- | games-server/crossfire-server/crossfire-server-1.9.0.ebuild | 26 |
2 files changed, 16 insertions, 16 deletions
diff --git a/games-server/crossfire-server/ChangeLog b/games-server/crossfire-server/ChangeLog index 71ab739f705a..7da23c276244 100644 --- a/games-server/crossfire-server/ChangeLog +++ b/games-server/crossfire-server/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-server/crossfire-server # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-server/crossfire-server/ChangeLog,v 1.10 2006/09/16 23:05:37 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-server/crossfire-server/ChangeLog,v 1.11 2006/12/06 20:15:39 wolf31o2 Exp $ + + 06 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> + crossfire-server-1.9.0.ebuild: + Remove old virtual/x11 dependency. *crossfire-server-1.9.1 (16 Sep 2006) diff --git a/games-server/crossfire-server/crossfire-server-1.9.0.ebuild b/games-server/crossfire-server/crossfire-server-1.9.0.ebuild index 4ebb1d36cc9a..14f49ec80ccb 100644 --- a/games-server/crossfire-server/crossfire-server-1.9.0.ebuild +++ b/games-server/crossfire-server/crossfire-server-1.9.0.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-server/crossfire-server/crossfire-server-1.9.0.ebuild,v 1.3 2006/04/16 22:55:02 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-server/crossfire-server/crossfire-server-1.9.0.ebuild,v 1.4 2006/12/06 20:15:39 wolf31o2 Exp $ inherit games @@ -15,20 +15,16 @@ SLOT="0" KEYWORDS="ppc x86" IUSE="X" -DEPEND=" - X? ( - || ( - ( - x11-libs/libX11 - x11-libs/libXext - x11-libs/libICE - x11-libs/libSM - x11-libs/libXt - x11-libs/libXmu - x11-libs/libXaw - x11-libs/libXpm ) - virtual/x11 ) - media-libs/libpng )" +DEPEND="X? ( + x11-libs/libX11 + x11-libs/libXext + x11-libs/libICE + x11-libs/libSM + x11-libs/libXt + x11-libs/libXmu + x11-libs/libXaw + x11-libs/libXpm + media-libs/libpng )" S=${WORKDIR}/${MY_P} |