diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-02-13 19:55:51 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-02-13 21:11:50 +0100 |
commit | 8ed8844677ea7d6d632981f4f03c554a56395acf (patch) | |
tree | 9eb968967bac9e1afc02ad8498a6f0e0e05897b5 /dev-libs/protobuf | |
parent | dev-python/protobuf-python: x86 stable (bug #647462) (diff) | |
download | gentoo-8ed8844677ea7d6d632981f4f03c554a56395acf.tar.gz gentoo-8ed8844677ea7d6d632981f4f03c554a56395acf.tar.bz2 gentoo-8ed8844677ea7d6d632981f4f03c554a56395acf.zip |
dev-libs/protobuf: x86 stable (bug #647462)
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-libs/protobuf')
-rw-r--r-- | dev-libs/protobuf/protobuf-3.5.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/protobuf/protobuf-3.5.1.1.ebuild b/dev-libs/protobuf/protobuf-3.5.1.1.ebuild index d6f72fb6d95a..3f6acc71004a 100644 --- a/dev-libs/protobuf/protobuf-3.5.1.1.ebuild +++ b/dev-libs/protobuf/protobuf-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" @@ -11,7 +11,7 @@ SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0/15" -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 static-libs test zlib" RDEPEND="emacs? ( virtual/emacs ) |