diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-10-18 15:47:26 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-10-18 15:47:26 +0000 |
commit | 00474b6d1da2c9b85e80412b43b3ccc604f2b7ed (patch) | |
tree | 0c205c1e0342b080812f7532028f997ba7b8be1a /games-action | |
parent | tidy (diff) | |
download | gentoo-2-00474b6d1da2c9b85e80412b43b3ccc604f2b7ed.tar.gz gentoo-2-00474b6d1da2c9b85e80412b43b3ccc604f2b7ed.tar.bz2 gentoo-2-00474b6d1da2c9b85e80412b43b3ccc604f2b7ed.zip |
tidy
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/cylindrix/cylindrix-1.0.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games-action/cylindrix/cylindrix-1.0.ebuild b/games-action/cylindrix/cylindrix-1.0.ebuild index e4ade48b6b37..84afa6d8dec7 100644 --- a/games-action/cylindrix/cylindrix-1.0.ebuild +++ b/games-action/cylindrix/cylindrix-1.0.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/cylindrix/cylindrix-1.0.ebuild,v 1.7 2010/10/18 09:11:25 tupone Exp $ -EAPI=2 +# $Header: /var/cvsroot/gentoo-x86/games-action/cylindrix/cylindrix-1.0.ebuild,v 1.8 2010/10/18 15:47:26 mr_bones_ Exp $ +EAPI=2 inherit autotools games DESCRIPTION="Action game in a tube" @@ -14,8 +14,7 @@ SLOT="0" KEYWORDS="~ppc x86" IUSE="" -RDEPEND=">=media-libs/allegro-4.0.3" -DEPEND="${RDEPEND}" +DEPEND=">=media-libs/allegro-4.0.3" S=${WORKDIR}/${PN} |