summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-arch/cpio/cpio-2.12.ebuild')
-rw-r--r--app-arch/cpio/cpio-2.12.ebuild9
1 files changed, 2 insertions, 7 deletions
diff --git a/app-arch/cpio/cpio-2.12.ebuild b/app-arch/cpio/cpio-2.12.ebuild
index 559b65be7390..3f1baaa21b08 100644
--- a/app-arch/cpio/cpio-2.12.ebuild
+++ b/app-arch/cpio/cpio-2.12.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
-inherit autotools eutils
+inherit eutils
DESCRIPTION="A file archival tool which can also read and write tar files"
HOMEPAGE="https://www.gnu.org/software/cpio/cpio.html"
@@ -17,7 +17,6 @@ IUSE="nls"
src_prepare() {
epatch "${FILESDIR}"/${PN}-2.12-non-gnu-compilers.patch #275295
- eautoreconf
}
src_configure() {
@@ -26,7 +25,3 @@ src_configure() {
--bindir="${EPREFIX}"/bin \
--with-rmt="${EPREFIX}"/usr/sbin/rmt
}
-
-src_install() {
- default
-}