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 4D90C1395E2 for ; Sat, 26 Nov 2016 22:08:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80993E084C; Sat, 26 Nov 2016 22:08:07 +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 5E09CE084C for ; Sat, 26 Nov 2016 22:08:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6BBB33412CB for ; Sat, 26 Nov 2016 22:08:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0AA4C7E1 for ; Sat, 26 Nov 2016 22:08:05 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1480198074.1234c4088b892a44c58492f73a9d94c6f6402f92.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/protobuf-c/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/protobuf-c/protobuf-c-1.1.1.ebuild X-VCS-Directories: dev-libs/protobuf-c/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 1234c4088b892a44c58492f73a9d94c6f6402f92 X-VCS-Branch: master Date: Sat, 26 Nov 2016 22:08:05 +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: 81a0a46b-3973-4c9b-acee-7e3eae531a7b X-Archives-Hash: 0e550e6181d32183253aeae964b84359 commit: 1234c4088b892a44c58492f73a9d94c6f6402f92 Author: Mike Frysinger gentoo org> AuthorDate: Sat Nov 26 22:06:52 2016 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Sat Nov 26 22:07:54 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1234c408 dev-libs/protobuf-c: mark 1.1.1 amd64/arm/arm64/ppc/ppc64/x86 stable dev-libs/protobuf-c/protobuf-c-1.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/protobuf-c/protobuf-c-1.1.1.ebuild b/dev-libs/protobuf-c/protobuf-c-1.1.1.ebuild index 6a86a8e..86b4358 100644 --- a/dev-libs/protobuf-c/protobuf-c-1.1.1.ebuild +++ b/dev-libs/protobuf-c/protobuf-c-1.1.1.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${MY_PV}/${MY_P}.tar. LICENSE="BSD-2" SLOT="0" -KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 sparc ~x86" +KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 sparc x86" IUSE="static-libs test" RDEPEND=">=dev-libs/protobuf-2.6.0[${MULTILIB_USEDEP}]"