diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-21 02:21:36 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-21 02:21:36 +0000 |
commit | ff588382fffae6367f6cddcbea01c4174c9d7d4a (patch) | |
tree | 9645bf93c39cd241b5fb9d3c91b2ac86330e9d37 /games-action/armagetron | |
parent | Version bumped. #41807. (Manifest recommit) (diff) | |
download | gentoo-2-ff588382fffae6367f6cddcbea01c4174c9d7d4a.tar.gz gentoo-2-ff588382fffae6367f6cddcbea01c4174c9d7d4a.tar.bz2 gentoo-2-ff588382fffae6367f6cddcbea01c4174c9d7d4a.zip |
IUSE fix
Diffstat (limited to 'games-action/armagetron')
-rw-r--r-- | games-action/armagetron/armagetron-0.1.4.9.ebuild | 3 | ||||
-rw-r--r-- | games-action/armagetron/armagetron-0.2.6.0.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/games-action/armagetron/armagetron-0.1.4.9.ebuild b/games-action/armagetron/armagetron-0.1.4.9.ebuild index 3a5bb33885fc..7f04966fc2f8 100644 --- a/games-action/armagetron/armagetron-0.1.4.9.ebuild +++ b/games-action/armagetron/armagetron-0.1.4.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/armagetron/armagetron-0.1.4.9.ebuild,v 1.3 2004/02/20 06:13:56 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/armagetron/armagetron-0.1.4.9.ebuild,v 1.4 2004/02/21 02:21:36 mr_bones_ Exp $ inherit eutils flag-o-matic @@ -13,6 +13,7 @@ SRC_URI="mirror://sourceforge/armagetron/armagetron_src_${PV}.tar.gz LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc" +IUSE="" RDEPEND="virtual/x11 virtual/opengl diff --git a/games-action/armagetron/armagetron-0.2.6.0.ebuild b/games-action/armagetron/armagetron-0.2.6.0.ebuild index dc5f2271e168..d3d5a715e2a3 100644 --- a/games-action/armagetron/armagetron-0.2.6.0.ebuild +++ b/games-action/armagetron/armagetron-0.2.6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/armagetron/armagetron-0.2.6.0.ebuild,v 1.4 2004/02/20 06:13:56 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/armagetron/armagetron-0.2.6.0.ebuild,v 1.5 2004/02/21 02:21:36 mr_bones_ Exp $ inherit games flag-o-matic @@ -13,6 +13,7 @@ SRC_URI="mirror://sourceforge/armagetron/${P}.tar.bz2 LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc" +IUSE="" RDEPEND="virtual/x11 virtual/opengl |