diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2019-02-22 19:28:49 +0100 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2019-02-25 16:24:54 -0500 |
commit | 73f0117bea40332be62dfa7414163725a715cf12 (patch) | |
tree | 0169e95be8419cc76d60e12ea4a325132d947627 /dev-libs/protobuf | |
parent | net-irc/kvirc: Stabilize 5.0_pre20181205184837 on amd64/x86. (diff) | |
download | gentoo-73f0117bea40332be62dfa7414163725a715cf12.tar.gz gentoo-73f0117bea40332be62dfa7414163725a715cf12.tar.bz2 gentoo-73f0117bea40332be62dfa7414163725a715cf12.zip |
dev-libs/protobuf: 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-libs/protobuf')
-rw-r--r-- | dev-libs/protobuf/protobuf-3.6.1.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/protobuf/protobuf-3.6.1.3.ebuild b/dev-libs/protobuf/protobuf-3.6.1.3.ebuild index 1d00ee9032f4..d498903c8c4f 100644 --- a/dev-libs/protobuf/protobuf-3.6.1.3.ebuild +++ b/dev-libs/protobuf/protobuf-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="7" @@ -11,7 +11,7 @@ SRC_URI="https://github.com/protocolbuffers/${PN}/archive/v${PV}.tar.gz -> ${P}. LICENSE="BSD" SLOT="0/17" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" IUSE="emacs examples static-libs test zlib" RESTRICT="!test? ( test )" |