diff options
author | 2012-05-24 04:35:17 +0000 | |
---|---|---|
committer | 2012-05-24 04:35:17 +0000 | |
commit | e1c62b8ebaaf6264fb8501a749633df8ee9b3d29 (patch) | |
tree | 34d8eeced471dcc5ac186205fc3edc29c2492772 /app-arch/zpaq/zpaq-4.04.ebuild | |
parent | Inherit eutils for epatch. (diff) | |
download | gentoo-2-e1c62b8ebaaf6264fb8501a749633df8ee9b3d29.tar.gz gentoo-2-e1c62b8ebaaf6264fb8501a749633df8ee9b3d29.tar.bz2 gentoo-2-e1c62b8ebaaf6264fb8501a749633df8ee9b3d29.zip |
Inherit eutils for epatch.
(Portage version: 2.2.0_alpha107_p3/cvs/Linux x86_64)
Diffstat (limited to 'app-arch/zpaq/zpaq-4.04.ebuild')
-rw-r--r-- | app-arch/zpaq/zpaq-4.04.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/zpaq/zpaq-4.04.ebuild b/app-arch/zpaq/zpaq-4.04.ebuild index 0a91829a4c12..b7f76d1f7ae6 100644 --- a/app-arch/zpaq/zpaq-4.04.ebuild +++ b/app-arch/zpaq/zpaq-4.04.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/zpaq/zpaq-4.04.ebuild,v 1.2 2012/05/20 11:05:41 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/zpaq/zpaq-4.04.ebuild,v 1.3 2012/05/24 04:35:17 vapier Exp $ EAPI=3 AUTOTOOLS_AUTORECONF=1 -inherit autotools-utils +inherit autotools-utils eutils MY_P=${PN}${PV/./} DESCRIPTION="A unified compressor for PAQ algorithms" |