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 57B3E1395E4 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 C32A4E0A61; 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 71370E0A84 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 583063412C1 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 ED1634A8 for ; Sat, 26 Nov 2016 22:08:04 +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: <1480198073.6855e3b918bc767d71946a86bb105a8ad8ef9f83.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/protobuf/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/protobuf/protobuf-2.6.1-r3.ebuild X-VCS-Directories: dev-libs/protobuf/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 6855e3b918bc767d71946a86bb105a8ad8ef9f83 X-VCS-Branch: master Date: Sat, 26 Nov 2016 22:08:04 +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: 00ae77c5-c5cb-4591-9e93-ae9eee8d1d08 X-Archives-Hash: 0eda5a65d21d109b69d34c33c6405b3b commit: 6855e3b918bc767d71946a86bb105a8ad8ef9f83 Author: Mike Frysinger gentoo org> AuthorDate: Sat Nov 26 22:05:12 2016 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Sat Nov 26 22:07:53 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6855e3b9 dev-libs/protobuf: mark 2.6.1-r3 amd64/arm64/sh/x86 stable dev-libs/protobuf/protobuf-2.6.1-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/protobuf/protobuf-2.6.1-r3.ebuild b/dev-libs/protobuf/protobuf-2.6.1-r3.ebuild index 292d2bb..e731d9f 100644 --- a/dev-libs/protobuf/protobuf-2.6.1-r3.ebuild +++ b/dev-libs/protobuf/protobuf-2.6.1-r3.ebuild @@ -17,7 +17,7 @@ SRC_URI="https://github.com/google/${PN}/releases/download/${PV}/${P}.tar.bz2" LICENSE="Apache-2.0" SLOT="0/9" # subslot = soname major version -KEYWORDS="alpha ~amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos" +KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos" IUSE="emacs examples java python static-libs vim-syntax zlib" CDEPEND="emacs? ( virtual/emacs )