From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1146048-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 10044138350 for <garchives@archives.gentoo.org>; Thu, 13 Feb 2020 21:40:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83E9AE0844; Thu, 13 Feb 2020 21:40:29 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 56286E0844 for <gentoo-commits@lists.gentoo.org>; Thu, 13 Feb 2020 21:40:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3C44034EDA0 for <gentoo-commits@lists.gentoo.org>; Thu, 13 Feb 2020 21:40:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA018146 for <gentoo-commits@lists.gentoo.org>; Thu, 13 Feb 2020 21:40:24 +0000 (UTC) From: "David Seifert" <soap@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" <soap@gentoo.org> Message-ID: <1581629954.6d34127a18289f875d4aa0b49290e2964362f9bd.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/binutils-hppa64/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/binutils-hppa64/binutils-hppa64-2.30-r4.ebuild sys-devel/binutils-hppa64/binutils-hppa64-2.31.1-r6.ebuild sys-devel/binutils-hppa64/binutils-hppa64-2.32-r1.ebuild sys-devel/binutils-hppa64/binutils-hppa64-2.33.1.ebuild sys-devel/binutils-hppa64/binutils-hppa64-2.34.ebuild X-VCS-Directories: sys-devel/binutils-hppa64/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 6d34127a18289f875d4aa0b49290e2964362f9bd X-VCS-Branch: master Date: Thu, 13 Feb 2020 21:40:24 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f5256eee-8b47-4b42-94da-5c842b700fe1 X-Archives-Hash: 702b75d5640cde1b94d3c5f6fca8e492 commit: 6d34127a18289f875d4aa0b49290e2964362f9bd Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Thu Feb 13 21:39:14 2020 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Thu Feb 13 21:39:14 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d34127a 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 <AT> gentoo.org> sys-devel/binutils-hppa64/binutils-hppa64-2.30-r4.ebuild | 4 ++-- sys-devel/binutils-hppa64/binutils-hppa64-2.31.1-r6.ebuild | 4 ++-- sys-devel/binutils-hppa64/binutils-hppa64-2.32-r1.ebuild | 4 ++-- sys-devel/binutils-hppa64/binutils-hppa64-2.33.1.ebuild | 4 ++-- sys-devel/binutils-hppa64/binutils-hppa64-2.34.ebuild | 2 +- 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 a9281b7319d..86763d13f44 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 33a031dfb6e..a06de11aeed 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 3871f19978c..d3887bea1c7 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 550e2c50474..087fa9a6ac0 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 bccd8c08d70..97770ec57d6 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/"