diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-11-26 17:05:12 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-11-26 17:07:53 -0500 |
commit | 6855e3b918bc767d71946a86bb105a8ad8ef9f83 (patch) | |
tree | 104ff888c9ccb5c3460f4273d62cfc6e5d555773 /dev-libs/protobuf/protobuf-2.6.1-r3.ebuild | |
parent | dev-libs/gmp: add upstream fix for USE=-asm builds (diff) | |
download | gentoo-6855e3b918bc767d71946a86bb105a8ad8ef9f83.tar.gz gentoo-6855e3b918bc767d71946a86bb105a8ad8ef9f83.tar.bz2 gentoo-6855e3b918bc767d71946a86bb105a8ad8ef9f83.zip |
dev-libs/protobuf: mark 2.6.1-r3 amd64/arm64/sh/x86 stable
Diffstat (limited to 'dev-libs/protobuf/protobuf-2.6.1-r3.ebuild')
-rw-r--r-- | dev-libs/protobuf/protobuf-2.6.1-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/protobuf/protobuf-2.6.1-r3.ebuild b/dev-libs/protobuf/protobuf-2.6.1-r3.ebuild index 292d2bbee44f..e731d9fed18e 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 ) |