diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2010-01-04 18:33:16 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2010-01-04 18:33:16 +0000 |
commit | 15ead280e296b8b97c164a0f8dbd4cf4916bea69 (patch) | |
tree | 106b03a2d3663c117957e4b442dd933e49e51526 /dev-php5/pecl-memcache/pecl-memcache-2.2.3.ebuild | |
parent | Bump, fixes #299617 (diff) | |
download | gentoo-2-15ead280e296b8b97c164a0f8dbd4cf4916bea69.tar.gz gentoo-2-15ead280e296b8b97c164a0f8dbd4cf4916bea69.tar.bz2 gentoo-2-15ead280e296b8b97c164a0f8dbd4cf4916bea69.zip |
src_test based on the phpize test-runner fails when there are no tests shipped by upstream.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'dev-php5/pecl-memcache/pecl-memcache-2.2.3.ebuild')
-rw-r--r-- | dev-php5/pecl-memcache/pecl-memcache-2.2.3.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-php5/pecl-memcache/pecl-memcache-2.2.3.ebuild b/dev-php5/pecl-memcache/pecl-memcache-2.2.3.ebuild index 98ae3e14d0a4..28c850c8b75d 100644 --- a/dev-php5/pecl-memcache/pecl-memcache-2.2.3.ebuild +++ b/dev-php5/pecl-memcache/pecl-memcache-2.2.3.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.2.3.ebuild,v 1.1 2008/02/11 21:26:10 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-memcache/pecl-memcache-2.2.3.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() { |