diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 19:44:11 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 19:44:11 +0000 |
commit | af20ab0cb817ef73c2fafa9e5ab1c0c31425a6a2 (patch) | |
tree | 3acb6deef8df636eeb340bb96272d034db460cc4 /dev-perl/Net-CIDR | |
parent | sync IUSE (missing) (Manifest recommit) (diff) | |
download | gentoo-2-af20ab0cb817ef73c2fafa9e5ab1c0c31425a6a2.tar.gz gentoo-2-af20ab0cb817ef73c2fafa9e5ab1c0c31425a6a2.tar.bz2 gentoo-2-af20ab0cb817ef73c2fafa9e5ab1c0c31425a6a2.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}, trim trailing whitespace
Diffstat (limited to 'dev-perl/Net-CIDR')
-rw-r--r-- | dev-perl/Net-CIDR/Net-CIDR-0.09.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-perl/Net-CIDR/Net-CIDR-0.09.ebuild b/dev-perl/Net-CIDR/Net-CIDR-0.09.ebuild index e3a719d24999..aacf6e03f37a 100644 --- a/dev-perl/Net-CIDR/Net-CIDR-0.09.ebuild +++ b/dev-perl/Net-CIDR/Net-CIDR-0.09.ebuild @@ -3,7 +3,6 @@ inherit perl-module -S=${WORKDIR}/${P} DESCRIPTION="Manipulate netblock lists in CIDR notation" SRC_URI="http://www.cpan.org/modules/by-module/Net/${P}.tar.gz" HOMEPAGE="http://www.cpan.org/modules/by-module/Net/${P}.readme" @@ -11,4 +10,4 @@ HOMEPAGE="http://www.cpan.org/modules/by-module/Net/${P}.readme" SLOT="0" LICENSE="Artistic" KEYWORDS="~x86 ~amd64 ~ppc ~alpha ~sparc" - +IUSE="" |