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 8983C138331 for ; Tue, 13 Feb 2018 20:11:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B402AE0BF1; Tue, 13 Feb 2018 20:11:58 +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 905A5E0BF1 for ; Tue, 13 Feb 2018 20:11:58 +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 C2509335C4F for ; Tue, 13 Feb 2018 20:11:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D7A3211 for ; Tue, 13 Feb 2018 20:11:56 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1518552707.78cfc71ca29e7e99c5e9ec71f450b289a8aa7bf9.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/protobuf-java/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/protobuf-java/protobuf-java-3.5.1.1.ebuild X-VCS-Directories: dev-java/protobuf-java/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 78cfc71ca29e7e99c5e9ec71f450b289a8aa7bf9 X-VCS-Branch: master Date: Tue, 13 Feb 2018 20:11:56 +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: ef443050-382c-4066-9806-4f4c78fa9013 X-Archives-Hash: 47520570f938f155b401f6130a487991 commit: 78cfc71ca29e7e99c5e9ec71f450b289a8aa7bf9 Author: Thomas Deutschmann gentoo org> AuthorDate: Tue Feb 13 18:54:10 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Tue Feb 13 20:11:47 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78cfc71c dev-java/protobuf-java: x86 stable (bug #647462) Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-java/protobuf-java/protobuf-java-3.5.1.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-java/protobuf-java/protobuf-java-3.5.1.1.ebuild b/dev-java/protobuf-java/protobuf-java-3.5.1.1.ebuild index 0db08537169..6231169c008 100644 --- a/dev-java/protobuf-java/protobuf-java-3.5.1.1.ebuild +++ b/dev-java/protobuf-java/protobuf-java-3.5.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -12,7 +12,7 @@ SRC_URI="https://github.com/google/protobuf/archive/v${PV}.tar.gz -> protobuf-${ LICENSE="BSD" SLOT="0/15" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~sh ~x86 ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~sh x86 ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos" IUSE="nano" # Protobuf is only a build-time dep, but depends on the exact same version