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 F0AEE138334 for ; Sun, 17 Feb 2019 21:21:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 131FFE0875; Sun, 17 Feb 2019 21:21:22 +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 E0985E0875 for ; Sun, 17 Feb 2019 21:21:21 +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 6C4A9335C29 for ; Sun, 17 Feb 2019 21:21:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 36CCC326 for ; Sun, 17 Feb 2019 21:21:18 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1550438475.3ca80135f9891a769fa064cdfe88b2e0beadcba5.jer@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.32.ebuild X-VCS-Directories: sys-devel/binutils-hppa64/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 3ca80135f9891a769fa064cdfe88b2e0beadcba5 X-VCS-Branch: master Date: Sun, 17 Feb 2019 21:21:18 +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: 17219c86-10b1-44a3-9cb2-eaee22c63116 X-Archives-Hash: d0f9c598caad80f1b8a531f378679d1f commit: 3ca80135f9891a769fa064cdfe88b2e0beadcba5 Author: Jeroen Roovers gentoo org> AuthorDate: Sun Feb 17 21:20:53 2019 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sun Feb 17 21:21:15 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ca80135 sys-devel/binutils-hppa64: Reinstate KEYWORDS Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Jeroen Roovers gentoo.org> sys-devel/binutils-hppa64/binutils-hppa64-2.32.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys-devel/binutils-hppa64/binutils-hppa64-2.32.ebuild b/sys-devel/binutils-hppa64/binutils-hppa64-2.32.ebuild index c4ccb4ffd3b..f5b56078a4e 100644 --- a/sys-devel/binutils-hppa64/binutils-hppa64-2.32.ebuild +++ b/sys-devel/binutils-hppa64/binutils-hppa64-2.32.ebuild @@ -47,8 +47,7 @@ case ${PV} in *) SRC_URI="mirror://gnu/binutils/binutils-${PV}.tar.xz" SLOT=$(get_version_component_range 1-2) - # no keywords yet. Needs some testing - #KEYWORDS="-* ~hppa" + KEYWORDS="-* ~hppa" ;; esac