diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2012-11-19 18:29:50 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2012-11-19 18:29:50 +0000 |
commit | 4df35a0324a96188248f52a267d2483f84a8fb3b (patch) | |
tree | 0c79e5c65c254bb83b8a429f48c739aa14106d89 /dev-libs/protobuf | |
parent | Keyworded ~amd64-linux and ~x86-linux (diff) | |
download | gentoo-2-4df35a0324a96188248f52a267d2483f84a8fb3b.tar.gz gentoo-2-4df35a0324a96188248f52a267d2483f84a8fb3b.tar.bz2 gentoo-2-4df35a0324a96188248f52a267d2483f84a8fb3b.zip |
Keyworded amd64-linux and x86-linux
(Portage version: 2.2.01.21313-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Diffstat (limited to 'dev-libs/protobuf')
-rw-r--r-- | dev-libs/protobuf/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/protobuf/protobuf-2.4.1.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-libs/protobuf/ChangeLog b/dev-libs/protobuf/ChangeLog index 982dd561bb71..8d810bc18698 100644 --- a/dev-libs/protobuf/ChangeLog +++ b/dev-libs/protobuf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/protobuf # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf/ChangeLog,v 1.37 2012/08/09 13:55:33 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf/ChangeLog,v 1.38 2012/11/19 18:29:50 bicatali Exp $ + + 19 Nov 2012; Sébastien Fabbro <bicatali@gentoo.org> protobuf-2.4.1.ebuild: + Keyworded amd64-linux and x86-linux 09 Aug 2012; Anthony G. Basile <blueness@gentoo.org> protobuf-2.4.1.ebuild: Keyword ~mips @@ -161,4 +164,3 @@ 17 Jul 2008; Michał Januszewski <spock@gentoo.org> +metadata.xml, +protobuf-2.0.0_beta.ebuild: Initial commit (bug #231297). - diff --git a/dev-libs/protobuf/protobuf-2.4.1.ebuild b/dev-libs/protobuf/protobuf-2.4.1.ebuild index 35e9ca35d167..74ec7a449fd2 100644 --- a/dev-libs/protobuf/protobuf-2.4.1.ebuild +++ b/dev-libs/protobuf/protobuf-2.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf/protobuf-2.4.1.ebuild,v 1.4 2012/08/09 13:55:33 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf/protobuf-2.4.1.ebuild,v 1.5 2012/11/19 18:29:50 bicatali Exp $ EAPI="3" @@ -16,7 +16,7 @@ SRC_URI="http://protobuf.googlecode.com/files/${P}.tar.bz2" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~x86 ~x64-macos" +KEYWORDS="~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x64-macos ~x86-linux" IUSE="emacs examples java python static-libs vim-syntax" DEPEND="${DEPEND} java? ( >=virtual/jdk-1.5 ) |