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 0E54A138330 for ; Sat, 1 Oct 2016 12:47:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 24A2921C072; Sat, 1 Oct 2016 12:47:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0815FE0ABC for ; Sat, 1 Oct 2016 12:47:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 96473340BE8 for ; Sat, 1 Oct 2016 12:47:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A8CED251C for ; Sat, 1 Oct 2016 12:41:01 +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: <1475325652.d3ef9c72419ea2ff315931b8716530c560df60c5.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/byacc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/byacc/byacc-20150711.ebuild X-VCS-Directories: dev-util/byacc/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: d3ef9c72419ea2ff315931b8716530c560df60c5 X-VCS-Branch: master Date: Sat, 1 Oct 2016 12:41:01 +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-Archives-Salt: 4bb6fa9c-971a-496b-9d20-e0d350fe1a47 X-Archives-Hash: 527aa141450643788b2340d398966632 commit: d3ef9c72419ea2ff315931b8716530c560df60c5 Author: Jeroen Roovers gentoo org> AuthorDate: Sat Oct 1 12:37:46 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sat Oct 1 12:40:52 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3ef9c72 dev-util/byacc: Stable for HPPA (bug #575264). Package-Manager: portage-2.3.1 RepoMan-Options: --ignore-arches dev-util/byacc/byacc-20150711.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/byacc/byacc-20150711.ebuild b/dev-util/byacc/byacc-20150711.ebuild index fd2b991..2fe8533 100644 --- a/dev-util/byacc/byacc-20150711.ebuild +++ b/dev-util/byacc/byacc-20150711.ebuild @@ -10,7 +10,7 @@ SRC_URI="ftp://invisible-island.net/byacc/${P}.tgz" LICENSE="public-domain" SLOT="0" -KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" DOCS=( ACKNOWLEDGEMENTS AUTHORS CHANGES NEW_FEATURES NOTES README )