diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-07-04 12:23:47 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-07-04 12:23:47 +0000 |
commit | 2f97aeeaa6112c49fb7f2fca3b0e25c562638226 (patch) | |
tree | b49ec16c9405a295b17e6f3ea3cf46b779d50c8d /dev-db/redis | |
parent | Stable for x86, wrt bug #472596 (diff) | |
download | gentoo-2-2f97aeeaa6112c49fb7f2fca3b0e25c562638226.tar.gz gentoo-2-2f97aeeaa6112c49fb7f2fca3b0e25c562638226.tar.bz2 gentoo-2-2f97aeeaa6112c49fb7f2fca3b0e25c562638226.zip |
Stable for x86, wrt bug #472854
(Portage version: 2.1.12.11/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-db/redis')
-rw-r--r-- | dev-db/redis/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/redis/redis-2.6.13.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/redis/ChangeLog b/dev-db/redis/ChangeLog index 0cde63c043aa..fb6e21a2c886 100644 --- a/dev-db/redis/ChangeLog +++ b/dev-db/redis/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/redis # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/redis/ChangeLog,v 1.65 2013/06/18 22:51:51 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/redis/ChangeLog,v 1.66 2013/07/04 12:23:47 ago Exp $ + + 04 Jul 2013; Agostino Sarubbo <ago@gentoo.org> redis-2.6.13.ebuild: + Stable for x86, wrt bug #472854 18 Jun 2013; Chema Alonso <nimiux@gentoo.org> redis-2.6.13.ebuild: Stable for amd64 wrt bug #472854 diff --git a/dev-db/redis/redis-2.6.13.ebuild b/dev-db/redis/redis-2.6.13.ebuild index 0b1702eb20b9..818c4fd1a87a 100644 --- a/dev-db/redis/redis-2.6.13.ebuild +++ b/dev-db/redis/redis-2.6.13.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-db/redis/redis-2.6.13.ebuild,v 1.3 2013/06/18 22:51:51 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/redis/redis-2.6.13.ebuild,v 1.4 2013/07/04 12:23:47 ago Exp $ EAPI=5 @@ -11,7 +11,7 @@ HOMEPAGE="http://redis.io/" SRC_URI="http://redis.googlecode.com/files/${P}.tar.gz" LICENSE="BSD" -KEYWORDS="amd64 ~x86 ~x86-macos ~x86-solaris" +KEYWORDS="amd64 x86 ~x86-macos ~x86-solaris" IUSE="+jemalloc tcmalloc test" SLOT="0" |