diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-08-10 13:20:33 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-08-10 13:20:33 +0000 |
commit | 4457e515d394fafed8666073537d6492cea475a1 (patch) | |
tree | 47aaaf8c557048188e2067cf820493f6a6638562 /dev-php/phpunit | |
parent | Stable for amd64, wrt bug #463144 (diff) | |
download | gentoo-2-4457e515d394fafed8666073537d6492cea475a1.tar.gz gentoo-2-4457e515d394fafed8666073537d6492cea475a1.tar.bz2 gentoo-2-4457e515d394fafed8666073537d6492cea475a1.zip |
Stable for amd64, wrt bug #464424
(Portage version: 2.1.13.2/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-php/phpunit')
-rw-r--r-- | dev-php/phpunit/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/phpunit/phpunit-3.7.20.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/phpunit/ChangeLog b/dev-php/phpunit/ChangeLog index 1701efb507d0..63088b385c7c 100644 --- a/dev-php/phpunit/ChangeLog +++ b/dev-php/phpunit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/phpunit # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/phpunit/ChangeLog,v 1.15 2013/06/23 14:03:46 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/phpunit/ChangeLog,v 1.16 2013/08/10 13:20:33 ago Exp $ + + 10 Aug 2013; Agostino Sarubbo <ago@gentoo.org> phpunit-3.7.20.ebuild: + Stable for amd64, wrt bug #464424 23 Jun 2013; Jeroen Roovers <jer@gentoo.org> phpunit-3.5.13.ebuild, phpunit-3.6.0.ebuild, phpunit-3.6.10.ebuild, phpunit-3.6.11.ebuild, diff --git a/dev-php/phpunit/phpunit-3.7.20.ebuild b/dev-php/phpunit/phpunit-3.7.20.ebuild index 2116021a1cea..1b300d51a7b9 100644 --- a/dev-php/phpunit/phpunit-3.7.20.ebuild +++ b/dev-php/phpunit/phpunit-3.7.20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/phpunit/phpunit-3.7.20.ebuild,v 1.2 2013/06/23 14:03:46 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/phpunit/phpunit-3.7.20.ebuild,v 1.3 2013/08/10 13:20:33 ago Exp $ EAPI=5 @@ -13,7 +13,7 @@ SRC_URI="http://dev.gentoo.org/~olemarkus/phpunit/${PHPUNIT_PHAR}" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~hppa ~x86" +KEYWORDS="amd64 ~hppa ~x86" IUSE="" DEPEND="dev-lang/php[phar,xml]" |