diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-04-19 20:37:55 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-04-19 20:37:55 +0000 |
commit | b5d633fa8ce98223dd0bdee43f4404a10b631505 (patch) | |
tree | 44fb6a97323384665f59155fa126078be19c66b5 /games-action/nighthawk | |
parent | Added IUSE. (Manifest recommit) (diff) | |
download | gentoo-2-b5d633fa8ce98223dd0bdee43f4404a10b631505.tar.gz gentoo-2-b5d633fa8ce98223dd0bdee43f4404a10b631505.tar.bz2 gentoo-2-b5d633fa8ce98223dd0bdee43f4404a10b631505.zip |
Added IUSE.
Diffstat (limited to 'games-action/nighthawk')
-rw-r--r-- | games-action/nighthawk/ChangeLog | 7 | ||||
-rw-r--r-- | games-action/nighthawk/nighthawk-2.2.ebuild | 3 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-action/nighthawk/ChangeLog b/games-action/nighthawk/ChangeLog index 4103447057bb..7b5123910c31 100644 --- a/games-action/nighthawk/ChangeLog +++ b/games-action/nighthawk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/nighthawk -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/nighthawk/ChangeLog,v 1.4 2004/03/19 09:49:20 aliz Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/nighthawk/ChangeLog,v 1.5 2004/04/19 20:37:55 wolf31o2 Exp $ + + 19 Apr 2004; Chris Gianelloni <wolf31o2@gentoo.org> nighthawk-2.2.ebuild: + Added IUSE. 28 Nov 2003; Michael Sterrett <mr_bones_@gentoo.org> nighthawk-2.2.ebuild: use games eclass (bug 34644); inherit eutils for epatch; patch in src_unpack; diff --git a/games-action/nighthawk/nighthawk-2.2.ebuild b/games-action/nighthawk/nighthawk-2.2.ebuild index 65c8fe1ee4e8..ac5f59bbee5f 100644 --- a/games-action/nighthawk/nighthawk-2.2.ebuild +++ b/games-action/nighthawk/nighthawk-2.2.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/nighthawk/nighthawk-2.2.ebuild,v 1.3 2004/02/20 06:13:57 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/nighthawk/nighthawk-2.2.ebuild,v 1.4 2004/04/19 20:37:55 wolf31o2 Exp $ inherit games eutils @@ -11,6 +11,7 @@ SRC_URI="ftp://metalab.unc.edu/pub/Linux/games/arcade/${P}-1.tar.gz" KEYWORDS="x86 ppc" LICENSE="GPL-2" SLOT="0" +IUSE="" DEPEND="virtual/x11" |