commit: 71734624a5e5aeac1583da4217ea5a1cfa6101df
Author: Amy Liffey <amynka <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 17 20:27:10 2017 +0000
Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Mon Jul 17 20:28:37 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71734624
dev-util/kbuild: live ebuild eapi bump to 6
Package-Manager: Portage-2.3.6, Repoman-2.3.1
dev-util/kbuild/kbuild-9999.ebuild | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/dev-util/kbuild/kbuild-9999.ebuild
b/dev-util/kbuild/kbuild-9999.ebuild
index 32de18e3ea3..5df4852ffb2 100644
--- a/dev-util/kbuild/kbuild-9999.ebuild
+++ b/dev-util/kbuild/kbuild-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=2
+EAPI=6
WANT_AUTOMAKE=1.9
@@ -20,14 +20,15 @@ DEPEND="sys-devel/gettext
virtual/yacc"
RDEPEND=""
-S=${WORKDIR}/${MY_P/-src}
+S="${WORKDIR}/${MY_P/-src}"
src_prepare() {
- rm -rf "${S}/kBuild/bin"
+ default
+ rm -rf "${S}/kBuild/bin" || die
- cd "${S}/src/kmk"
+ cd "${S}/src/kmk" || die
eautoreconf
- cd "${S}/src/sed"
+ cd "${S}/src/sed" || die
eautoreconf
}