diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-10-18 19:17:41 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-10-18 19:17:41 +0000 |
commit | c853e4970a3f1a9b02aaf5166e7999f7207a971f (patch) | |
tree | 1c040b550590c78aade3c420fb2db2a8178e87af /games-simulation/qct/qct-0.7.ebuild | |
parent | add libsdl use dep; drop direct svga support (use libsdl backend) (diff) | |
download | gentoo-2-c853e4970a3f1a9b02aaf5166e7999f7207a971f.tar.gz gentoo-2-c853e4970a3f1a9b02aaf5166e7999f7207a971f.tar.bz2 gentoo-2-c853e4970a3f1a9b02aaf5166e7999f7207a971f.zip |
tidy
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'games-simulation/qct/qct-0.7.ebuild')
-rw-r--r-- | games-simulation/qct/qct-0.7.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games-simulation/qct/qct-0.7.ebuild b/games-simulation/qct/qct-0.7.ebuild index b6a85f3f7abe..bdfacaef1208 100644 --- a/games-simulation/qct/qct-0.7.ebuild +++ b/games-simulation/qct/qct-0.7.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/qct/qct-0.7.ebuild,v 1.9 2010/04/08 08:48:11 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/qct/qct-0.7.ebuild,v 1.10 2010/10/18 19:17:41 mr_bones_ Exp $ + EAPI=2 PYTHON_DEPEND="2" - inherit eutils python games DESCRIPTION="Quiet Console Town puts you in the place of the mayor of a budding new console RPG city" @@ -15,8 +15,7 @@ SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="" -RDEPEND=">=dev-python/pygame-1.5.5" -DEPEND="${RDEPEND}" +DEPEND=">=dev-python/pygame-1.5.5" S=${WORKDIR}/${PN} |