commit: 92201b7499fb376ae9a907bfcec77b9be7157d7b
Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 4 21:19:15 2016 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Mon Jan 4 22:25:36 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92201b74
sys-apps/dtc: update to EAPI=5 and keyword everywhere
sys-apps/dtc/dtc-1.4.1-r1.ebuild | 11 +++--------
sys-apps/dtc/dtc-9999.ebuild | 12 ++++--------
2 files changed, 7 insertions(+), 16 deletions(-)
diff --git a/sys-apps/dtc/dtc-1.4.1-r1.ebuild b/sys-apps/dtc/dtc-1.4.1-r1.ebuild
index a4f80e2..4fe56df 100644
--- a/sys-apps/dtc/dtc-1.4.1-r1.ebuild
+++ b/sys-apps/dtc/dtc-1.4.1-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI="4"
+EAPI="5"
inherit multilib toolchain-funcs eutils
if [[ ${PV} == "9999" ]] ; then
@@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then
inherit git-2
else
SRC_URI="mirror://kernel/software/utils/${PN}/${P}.tar.xz"
- KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64
~s390 ~sh ~sparc ~x86"
fi
DESCRIPTION="Open Firmware device tree compiler"
@@ -40,11 +40,6 @@ src_prepare() {
export V=1
}
-src_test() {
- # Enable parallel tests.
- emake check
-}
-
src_install() {
default
use static-libs || find "${ED}" -name '*.a' -delete
diff --git a/sys-apps/dtc/dtc-9999.ebuild b/sys-apps/dtc/dtc-9999.ebuild
index 7550c05..43d0f35 100644
--- a/sys-apps/dtc/dtc-9999.ebuild
+++ b/sys-apps/dtc/dtc-9999.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI="4"
+EAPI="5"
inherit multilib toolchain-funcs
if [[ ${PV} == "9999" ]] ; then
@@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then
inherit git-2
else
SRC_URI="mirror://kernel/software/utils/${PN}/${P}.tar.xz"
- KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64
~s390 ~sh ~sparc ~x86"
fi
DESCRIPTION="Open Firmware device tree compiler"
@@ -38,12 +38,8 @@ src_prepare() {
export V=1
}
-src_test() {
- emake check
-}
-
src_install() {
- emake DESTDIR="${D}" install
+ default
use static-libs || find "${ED}" -name '*.a' -delete
dodoc Documentation/manual.txt
}