diff options
author | 2012-05-24 04:35:17 +0000 | |
---|---|---|
committer | 2012-05-24 04:35:17 +0000 | |
commit | 1c315cba193cd238ed70f8cb9331d853bc262c7a (patch) | |
tree | d494701d36fc7eb35307eded6dced1829d15b949 /app-arch/tar/tar-1.26-r1.ebuild | |
parent | marked x86 per bug 417325 (diff) | |
download | historical-1c315cba193cd238ed70f8cb9331d853bc262c7a.tar.gz historical-1c315cba193cd238ed70f8cb9331d853bc262c7a.tar.bz2 historical-1c315cba193cd238ed70f8cb9331d853bc262c7a.zip |
Inherit eutils for epatch.
Package-Manager: portage-2.2.0_alpha107_p3/cvs/Linux x86_64
Diffstat (limited to 'app-arch/tar/tar-1.26-r1.ebuild')
-rw-r--r-- | app-arch/tar/tar-1.26-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/tar/tar-1.26-r1.ebuild b/app-arch/tar/tar-1.26-r1.ebuild index 1c3af7f8cc1a..39db2f06533a 100644 --- a/app-arch/tar/tar-1.26-r1.ebuild +++ b/app-arch/tar/tar-1.26-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/tar/tar-1.26-r1.ebuild,v 1.4 2012/05/22 22:17:10 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/tar/tar-1.26-r1.ebuild,v 1.5 2012/05/24 04:35:00 vapier Exp $ EAPI="3" -inherit flag-o-matic autotools +inherit flag-o-matic eutils autotools DESCRIPTION="Use this to make tarballs :)" HOMEPAGE="http://www.gnu.org/software/tar/" |