diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 21:21:47 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 21:21:47 +0000 |
commit | e17bc56909c83fbfe15c9c9fb344bcd1999274b8 (patch) | |
tree | 1b5cae4b10cf23dffa60c1a62791ae7ff01e9b6d /net-misc/apt-proxy/apt-proxy-1.3.0.ebuild | |
parent | (Manifest recommit) (diff) | |
download | gentoo-2-e17bc56909c83fbfe15c9c9fb344bcd1999274b8.tar.gz gentoo-2-e17bc56909c83fbfe15c9c9fb344bcd1999274b8.tar.bz2 gentoo-2-e17bc56909c83fbfe15c9c9fb344bcd1999274b8.zip |
Add inherit eutils
Diffstat (limited to 'net-misc/apt-proxy/apt-proxy-1.3.0.ebuild')
-rw-r--r-- | net-misc/apt-proxy/apt-proxy-1.3.0.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-misc/apt-proxy/apt-proxy-1.3.0.ebuild b/net-misc/apt-proxy/apt-proxy-1.3.0.ebuild index 93f4c7c9552c..9bf2a58b1901 100644 --- a/net-misc/apt-proxy/apt-proxy-1.3.0.ebuild +++ b/net-misc/apt-proxy/apt-proxy-1.3.0.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/apt-proxy/apt-proxy-1.3.0.ebuild,v 1.1 2004/04/22 18:12:31 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/apt-proxy/apt-proxy-1.3.0.ebuild,v 1.2 2004/04/27 21:18:31 agriffis Exp $ + +inherit eutils DESCRIPTION="Caching proxy for the Debian package system" |