diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2007-04-25 15:15:14 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2007-04-25 15:15:14 +0000 |
commit | 951194a8e3a74d5a738eecff49f1dcc315de9b90 (patch) | |
tree | b70916f05168f0f0f0096bca87ecebf45f0b042c /games-arcade | |
parent | Stable on sparc (diff) | |
download | gentoo-2-951194a8e3a74d5a738eecff49f1dcc315de9b90.tar.gz gentoo-2-951194a8e3a74d5a738eecff49f1dcc315de9b90.tar.bz2 gentoo-2-951194a8e3a74d5a738eecff49f1dcc315de9b90.zip |
fix deps
(Portage version: 2.1.2.4)
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/triplexinvaders/triplexinvaders-1.08.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games-arcade/triplexinvaders/triplexinvaders-1.08.ebuild b/games-arcade/triplexinvaders/triplexinvaders-1.08.ebuild index 161fdc12f1e6..0f950b0aab19 100644 --- a/games-arcade/triplexinvaders/triplexinvaders-1.08.ebuild +++ b/games-arcade/triplexinvaders/triplexinvaders-1.08.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/triplexinvaders/triplexinvaders-1.08.ebuild,v 1.4 2007/04/15 06:36:14 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/triplexinvaders/triplexinvaders-1.08.ebuild,v 1.5 2007/04/25 15:15:14 nyhm Exp $ inherit eutils games @@ -13,8 +13,8 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="psyco" -DEPEND="app-arch/unzip - dev-python/pygame +DEPEND="app-arch/unzip" +RDEPEND="dev-python/pygame dev-python/pyopengl psyco? ( dev-python/psyco )" @@ -26,7 +26,7 @@ src_unpack() { sound.py \ util.py \ hiscore.py \ - options.py || die "sed failed while changing refer to data directory" + options.py || die "sed failed" } src_install() { |