diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2015-01-08 09:15:40 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2015-01-08 09:15:40 +0000 |
commit | 298754cfd212394d5bb5019d84b1332877ddd416 (patch) | |
tree | c287db6f63251b3a427015966d586ca5a4707e2a /dev-php/pecl-memcache | |
parent | gnome-base/libgnomeui does not have jpeg use flag anymore (diff) | |
download | gentoo-2-298754cfd212394d5bb5019d84b1332877ddd416.tar.gz gentoo-2-298754cfd212394d5bb5019d84b1332877ddd416.tar.bz2 gentoo-2-298754cfd212394d5bb5019d84b1332877ddd416.zip |
Updated reason why we skip tests to match reality
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key C4A92BF5)
Diffstat (limited to 'dev-php/pecl-memcache')
-rw-r--r-- | dev-php/pecl-memcache/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php/pecl-memcache/pecl-memcache-3.0.8-r1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-php/pecl-memcache/ChangeLog b/dev-php/pecl-memcache/ChangeLog index db28e252968b..39d0a19f9ab9 100644 --- a/dev-php/pecl-memcache/ChangeLog +++ b/dev-php/pecl-memcache/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/pecl-memcache -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-memcache/ChangeLog,v 1.17 2014/10/15 15:37:04 grknight Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-memcache/ChangeLog,v 1.18 2015/01/08 09:15:40 olemarkus Exp $ + + 08 Jan 2015; Ole Markus With <olemarkus@gentoo.org> + pecl-memcache-3.0.8-r1.ebuild: + Updated reason why we skip tests to match reality 15 Oct 2014; Brian Evans <grknight@gentoo.org> pecl-memcache-2.2.7.ebuild: EAPI bump; Drop 5.3 support diff --git a/dev-php/pecl-memcache/pecl-memcache-3.0.8-r1.ebuild b/dev-php/pecl-memcache/pecl-memcache-3.0.8-r1.ebuild index b0877ef51160..52047542b82d 100644 --- a/dev-php/pecl-memcache/pecl-memcache-3.0.8-r1.ebuild +++ b/dev-php/pecl-memcache/pecl-memcache-3.0.8-r1.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-php/pecl-memcache/pecl-memcache-3.0.8-r1.ebuild,v 1.1 2014/09/02 10:20:22 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-memcache/pecl-memcache-3.0.8-r1.ebuild,v 1.2 2015/01/08 09:15:40 olemarkus Exp $ EAPI="5" PHP_EXT_NAME="memcache" @@ -23,7 +23,7 @@ DEPEND="sys-libs/zlib dev-lang/php[session?]" RDEPEND="${DEPEND}" -# upstream does not ship any testsuite, so the PHPize test-runner fails. +# The test suite requires memcached to be running. RESTRICT='test' src_configure() { |