diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2019-02-22 19:32:07 +0100 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2019-02-25 16:24:55 -0500 |
commit | 4dd663bdb1f9506ac96fc8dfd7cb71d0a08c866c (patch) | |
tree | c6015f44bd321ebbf055366aa5c902e16ae579e0 /dev-java/protobuf-java | |
parent | dev-libs/protobuf: Copy stable keywords from 3.6.1 to 3.6.1.3. (diff) | |
download | gentoo-4dd663bdb1f9506ac96fc8dfd7cb71d0a08c866c.tar.gz gentoo-4dd663bdb1f9506ac96fc8dfd7cb71d0a08c866c.tar.bz2 gentoo-4dd663bdb1f9506ac96fc8dfd7cb71d0a08c866c.zip |
dev-java/protobuf-java: Copy stable keywords from 3.6.1 to 3.6.1.3.
Minimal changes since 3.6.1.
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'dev-java/protobuf-java')
-rw-r--r-- | dev-java/protobuf-java/protobuf-java-3.6.1.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/protobuf-java/protobuf-java-3.6.1.3.ebuild b/dev-java/protobuf-java/protobuf-java-3.6.1.3.ebuild index 21b22d791b71..c2172fa14a11 100644 --- a/dev-java/protobuf-java/protobuf-java-3.6.1.3.ebuild +++ b/dev-java/protobuf-java/protobuf-java-3.6.1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 2008-2018 Gentoo Authors +# Copyright 2008-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -12,7 +12,7 @@ SRC_URI="https://github.com/protocolbuffers/protobuf/archive/v${PV}.tar.gz -> pr LICENSE="BSD" SLOT="0/17" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~sh ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" +KEYWORDS="amd64 ~arm ~arm64 ppc64 ~sh x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" IUSE="" DEPEND="~dev-libs/protobuf-${PV} |