summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-php5/pecl-memcache/pecl-memcache-2.2.5.ebuild')
-rw-r--r--dev-php5/pecl-memcache/pecl-memcache-2.2.5.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-php5/pecl-memcache/pecl-memcache-2.2.5.ebuild b/dev-php5/pecl-memcache/pecl-memcache-2.2.5.ebuild
index 44c4e427ca6b..e527a33005d1 100644
--- a/dev-php5/pecl-memcache/pecl-memcache-2.2.5.ebuild
+++ b/dev-php5/pecl-memcache/pecl-memcache-2.2.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 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.2.5.ebuild,v 1.1 2009/04/12 21:24:23 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-memcache/pecl-memcache-2.2.5.ebuild,v 1.2 2010/01/04 18:33:16 robbat2 Exp $
EAPI="1"
PHP_EXT_NAME="memcache"
@@ -20,6 +20,9 @@ IUSE="+session"
DEPEND="sys-libs/zlib"
RDEPEND="${DEPEND}"
+# upstream does not ship any testsuite, so the PHPize test-runner fails.
+RESTRICT='test'
+
need_php_by_category
pkg_setup() {