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 6AEB413997D for ; Sun, 10 Nov 2019 10:38:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C4F7E0C5E; Sun, 10 Nov 2019 10:35:05 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 76835E0C56 for ; Sun, 10 Nov 2019 10:35:04 +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 277AD34CDB1 for ; Sun, 10 Nov 2019 09:19:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 61595890 for ; Sun, 10 Nov 2019 09:19:07 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1573376397.289882e0c51e1f0ef6c228502f13b7ad17865ab8.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/treecc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/treecc/treecc-0.3.10-r1.ebuild X-VCS-Directories: dev-util/treecc/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 289882e0c51e1f0ef6c228502f13b7ad17865ab8 X-VCS-Branch: master Date: Sun, 10 Nov 2019 09:19:07 +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: 8e3a0af2-7f3a-4a66-aaff-c29ccb8d2d32 X-Archives-Hash: f4768ab7152a5ab6784a9b37d1cdb487 commit: 289882e0c51e1f0ef6c228502f13b7ad17865ab8 Author: Michał Górny gentoo org> AuthorDate: Sun Nov 10 08:59:57 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Nov 10 08:59:57 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=289882e0 dev-util/treecc: Mark -r1 stable on remaining arches Signed-off-by: Michał Górny gentoo.org> dev-util/treecc/treecc-0.3.10-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/treecc/treecc-0.3.10-r1.ebuild b/dev-util/treecc/treecc-0.3.10-r1.ebuild index f916b747ad1..fb7f9b99e16 100644 --- a/dev-util/treecc/treecc-0.3.10-r1.ebuild +++ b/dev-util/treecc/treecc-0.3.10-r1.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://download.savannah.gnu.org/releases/dotgnu-pnet/${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris" IUSE="doc examples" DEPEND="doc? ( app-text/texi2html )"