From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 2A99D158092 for ; Sat, 18 Sep 2021 04:51:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45994E0814; Sat, 18 Sep 2021 04:51:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2B315E0814 for ; Sat, 18 Sep 2021 04:51:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EB591342BFD for ; Sat, 18 Sep 2021 04:51:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 714F2CF for ; Sat, 18 Sep 2021 04:51:12 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1631939189.593525b33e21ed27e787734d2c2e5207f537fbb2.sam@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.36.1-r2.ebuild X-VCS-Directories: sys-devel/binutils-hppa64/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 593525b33e21ed27e787734d2c2e5207f537fbb2 X-VCS-Branch: master Date: Sat, 18 Sep 2021 04:51:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 28d83bae-8578-4a4d-9290-1ed1f4a310f8 X-Archives-Hash: 3c6d596bba41e9207cbe33f1ecc7959c commit: 593525b33e21ed27e787734d2c2e5207f537fbb2 Author: Rolf Eike Beer sf-mail de> AuthorDate: Fri Sep 17 14:52:58 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Sep 18 04:26:29 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=593525b3 sys-devel/binutils-hppa64: stable 2.36.1-r2 for hppa, bug #809059 Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer sf-mail.de> Signed-off-by: Sam James gentoo.org> sys-devel/binutils-hppa64/binutils-hppa64-2.36.1-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/binutils-hppa64/binutils-hppa64-2.36.1-r2.ebuild b/sys-devel/binutils-hppa64/binutils-hppa64-2.36.1-r2.ebuild index 9f5a705c45a..e1769ee1b9b 100644 --- a/sys-devel/binutils-hppa64/binutils-hppa64-2.36.1-r2.ebuild +++ b/sys-devel/binutils-hppa64/binutils-hppa64-2.36.1-r2.ebuild @@ -35,7 +35,7 @@ case ${PV} in *) SRC_URI="mirror://gnu/binutils/binutils-${PV}.tar.xz" SLOT=$(ver_cut 1-2) - KEYWORDS="-* ~hppa" + KEYWORDS="-* hppa" ;; esac