diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2006-01-29 00:00:28 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2006-01-29 00:00:28 +0000 |
commit | 440bdbe756ba3d24db41ebb981d6f20a7ebaf120 (patch) | |
tree | ab599388bff6261e47498a00900d0097d1c239e1 /games-arcade/spout | |
parent | Version bump. (diff) | |
download | gentoo-2-440bdbe756ba3d24db41ebb981d6f20a7ebaf120.tar.gz gentoo-2-440bdbe756ba3d24db41ebb981d6f20a7ebaf120.tar.bz2 gentoo-2-440bdbe756ba3d24db41ebb981d6f20a7ebaf120.zip |
Fix this category's dependencies to work with modular X.
(Portage version: 2.1_pre4)
Diffstat (limited to 'games-arcade/spout')
-rw-r--r-- | games-arcade/spout/ChangeLog | 7 | ||||
-rw-r--r-- | games-arcade/spout/spout-1.3.ebuild | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/games-arcade/spout/ChangeLog b/games-arcade/spout/ChangeLog index c45a7f9a734c..602162c605dd 100644 --- a/games-arcade/spout/ChangeLog +++ b/games-arcade/spout/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/spout -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/spout/ChangeLog,v 1.5 2005/04/02 07:11:23 mr_bones_ Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/spout/ChangeLog,v 1.6 2006/01/29 00:00:27 joshuabaergen Exp $ + + 28 Jan 2006; Joshua Baergen <joshuabaergen@gentoo.org> spout-1.3.ebuild: + Remove x11 dependencies as this package does not directly depend on X. 02 Apr 2005; Michael Sterrett <mr_bones_@gentoo.org> -spout-1.2.ebuild, spout-1.3.ebuild: diff --git a/games-arcade/spout/spout-1.3.ebuild b/games-arcade/spout/spout-1.3.ebuild index a660ce039255..880c85e04685 100644 --- a/games-arcade/spout/spout-1.3.ebuild +++ b/games-arcade/spout/spout-1.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/spout/spout-1.3.ebuild,v 1.3 2005/04/02 07:11:23 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/spout/spout-1.3.ebuild,v 1.4 2006/01/29 00:00:27 joshuabaergen Exp $ inherit eutils games @@ -14,8 +14,7 @@ SLOT="0" KEYWORDS="ppc x86" IUSE="" -DEPEND="virtual/x11 - >=media-libs/libsdl-1.2.6" +DEPEND=">=media-libs/libsdl-1.2.6" S=${WORKDIR}/${MY_P} |