diff options
author | Dane Smith <c1pher@gentoo.org> | 2010-12-13 02:50:12 +0000 |
---|---|---|
committer | Dane Smith <c1pher@gentoo.org> | 2010-12-13 02:50:12 +0000 |
commit | 533d044507a78e874c12d3625fba6f324b3f32d4 (patch) | |
tree | b412556d8ba032f87db23aebe44957fb0f13d2af /dev-libs/protobuf | |
parent | QA: update to EAPI 2, drop debug USE flag as it only changes CFLAGS, die on d... (diff) | |
download | gentoo-2-533d044507a78e874c12d3625fba6f324b3f32d4.tar.gz gentoo-2-533d044507a78e874c12d3625fba6f324b3f32d4.tar.bz2 gentoo-2-533d044507a78e874c12d3625fba6f324b3f32d4.zip |
dev-libs/protobuf-2.3.0-r1 stable x86 wrt bug 348574.
(Portage version: 2.2.0_alpha3_p8/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/protobuf')
-rw-r--r-- | dev-libs/protobuf/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/protobuf/protobuf-2.3.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/protobuf/ChangeLog b/dev-libs/protobuf/ChangeLog index 94f710c5b707..71736330a4ad 100644 --- a/dev-libs/protobuf/ChangeLog +++ b/dev-libs/protobuf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/protobuf # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf/ChangeLog,v 1.20 2010/06/12 07:03:16 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf/ChangeLog,v 1.21 2010/12/13 02:50:12 c1pher Exp $ + + 13 Dec 2010; Dane Smith <c1pher@gentoo.org> protobuf-2.3.0-r1.ebuild: + Stable x86 wrt bug 348574. *protobuf-2.3.0-r1 (12 Jun 2010) diff --git a/dev-libs/protobuf/protobuf-2.3.0-r1.ebuild b/dev-libs/protobuf/protobuf-2.3.0-r1.ebuild index 95311721333d..7646abc4f51d 100644 --- a/dev-libs/protobuf/protobuf-2.3.0-r1.ebuild +++ b/dev-libs/protobuf/protobuf-2.3.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf/protobuf-2.3.0-r1.ebuild,v 1.1 2010/06/12 07:03:16 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf/protobuf-2.3.0-r1.ebuild,v 1.2 2010/12/13 02:50:12 c1pher Exp $ EAPI="2" @@ -15,7 +15,7 @@ SRC_URI="http://protobuf.googlecode.com/files/${P}.tar.bz2" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x64-macos" +KEYWORDS="~amd64 ~ppc ~ppc64 x86 ~x64-macos" IUSE="emacs examples java python static-libs vim-syntax" DEPEND="${DEPEND} java? ( >=virtual/jdk-1.5 ) |