diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-10-17 13:38:40 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-10-17 13:38:40 +0000 |
commit | 1237f0f2c7fb1d7f9d53830a70e6a7789a801aa3 (patch) | |
tree | 7baed63534035c12d54a5c80bc215feb56a1d258 /dev-libs | |
parent | Stable for ppc64, wrt bug #524154 (diff) | |
download | gentoo-2-1237f0f2c7fb1d7f9d53830a70e6a7789a801aa3.tar.gz gentoo-2-1237f0f2c7fb1d7f9d53830a70e6a7789a801aa3.tar.bz2 gentoo-2-1237f0f2c7fb1d7f9d53830a70e6a7789a801aa3.zip |
Stable for ppc64, wrt bug #524154
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/hiredis/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/hiredis/hiredis-0.11.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/hiredis/ChangeLog b/dev-libs/hiredis/ChangeLog index 6816068b880b..b08bd604edb1 100644 --- a/dev-libs/hiredis/ChangeLog +++ b/dev-libs/hiredis/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/hiredis # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/hiredis/ChangeLog,v 1.16 2014/10/05 15:06:47 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/hiredis/ChangeLog,v 1.17 2014/10/17 13:38:40 ago Exp $ + + 17 Oct 2014; Agostino Sarubbo <ago@gentoo.org> hiredis-0.11.0-r1.ebuild: + Stable for ppc64, wrt bug #524154 05 Oct 2014; Agostino Sarubbo <ago@gentoo.org> hiredis-0.11.0-r1.ebuild: Stable for ppc, wrt bug #524154 diff --git a/dev-libs/hiredis/hiredis-0.11.0-r1.ebuild b/dev-libs/hiredis/hiredis-0.11.0-r1.ebuild index 75c3f1d87e42..1b94b1d42d2e 100644 --- a/dev-libs/hiredis/hiredis-0.11.0-r1.ebuild +++ b/dev-libs/hiredis/hiredis-0.11.0-r1.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/hiredis/hiredis-0.11.0-r1.ebuild,v 1.7 2014/10/05 15:06:47 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/hiredis/hiredis-0.11.0-r1.ebuild,v 1.8 2014/10/17 13:38:40 ago Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="http://github.com/redis/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="alpha amd64 ~arm hppa ppc x86 ~x86-fbsd ~x64-solaris" +KEYWORDS="alpha amd64 ~arm hppa ppc ppc64 x86 ~x86-fbsd ~x64-solaris" IUSE="static-libs" src_prepare() { |