diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-04-21 16:37:05 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-04-21 16:37:05 +0000 |
commit | 637ec07f0bb24978e64d6beaa33a1c307305e426 (patch) | |
tree | 9309ec3efdbcce41954094d4a9f8ceea7284d6fc /app-arch | |
parent | Fix up metadata.xml. If there's no maintainer for the package, the metadata a... (diff) | |
download | gentoo-2-637ec07f0bb24978e64d6beaa33a1c307305e426.tar.gz gentoo-2-637ec07f0bb24978e64d6beaa33a1c307305e426.tar.bz2 gentoo-2-637ec07f0bb24978e64d6beaa33a1c307305e426.zip |
inherit eutils too.
(Portage version: 2.1.5_rc5)
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/rzip/rzip-2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/rzip/rzip-2.1.ebuild b/app-arch/rzip/rzip-2.1.ebuild index a1499e971d1a..a02a95331452 100644 --- a/app-arch/rzip/rzip-2.1.ebuild +++ b/app-arch/rzip/rzip-2.1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/rzip/rzip-2.1.ebuild,v 1.8 2008/04/21 16:36:13 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/rzip/rzip-2.1.ebuild,v 1.9 2008/04/21 16:37:05 drac Exp $ -inherit autotools +inherit autotools eutils DESCRIPTION="compression program for large files" HOMEPAGE="http://rzip.samba.org" |