diff options
author | Tristan Heaven <tristan@gentoo.org> | 2007-04-04 20:53:17 +0000 |
---|---|---|
committer | Tristan Heaven <tristan@gentoo.org> | 2007-04-04 20:53:17 +0000 |
commit | 5a5f29a0fb19578977343c59cb60631a72a331a2 (patch) | |
tree | a906e5c37313a4cedc67ec775c800ea762cf2e80 /games-strategy/castle-combat/castle-combat-0.8.1.ebuild | |
parent | Fixup ChangeLog (bug #173323) (diff) | |
download | historical-5a5f29a0fb19578977343c59cb60631a72a331a2.tar.gz historical-5a5f29a0fb19578977343c59cb60631a72a331a2.tar.bz2 historical-5a5f29a0fb19578977343c59cb60631a72a331a2.zip |
should be RDEPEND
Package-Manager: portage-2.1.2.3
Diffstat (limited to 'games-strategy/castle-combat/castle-combat-0.8.1.ebuild')
-rw-r--r-- | games-strategy/castle-combat/castle-combat-0.8.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-strategy/castle-combat/castle-combat-0.8.1.ebuild b/games-strategy/castle-combat/castle-combat-0.8.1.ebuild index 6d1f5e1ebb1d..4c6fcd0d979c 100644 --- a/games-strategy/castle-combat/castle-combat-0.8.1.ebuild +++ b/games-strategy/castle-combat/castle-combat-0.8.1.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-strategy/castle-combat/castle-combat-0.8.1.ebuild,v 1.2 2007/04/04 20:51:56 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/castle-combat/castle-combat-0.8.1.ebuild,v 1.3 2007/04/04 20:53:17 nyhm Exp $ inherit eutils games @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" -DEPEND="dev-python/twisted +RDEPEND="dev-python/twisted dev-python/pygame" src_unpack() { |