diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-04-19 20:50:18 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-04-19 20:50:18 +0000 |
commit | 66b1cce9478a3d3537a4c1ef91560747dcf76f48 (patch) | |
tree | b2c91adc43f6a612d13395e58d60a0a3698c8730 /games-action/poopmup | |
parent | Added IUSE. (Manifest recommit) (diff) | |
download | gentoo-2-66b1cce9478a3d3537a4c1ef91560747dcf76f48.tar.gz gentoo-2-66b1cce9478a3d3537a4c1ef91560747dcf76f48.tar.bz2 gentoo-2-66b1cce9478a3d3537a4c1ef91560747dcf76f48.zip |
Added IUSE.
Diffstat (limited to 'games-action/poopmup')
-rw-r--r-- | games-action/poopmup/ChangeLog | 7 | ||||
-rw-r--r-- | games-action/poopmup/poopmup-1.2.ebuild | 3 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-action/poopmup/ChangeLog b/games-action/poopmup/ChangeLog index 7f504d48e9d1..02b64da74348 100644 --- a/games-action/poopmup/ChangeLog +++ b/games-action/poopmup/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/poopmup -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/poopmup/ChangeLog,v 1.2 2003/09/10 20:32:05 vapier Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/poopmup/ChangeLog,v 1.3 2004/04/19 20:47:46 wolf31o2 Exp $ + + 19 Apr 2004; Chris Gianelloni <wolf31o2@gentoo.org> poopmup-1.2.ebuild: + Added IUSE. *poopmup-1.2 (23 Jun 2003) diff --git a/games-action/poopmup/poopmup-1.2.ebuild b/games-action/poopmup/poopmup-1.2.ebuild index e6c5a12a5088..352f8cf5770d 100644 --- a/games-action/poopmup/poopmup-1.2.ebuild +++ b/games-action/poopmup/poopmup-1.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/poopmup/poopmup-1.2.ebuild,v 1.4 2004/03/16 16:03:39 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/poopmup/poopmup-1.2.ebuild,v 1.5 2004/04/19 20:47:46 wolf31o2 Exp $ inherit games gcc @@ -11,6 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc" +IUSE="" DEPEND="virtual/glut virtual/x11 |