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 | 76f31bef03d5b1c50562721925f658765f1e233a (patch) | |
tree | 837ec3d2e035df05b71daf47782bb5caddc9e245 /games-simulation | |
parent | add libsdl use dep; drop direct svga support (use libsdl backend) (diff) | |
download | historical-76f31bef03d5b1c50562721925f658765f1e233a.tar.gz historical-76f31bef03d5b1c50562721925f658765f1e233a.tar.bz2 historical-76f31bef03d5b1c50562721925f658765f1e233a.zip |
tidy
Package-Manager: portage-2.1.8.3/cvs/Linux i686
Diffstat (limited to 'games-simulation')
-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} |