diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-11-12 23:14:21 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-11-12 23:14:21 +0000 |
commit | 43f34110bd10305410974b9a0dac1331fc15ea73 (patch) | |
tree | 8663f1308fcdaf5e99f51df9b182f5e2f15b893c /dev-libs/protobuf-c | |
parent | dev-python/sphinxcontrib-spelling: x86 stable (bug #753284) (diff) | |
download | gentoo-43f34110bd10305410974b9a0dac1331fc15ea73.tar.gz gentoo-43f34110bd10305410974b9a0dac1331fc15ea73.tar.bz2 gentoo-43f34110bd10305410974b9a0dac1331fc15ea73.zip |
dev-libs/protobuf-c: stable 1.3.3 for ppc
stable wrt bug #754162
Package-Manager: Portage-3.0.9, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-libs/protobuf-c')
-rw-r--r-- | dev-libs/protobuf-c/protobuf-c-1.3.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/protobuf-c/protobuf-c-1.3.3.ebuild b/dev-libs/protobuf-c/protobuf-c-1.3.3.ebuild index 90b356aeda10..93ce87dad5c6 100644 --- a/dev-libs/protobuf-c/protobuf-c-1.3.3.ebuild +++ b/dev-libs/protobuf-c/protobuf-c-1.3.3.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${MY_PV}/${MY_P}.tar. LICENSE="BSD-2" # Subslot == SONAME version SLOT="0/1.0.0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc x86" IUSE="static-libs test" RESTRICT="!test? ( test )" |