diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-04 12:40:05 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-04 12:40:05 +0000 |
commit | 8e82d0b0af52ae5640e93afda633d086ed4cae7f (patch) | |
tree | 2cf7c69a69702a5d92879214169e3c9ce498f5c5 /dev-python/stripogram | |
parent | Removed masks for app-i18n/uim-0.3.1 and media-fonts/unifont-1.0 since they a... (diff) | |
download | historical-8e82d0b0af52ae5640e93afda633d086ed4cae7f.tar.gz historical-8e82d0b0af52ae5640e93afda633d086ed4cae7f.tar.bz2 historical-8e82d0b0af52ae5640e93afda633d086ed4cae7f.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="" |