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/spout-1.3.ebuild | |
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/spout-1.3.ebuild')
-rw-r--r-- | games-arcade/spout/spout-1.3.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
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} |