diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-02-18 17:52:21 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-02-18 17:52:21 +0000 |
commit | e86b2959cbc2b3820dd5d449cea56bb69601b3df (patch) | |
tree | 7eabd089e3ed53ed33ade0cc3060e524d63c0cf5 /games-action/atanks | |
parent | Fixing dep, thanks to Matt Summers, fixes #254654 (diff) | |
download | gentoo-2-e86b2959cbc2b3820dd5d449cea56bb69601b3df.tar.gz gentoo-2-e86b2959cbc2b3820dd5d449cea56bb69601b3df.tar.bz2 gentoo-2-e86b2959cbc2b3820dd5d449cea56bb69601b3df.zip |
needs USE=X for allegro
(Portage version: 2.1.6.4/cvs/Linux 2.6.28.1 i686)
Diffstat (limited to 'games-action/atanks')
-rw-r--r-- | games-action/atanks/atanks-3.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-action/atanks/atanks-3.2.ebuild b/games-action/atanks/atanks-3.2.ebuild index e1fa672766f5..929433ff7f28 100644 --- a/games-action/atanks/atanks-3.2.ebuild +++ b/games-action/atanks/atanks-3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/atanks/atanks-3.2.ebuild,v 1.2 2009/02/15 20:45:17 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/atanks/atanks-3.2.ebuild,v 1.3 2009/02/18 17:52:21 mr_bones_ Exp $ EAPI=2 inherit eutils toolchain-funcs games @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" -DEPEND="media-libs/allegro" +DEPEND="media-libs/allegro[X]" S=${WORKDIR}/${PN} |