diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 21:27:03 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 21:27:03 +0000 |
commit | 8768a2ef23e75d921878295fc2d8a42e404ee585 (patch) | |
tree | 3295af80d0f495050c33b6c8084cc3b8c01cf032 /net-misc/cidr/cidr-2.3.1-r1.ebuild | |
parent | (Manifest recommit) (diff) | |
download | gentoo-2-8768a2ef23e75d921878295fc2d8a42e404ee585.tar.gz gentoo-2-8768a2ef23e75d921878295fc2d8a42e404ee585.tar.bz2 gentoo-2-8768a2ef23e75d921878295fc2d8a42e404ee585.zip |
Add inherit eutils
Diffstat (limited to 'net-misc/cidr/cidr-2.3.1-r1.ebuild')
-rw-r--r-- | net-misc/cidr/cidr-2.3.1-r1.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net-misc/cidr/cidr-2.3.1-r1.ebuild b/net-misc/cidr/cidr-2.3.1-r1.ebuild index e011f85aef89..50ba50109524 100644 --- a/net-misc/cidr/cidr-2.3.1-r1.ebuild +++ b/net-misc/cidr/cidr-2.3.1-r1.ebuild @@ -1,6 +1,8 @@ -# 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/net-misc/cidr/cidr-2.3.1-r1.ebuild,v 1.3 2003/09/08 06:45:13 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/cidr/cidr-2.3.1-r1.ebuild,v 1.4 2004/04/27 21:22:52 agriffis Exp $ + +inherit eutils DESCRIPTION="command line util to assist in calculating subnets" HOMEPAGE="http://home.netcom.com/~naym/cidr/" |