summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-03-25 08:04:13 +0000
committerJustin Lecher <jlec@gentoo.org>2015-03-25 08:04:13 +0000
commit7cd888db41bd5813c173ad779b6e85af4737322c (patch)
treecc1d789c4df938c97269e09bcd60264748be51b3 /dev-db/redis/redis-2.6.16.ebuild
parentFix tcl/tk slotting (diff)
downloadhistorical-7cd888db41bd5813c173ad779b6e85af4737322c.tar.gz
historical-7cd888db41bd5813c173ad779b6e85af4737322c.tar.bz2
historical-7cd888db41bd5813c173ad779b6e85af4737322c.zip
Fix tcl/tk slotting
Package-Manager: portage-2.2.18/cvs/Linux x86_64 Manifest-Sign-Key: 0xB9D4F231BD1558AB!
Diffstat (limited to 'dev-db/redis/redis-2.6.16.ebuild')
-rw-r--r--dev-db/redis/redis-2.6.16.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-db/redis/redis-2.6.16.ebuild b/dev-db/redis/redis-2.6.16.ebuild
index 22043038195e..2894e4a3c6e5 100644
--- a/dev-db/redis/redis-2.6.16.ebuild
+++ b/dev-db/redis/redis-2.6.16.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-db/redis/redis-2.6.16.ebuild,v 1.2 2014/08/10 20:02:32 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/redis/redis-2.6.16.ebuild,v 1.3 2015/03/25 08:04:11 jlec Exp $
EAPI=5
@@ -18,7 +18,7 @@ SLOT="0"
RDEPEND="tcmalloc? ( dev-util/google-perftools )
jemalloc? ( >=dev-libs/jemalloc-3.2 )"
DEPEND=">=sys-devel/autoconf-2.63
- test? ( dev-lang/tcl )
+ test? ( dev-lang/tcl:0= )
${RDEPEND}"
REQUIRED_USE="tcmalloc? ( !jemalloc )
jemalloc? ( !tcmalloc )"