summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2015-04-09 09:04:56 +0000
committerAgostino Sarubbo <ago@gentoo.org>2015-04-09 09:04:56 +0000
commita5df5d844b4934873e127dda9b1d9b986593349d (patch)
treee14d1eb72a861957d470f91dda646816dfaa4653 /dev-libs
parentStable for amd64, wrt bug #532000 (diff)
downloadgentoo-2-a5df5d844b4934873e127dda9b1d9b986593349d.tar.gz
gentoo-2-a5df5d844b4934873e127dda9b1d9b986593349d.tar.bz2
gentoo-2-a5df5d844b4934873e127dda9b1d9b986593349d.zip
Stable for amd64, wrt bug #532000
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/protobuf-c/ChangeLog5
-rw-r--r--dev-libs/protobuf-c/protobuf-c-1.0.2-r1.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-libs/protobuf-c/ChangeLog b/dev-libs/protobuf-c/ChangeLog
index 6144d37e960b..f41950da8cc3 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-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf-c/ChangeLog,v 1.16 2015/03/16 02:48:59 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf-c/ChangeLog,v 1.17 2015/04/09 09:04:56 ago Exp $
+
+ 09 Apr 2015; Agostino Sarubbo <ago@gentoo.org> protobuf-c-1.0.2-r1.ebuild:
+ Stable for amd64, wrt bug #532000
16 Mar 2015; Tim Harder <radhermit@gentoo.org> -protobuf-c-1.0.1.ebuild,
-protobuf-c-1.0.2.ebuild, -protobuf-c-1.1.0.ebuild:
diff --git a/dev-libs/protobuf-c/protobuf-c-1.0.2-r1.ebuild b/dev-libs/protobuf-c/protobuf-c-1.0.2-r1.ebuild
index 749600357938..4b308a051f31 100644
--- a/dev-libs/protobuf-c/protobuf-c-1.0.2-r1.ebuild
+++ b/dev-libs/protobuf-c/protobuf-c-1.0.2-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf-c/protobuf-c-1.0.2-r1.ebuild,v 1.1 2014/11/27 18:22:22 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf-c/protobuf-c-1.0.2-r1.ebuild,v 1.2 2015/04/09 09:04:56 ago Exp $
EAPI=5
@@ -15,7 +15,7 @@ SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${MY_PV}/${MY_P}.tar.
LICENSE="BSD-2"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
IUSE="static-libs"
RDEPEND=">=dev-libs/protobuf-2.5.0-r2[${MULTILIB_USEDEP}]"