diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-04 12:38:21 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-04 12:38:21 +0000 |
commit | 56ae37a39a8d90ba8dae8c694d3b96c0a174a8f3 (patch) | |
tree | 5ffb8e08a4196945ef2cf431996adcc59e00e2ce /dev-python/stripogram | |
parent | Add missing IUSE. (Manifest recommit) (diff) | |
download | gentoo-2-56ae37a39a8d90ba8dae8c694d3b96c0a174a8f3.tar.gz gentoo-2-56ae37a39a8d90ba8dae8c694d3b96c0a174a8f3.tar.bz2 gentoo-2-56ae37a39a8d90ba8dae8c694d3b96c0a174a8f3.zip |
Add missing IUSE.
Diffstat (limited to 'dev-python/stripogram')
-rw-r--r-- | dev-python/stripogram/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/stripogram/stripogram-1.4.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-python/stripogram/ChangeLog b/dev-python/stripogram/ChangeLog index fa7cb0400cdb..3cb56d0a1927 100644 --- a/dev-python/stripogram/ChangeLog +++ b/dev-python/stripogram/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/stripogram -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/stripogram/ChangeLog,v 1.2 2003/06/23 02:48:18 kutsuya Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/stripogram/ChangeLog,v 1.3 2004/05/04 12:38:21 kloeri Exp $ + + 04 May 2004; Bryan Østergaard <kloeri@gentoo.org> stripogram-1.4.ebuild: + Add missing IUSE. 22 Jun 2003; Jason Shoemaker <kutsuya@gentoo.org> stripogram-1.4.ebuild: ~x86 ~ppc -> x86 ppc diff --git a/dev-python/stripogram/stripogram-1.4.ebuild b/dev-python/stripogram/stripogram-1.4.ebuild index 711ae933b149..e3c33a53336d 100644 --- a/dev-python/stripogram/stripogram-1.4.ebuild +++ b/dev-python/stripogram/stripogram-1.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/stripogram/stripogram-1.4.ebuild,v 1.6 2003/09/08 07:16:26 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/stripogram/stripogram-1.4.ebuild,v 1.7 2004/05/04 12:38:21 kloeri Exp $ inherit distutils P_NEW="${PN}-${PV/\./-}" @@ -13,3 +13,4 @@ SRC_URI="http://www.zope.org/Members/chrisw/StripOGram/${P_NEW}.tgz" LICENSE="MIT" SLOT="0" KEYWORDS="x86 ppc" +IUSE="" |