diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-07-04 12:24:46 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-07-04 12:24:46 +0000 |
commit | 867cdfaea3dc33926f827e617f8d90cea07e2fcd (patch) | |
tree | 972247b7801f2244e5f123587ea859680953a6ce /dev-libs/protobuf/protobuf-2.4.1.ebuild | |
parent | Stable for x86, wrt bug #474152 (diff) | |
download | historical-867cdfaea3dc33926f827e617f8d90cea07e2fcd.tar.gz historical-867cdfaea3dc33926f827e617f8d90cea07e2fcd.tar.bz2 historical-867cdfaea3dc33926f827e617f8d90cea07e2fcd.zip |
Stable for x86, wrt bug #474922
Package-Manager: portage-2.1.12.11/cvs/Linux x86_64
RepoMan-Options: --include-arches="x86"
Manifest-Sign-Key: 0x7194459F
Diffstat (limited to 'dev-libs/protobuf/protobuf-2.4.1.ebuild')
-rw-r--r-- | dev-libs/protobuf/protobuf-2.4.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/protobuf/protobuf-2.4.1.ebuild b/dev-libs/protobuf/protobuf-2.4.1.ebuild index e71298daf724..b60a0b4b2d58 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-2013 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.10 2013/06/29 19:40:40 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf/protobuf-2.4.1.ebuild,v 1.11 2013/07/04 12:24:46 ago 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 ~amd64-linux ~arm-linux ~x86-linux ~x64-macos" +KEYWORDS="amd64 ~arm ~ia64 ~mips ppc ppc64 x86 ~amd64-linux ~arm-linux ~x86-linux ~x64-macos" IUSE="emacs examples java python static-libs vim-syntax" DEPEND="${DEPEND} java? ( >=virtual/jdk-1.5 ) |