diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-04-19 20:56:54 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-04-19 20:56:54 +0000 |
commit | fd7c036f68562165594e5395ed3fe837f07af3c5 (patch) | |
tree | cc64ba97890a61d168d7e1b3594223f671e35a06 /games-action/xbomber | |
parent | Need to have kde-base/kdelibs and x11-libs/qt in both RDEPEND and DEPEND. (diff) | |
download | gentoo-2-fd7c036f68562165594e5395ed3fe837f07af3c5.tar.gz gentoo-2-fd7c036f68562165594e5395ed3fe837f07af3c5.tar.bz2 gentoo-2-fd7c036f68562165594e5395ed3fe837f07af3c5.zip |
Added IUSE.
Diffstat (limited to 'games-action/xbomber')
-rw-r--r-- | games-action/xbomber/ChangeLog | 7 | ||||
-rw-r--r-- | games-action/xbomber/xbomber-101.ebuild | 3 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-action/xbomber/ChangeLog b/games-action/xbomber/ChangeLog index a816f57cd454..4fda497dd219 100644 --- a/games-action/xbomber/ChangeLog +++ b/games-action/xbomber/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/xbomber -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/xbomber/ChangeLog,v 1.2 2003/09/10 20:32:00 vapier Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/xbomber/ChangeLog,v 1.3 2004/04/19 20:56:54 wolf31o2 Exp $ + + 19 Apr 2004; Chris Gianelloni <wolf31o2@gentoo.org> xbomber-101.ebuild: + Added IUSE. *xbomber-101 (07 Jul 2003) diff --git a/games-action/xbomber/xbomber-101.ebuild b/games-action/xbomber/xbomber-101.ebuild index d943b1734b90..d42afe1032c0 100644 --- a/games-action/xbomber/xbomber-101.ebuild +++ b/games-action/xbomber/xbomber-101.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/xbomber/xbomber-101.ebuild,v 1.2 2004/02/20 06:13:57 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/xbomber/xbomber-101.ebuild,v 1.3 2004/04/19 20:56:54 wolf31o2 Exp $ inherit games @@ -11,6 +11,7 @@ HOMEPAGE="http://www.xdr.com/dash/bomber.html" LICENSE="GPL-2" KEYWORDS="x86" SLOT="0" +IUSE="" DEPEND="virtual/x11 >=sys-apps/sed-4" |