summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2012-08-03 16:47:01 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2012-08-03 16:47:01 +0000
commit974ab77d7feb3e1ed6cc8cf53a2557baaafa7e07 (patch)
treee2f2a1ae180e685ca981ec32c82000eade5378bd /dev-db/redis/redis-2.4.16.ebuild
parentRemoved old, keyword amd64-linux, x86-linux (diff)
downloadgentoo-2-974ab77d7feb3e1ed6cc8cf53a2557baaafa7e07.tar.gz
gentoo-2-974ab77d7feb3e1ed6cc8cf53a2557baaafa7e07.tar.bz2
gentoo-2-974ab77d7feb3e1ed6cc8cf53a2557baaafa7e07.zip
Missing fix from bug #427170.
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'dev-db/redis/redis-2.4.16.ebuild')
-rw-r--r--dev-db/redis/redis-2.4.16.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-db/redis/redis-2.4.16.ebuild b/dev-db/redis/redis-2.4.16.ebuild
index 74627b62fe22..7f73159f229d 100644
--- a/dev-db/redis/redis-2.4.16.ebuild
+++ b/dev-db/redis/redis-2.4.16.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/redis/redis-2.4.16.ebuild,v 1.1 2012/08/02 18:25:31 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/redis/redis-2.4.16.ebuild,v 1.2 2012/08/03 16:47:01 robbat2 Exp $
EAPI="4"
@@ -18,7 +18,7 @@ SLOT="0"
RDEPEND=""
DEPEND=">=sys-devel/autoconf-2.63
tcmalloc? ( dev-util/google-perftools )
- jemalloc? ( <dev-libs/jemalloc-3.0 )
+ jemalloc? ( >=dev-libs/jemalloc-3.0 )
test? ( dev-lang/tcl )
${RDEPEND}"
REQUIRED_USE="tcmalloc? ( !jemalloc )
@@ -48,7 +48,7 @@ src_prepare() {
epatch "${FILESDIR}/redis-2.4.3-shared.patch"
epatch "${FILESDIR}/redis-2.4.4-tcmalloc.patch"
if use jemalloc ; then
- sed -i -e "s/je_/j/" src/zmalloc.c
+ sed -i -e "s/je_/j/" src/zmalloc.c src/zmalloc.h
fi
# now we will rewrite present Makefiles
local makefiles=""