summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-php5/pecl-memcache/pecl-memcache-2.0.4.ebuild')
-rw-r--r--dev-php5/pecl-memcache/pecl-memcache-2.0.4.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-php5/pecl-memcache/pecl-memcache-2.0.4.ebuild b/dev-php5/pecl-memcache/pecl-memcache-2.0.4.ebuild
index 07409618bf6a..7f19681a98be 100644
--- a/dev-php5/pecl-memcache/pecl-memcache-2.0.4.ebuild
+++ b/dev-php5/pecl-memcache/pecl-memcache-2.0.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-memcache/pecl-memcache-2.0.4.ebuild,v 1.5 2008/05/09 12:56:34 hoffie Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-memcache/pecl-memcache-2.0.4.ebuild,v 1.6 2010/01/04 18:33:16 robbat2 Exp $
PHP_EXT_NAME="memcache"
PHP_EXT_INI="yes"
@@ -18,6 +18,9 @@ IUSE=""
DEPEND="sys-libs/zlib"
RDEPEND="${DEPEND}"
+# upstream does not ship any testsuite, so the PHPize test-runner fails.
+RESTRICT='test'
+
need_php_by_category
src_unpack() {