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 | a2ef0c02d047a3fd68c424561dc30d56ed2931bb (patch) | |
tree | 134766ef1ef5731e2879a7e2e2c3af357aa3534b /games-arcade/spout/spout-1.3.ebuild | |
parent | Version bump. (diff) | |
download | historical-a2ef0c02d047a3fd68c424561dc30d56ed2931bb.tar.gz historical-a2ef0c02d047a3fd68c424561dc30d56ed2931bb.tar.bz2 historical-a2ef0c02d047a3fd68c424561dc30d56ed2931bb.zip |
Fix this category's dependencies to work with modular X.
Package-Manager: portage-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} |