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 8411B13835A for ; Tue, 3 Nov 2020 22:48:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1862E0AD6; Tue, 3 Nov 2020 22:48:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 A8752E0AD6 for ; Tue, 3 Nov 2020 22:48:01 +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 BBB04340DE8 for ; Tue, 3 Nov 2020 22:48:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6889143D for ; Tue, 3 Nov 2020 22:47:57 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1604443525.8f6251ffbf10dc927361f8277e214745d7a10327.slyfox@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.34-r2.ebuild X-VCS-Directories: sys-devel/binutils-hppa64/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 8f6251ffbf10dc927361f8277e214745d7a10327 X-VCS-Branch: master Date: Tue, 3 Nov 2020 22:47:57 +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: 395085b7-2198-4b02-bd4a-41d670d2308b X-Archives-Hash: dbe72c3652e0028c8d36704604ed627c commit: 8f6251ffbf10dc927361f8277e214745d7a10327 Author: Sergei Trofimovich gentoo org> AuthorDate: Tue Nov 3 22:45:25 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Nov 3 22:45:25 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f6251ff sys-devel/binutils-hppa64: stable 2.34-r2 for hppa stable wrt bug #734598 Package-Manager: Portage-3.0.9, Repoman-3.0.2 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich gentoo.org> sys-devel/binutils-hppa64/binutils-hppa64-2.34-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/binutils-hppa64/binutils-hppa64-2.34-r2.ebuild b/sys-devel/binutils-hppa64/binutils-hppa64-2.34-r2.ebuild index 9fef7573cba..d7d459bca52 100644 --- a/sys-devel/binutils-hppa64/binutils-hppa64-2.34-r2.ebuild +++ b/sys-devel/binutils-hppa64/binutils-hppa64-2.34-r2.ebuild @@ -44,7 +44,7 @@ case ${PV} in *) SRC_URI="mirror://gnu/binutils/binutils-${PV}.tar.xz" SLOT=$(ver_cut 1-2) - KEYWORDS="-* ~hppa" + KEYWORDS="-* hppa" ;; esac