diff options
author | Paul de Vrieze <pauldv@gentoo.org> | 2008-11-01 12:40:22 +0000 |
---|---|---|
committer | Paul de Vrieze <pauldv@gentoo.org> | 2008-11-01 12:40:22 +0000 |
commit | 4c492a0c769341dcb781db4007c86b2c7d3d0be9 (patch) | |
tree | 4e3b9bfb0b6bd1c6ca2ca1ab64ba4dc1cc63a482 /games-strategy | |
parent | Version bump, removed old, some cleanup. (diff) | |
download | gentoo-2-4c492a0c769341dcb781db4007c86b2c7d3d0be9.tar.gz gentoo-2-4c492a0c769341dcb781db4007c86b2c7d3d0be9.tar.bz2 gentoo-2-4c492a0c769341dcb781db4007c86b2c7d3d0be9.zip |
Revert xerces-c blocker back to dependency. Glest needs xerces-c
(Portage version: 2.2_rc12/cvs/Linux 2.6.27.1 i686)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/glest/ChangeLog | 6 | ||||
-rw-r--r-- | games-strategy/glest/glest-3.1.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-strategy/glest/ChangeLog b/games-strategy/glest/ChangeLog index 297fb8fb9414..17ef9dbc86d6 100644 --- a/games-strategy/glest/ChangeLog +++ b/games-strategy/glest/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-strategy/glest # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/glest/ChangeLog,v 1.20 2008/10/30 15:53:14 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/glest/ChangeLog,v 1.21 2008/11/01 12:40:22 pauldv Exp $ + + 01 Nov 2008; Paul de Vrieze <pauldv@gentoo.org> glest-3.1.2.ebuild: + Glest actually depends on xerces-c (really doesn't run or build without + it), so a dependency is needed, not a blocker. 30 Oct 2008; Tupone Alfredo <tupone@gentoo.org> glest-3.1.2.ebuild: A blocker for xerces-c is better then a dependency diff --git a/games-strategy/glest/glest-3.1.2.ebuild b/games-strategy/glest/glest-3.1.2.ebuild index 9701f35762c4..34cdcce1b999 100644 --- a/games-strategy/glest/glest-3.1.2.ebuild +++ b/games-strategy/glest/glest-3.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/glest/glest-3.1.2.ebuild,v 1.3 2008/10/30 15:53:14 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/glest/glest-3.1.2.ebuild,v 1.4 2008/11/01 12:40:22 pauldv Exp $ inherit autotools eutils games @@ -27,7 +27,7 @@ RDEPEND="media-libs/libsdl media-libs/libogg media-libs/libvorbis media-libs/openal - !>=dev-libs/xerces-c-3 + <dev-libs/xerces-c-3 virtual/opengl virtual/glu x11-libs/libX11 |