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 019BE1381F1 for ; Sun, 28 Jan 2018 16:59:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC514E0DF2; Sun, 28 Jan 2018 16:59:05 +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 8C8DFE0DF2 for ; Sun, 28 Jan 2018 16:59:05 +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 49973335C3E for ; Sun, 28 Jan 2018 16:59:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 75B5B1DA for ; Sun, 28 Jan 2018 16:59:01 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1517158736.1c937519516b5f7b610d01880408d0b0dda644c2.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/protobuf/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/protobuf/protobuf-3.1.0.ebuild X-VCS-Directories: dev-libs/protobuf/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: 1c937519516b5f7b610d01880408d0b0dda644c2 X-VCS-Branch: master Date: Sun, 28 Jan 2018 16:59: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: f109ce8b-c529-4719-97d1-c9a9a4cd708e X-Archives-Hash: e86ef2b789e0e3be586fbe990b87d2bc commit: 1c937519516b5f7b610d01880408d0b0dda644c2 Author: Tobias Klausmann gentoo org> AuthorDate: Sun Jan 28 16:58:34 2018 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Sun Jan 28 16:58:56 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c937519 dev-libs/protobuf-3.1.0-r0: alpha stable Gentoo-Bug: http://bugs.gentoo.org/627772 dev-libs/protobuf/protobuf-3.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/protobuf/protobuf-3.1.0.ebuild b/dev-libs/protobuf/protobuf-3.1.0.ebuild index 5e952b42da2..22bb288f8b4 100644 --- a/dev-libs/protobuf/protobuf-3.1.0.ebuild +++ b/dev-libs/protobuf/protobuf-3.1.0.ebuild @@ -17,7 +17,7 @@ SRC_URI="https://github.com/google/protobuf/archive/v${MY_PV}.tar.gz -> ${P}.tar LICENSE="BSD" SLOT="0/11" -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 test vim-syntax zlib" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"