diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-03-06 10:56:33 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-03-06 10:56:33 +0000 |
commit | dcdba7695e211cdbf9a3af85b34edc4ea81f45db (patch) | |
tree | 5001a52f7ba7d9e8055236a05332d01de29c4af5 /dev-libs/protobuf/protobuf-2.5.0.ebuild | |
parent | Stable for ppc64, wrt bug #496622 (diff) | |
download | gentoo-2-dcdba7695e211cdbf9a3af85b34edc4ea81f45db.tar.gz gentoo-2-dcdba7695e211cdbf9a3af85b34edc4ea81f45db.tar.bz2 gentoo-2-dcdba7695e211cdbf9a3af85b34edc4ea81f45db.zip |
Revert wrong commit wrt bug #503046
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-libs/protobuf/protobuf-2.5.0.ebuild')
-rw-r--r-- | dev-libs/protobuf/protobuf-2.5.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/protobuf/protobuf-2.5.0.ebuild b/dev-libs/protobuf/protobuf-2.5.0.ebuild index 12f3e964f1a3..b33246eaef79 100644 --- a/dev-libs/protobuf/protobuf-2.5.0.ebuild +++ b/dev-libs/protobuf/protobuf-2.5.0.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/protobuf-2.5.0.ebuild,v 1.11 2014/01/30 23:14:01 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf/protobuf-2.5.0.ebuild,v 1.12 2014/03/06 10:56:33 ago Exp $ EAPI=5 JAVA_PKG_IUSE="source" @@ -15,7 +15,7 @@ SRC_URI="http://protobuf.googlecode.com/files/${P}.tar.bz2" LICENSE="Apache-2.0" SLOT="0/8" # subslot = soname major version -KEYWORDS="amd64 arm ~ia64 ~mips ppc ppc64 x86 ~amd64-linux ~arm-linux ~x86-linux ~x64-macos x86-macos" +KEYWORDS="amd64 arm ~ia64 ~mips -ppc -ppc64 x86 ~amd64-linux ~arm-linux ~x86-linux ~x64-macos x86-macos" IUSE="emacs examples java python static-libs vim-syntax" CDEPEND="emacs? ( virtual/emacs ) |