From 92201b7499fb376ae9a907bfcec77b9be7157d7b Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 4 Jan 2016 16:19:15 -0500 Subject: [PATCH] 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 a4f80e253c20..4fe56dfcb4df 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 7550c05bc8b8..43d0f35abda7 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 } -- 2.26.2