diff options
author | David Seifert <soap@gentoo.org> | 2020-02-13 22:39:14 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-13 22:39:14 +0100 |
commit | 6d34127a18289f875d4aa0b49290e2964362f9bd (patch) | |
tree | d34be13131f7d194fd27a90252721f130e74b09e /sys-devel | |
parent | sys-devel/binutils: [QA] inherit toolchain-funcs.eclass directly (diff) | |
download | gentoo-6d34127a18289f875d4aa0b49290e2964362f9bd.tar.gz gentoo-6d34127a18289f875d4aa0b49290e2964362f9bd.tar.bz2 gentoo-6d34127a18289f875d4aa0b49290e2964362f9bd.zip |
sys-devel/binutils-hppa64: [QA] inherit toolchain-funcs.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-devel')
5 files changed, 9 insertions, 9 deletions
diff --git a/sys-devel/binutils-hppa64/binutils-hppa64-2.30-r4.ebuild b/sys-devel/binutils-hppa64/binutils-hppa64-2.30-r4.ebuild index a9281b7319d6..86763d13f440 100644 --- a/sys-devel/binutils-hppa64/binutils-hppa64-2.30-r4.ebuild +++ b/sys-devel/binutils-hppa64/binutils-hppa64-2.30-r4.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 export CTARGET=hppa64-${CHOST#*-} -inherit eutils libtool flag-o-matic gnuconfig multilib versionator +inherit eutils libtool flag-o-matic gnuconfig multilib toolchain-funcs versionator DESCRIPTION="Tools necessary to build programs" HOMEPAGE="https://sourceware.org/binutils/" diff --git a/sys-devel/binutils-hppa64/binutils-hppa64-2.31.1-r6.ebuild b/sys-devel/binutils-hppa64/binutils-hppa64-2.31.1-r6.ebuild index 33a031dfb6ee..a06de11aeeda 100644 --- a/sys-devel/binutils-hppa64/binutils-hppa64-2.31.1-r6.ebuild +++ b/sys-devel/binutils-hppa64/binutils-hppa64-2.31.1-r6.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 export CTARGET=hppa64-${CHOST#*-} -inherit eutils libtool flag-o-matic gnuconfig multilib versionator +inherit eutils libtool flag-o-matic gnuconfig multilib toolchain-funcs versionator DESCRIPTION="Tools necessary to build programs" HOMEPAGE="https://sourceware.org/binutils/" diff --git a/sys-devel/binutils-hppa64/binutils-hppa64-2.32-r1.ebuild b/sys-devel/binutils-hppa64/binutils-hppa64-2.32-r1.ebuild index 3871f19978cf..d3887bea1c76 100644 --- a/sys-devel/binutils-hppa64/binutils-hppa64-2.32-r1.ebuild +++ b/sys-devel/binutils-hppa64/binutils-hppa64-2.32-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 export CTARGET=hppa64-${CHOST#*-} -inherit eutils libtool flag-o-matic gnuconfig multilib versionator +inherit eutils libtool flag-o-matic gnuconfig multilib toolchain-funcs versionator DESCRIPTION="Tools necessary to build programs" HOMEPAGE="https://sourceware.org/binutils/" diff --git a/sys-devel/binutils-hppa64/binutils-hppa64-2.33.1.ebuild b/sys-devel/binutils-hppa64/binutils-hppa64-2.33.1.ebuild index 550e2c504747..087fa9a6ac02 100644 --- a/sys-devel/binutils-hppa64/binutils-hppa64-2.33.1.ebuild +++ b/sys-devel/binutils-hppa64/binutils-hppa64-2.33.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 export CTARGET=hppa64-${CHOST#*-} -inherit eutils libtool flag-o-matic gnuconfig multilib +inherit eutils libtool flag-o-matic gnuconfig multilib toolchain-funcs DESCRIPTION="Tools necessary to build programs" HOMEPAGE="https://sourceware.org/binutils/" diff --git a/sys-devel/binutils-hppa64/binutils-hppa64-2.34.ebuild b/sys-devel/binutils-hppa64/binutils-hppa64-2.34.ebuild index bccd8c08d709..97770ec57d63 100644 --- a/sys-devel/binutils-hppa64/binutils-hppa64-2.34.ebuild +++ b/sys-devel/binutils-hppa64/binutils-hppa64-2.34.ebuild @@ -5,7 +5,7 @@ EAPI=7 export CTARGET=hppa64-${CHOST#*-} -inherit eutils libtool flag-o-matic gnuconfig multilib +inherit eutils libtool flag-o-matic gnuconfig multilib toolchain-funcs DESCRIPTION="Tools necessary to build programs" HOMEPAGE="https://sourceware.org/binutils/" |