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 95FAD13835A for ; Sun, 18 Apr 2021 09:48:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1A06E075F; Sun, 18 Apr 2021 09:48:48 +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 C899BE075F for ; Sun, 18 Apr 2021 09:48:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 CA88233BEC5 for ; Sun, 18 Apr 2021 09:48:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 506776BD for ; Sun, 18 Apr 2021 09:48:46 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1618739306.6aad22b5ba376bd9863f601b14f324964c7e21aa.dilfridge@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.ebuild X-VCS-Directories: sys-devel/binutils-hppa64/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 6aad22b5ba376bd9863f601b14f324964c7e21aa X-VCS-Branch: master Date: Sun, 18 Apr 2021 09:48:46 +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: 463ce7c1-4a81-44f9-a5cc-94d0b2187d31 X-Archives-Hash: 428b431cec35c3bdce185b0c7e0b8cf8 commit: 6aad22b5ba376bd9863f601b14f324964c7e21aa Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Apr 18 09:46:41 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun Apr 18 09:48:26 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6aad22b5 sys-devel/binutils-hppa64: Re-keyword 2.36 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel gentoo.org> sys-devel/binutils-hppa64/binutils-hppa64-2.36.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/binutils-hppa64/binutils-hppa64-2.36.1.ebuild b/sys-devel/binutils-hppa64/binutils-hppa64-2.36.1.ebuild index e4ac93eb4d7..97aa5834c6b 100644 --- a/sys-devel/binutils-hppa64/binutils-hppa64-2.36.1.ebuild +++ b/sys-devel/binutils-hppa64/binutils-hppa64-2.36.1.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