diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2014-08-13 17:37:58 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-08-13 17:37:58 +0000 |
commit | 3781536f75a9172fd7ae7ae3b99457f8e89c1051 (patch) | |
tree | 3a2da1d34f0e841995b04a493ae410c8d44bec15 /dev-libs/protobuf-c | |
parent | sparc stable wrt #514476 (diff) | |
download | gentoo-2-3781536f75a9172fd7ae7ae3b99457f8e89c1051.tar.gz gentoo-2-3781536f75a9172fd7ae7ae3b99457f8e89c1051.tar.bz2 gentoo-2-3781536f75a9172fd7ae7ae3b99457f8e89c1051.zip |
Keyword ~ppc and ~ppc64, bug #519772
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'dev-libs/protobuf-c')
-rw-r--r-- | dev-libs/protobuf-c/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/protobuf-c/protobuf-c-0.15.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/protobuf-c/ChangeLog b/dev-libs/protobuf-c/ChangeLog index cc51e58f3878..2ddb77947a49 100644 --- a/dev-libs/protobuf-c/ChangeLog +++ b/dev-libs/protobuf-c/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/protobuf-c # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf-c/ChangeLog,v 1.9 2014/08/13 05:53:48 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf-c/ChangeLog,v 1.10 2014/08/13 17:37:58 blueness Exp $ + + 13 Aug 2014; Anthony G. Basile <blueness@gentoo.org> protobuf-c-0.15.ebuild: + Keyword ~ppc and ~ppc64, bug #519772 13 Aug 2014; Tim Harder <radhermit@gentoo.org> protobuf-c-1.0.1.ebuild: Sync ~arm keywords. diff --git a/dev-libs/protobuf-c/protobuf-c-0.15.ebuild b/dev-libs/protobuf-c/protobuf-c-0.15.ebuild index e8cb2daa3950..86a56ad8f16e 100644 --- a/dev-libs/protobuf-c/protobuf-c-0.15.ebuild +++ b/dev-libs/protobuf-c/protobuf-c-0.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf-c/protobuf-c-0.15.ebuild,v 1.4 2014/06/24 19:22:43 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf-c/protobuf-c-0.15.ebuild,v 1.5 2014/08/13 17:37:58 blueness Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="http://protobuf-c.googlecode.com/files/${P}.tar.gz" LICENSE="BSD-2" SLOT="0" -KEYWORDS="amd64 ~arm x86" +KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86" IUSE="static-libs" RDEPEND="dev-libs/protobuf" |