diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-08-10 13:21:21 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-08-10 13:21:21 +0000 |
commit | fd8710c673181d6f3830ac48c30266706e28e2ac (patch) | |
tree | 5afd44d422136617c757a5b41d374fe565a12524 /dev-php/phpunit | |
parent | Stable for x86, wrt bug #463144 (diff) | |
download | gentoo-2-fd8710c673181d6f3830ac48c30266706e28e2ac.tar.gz gentoo-2-fd8710c673181d6f3830ac48c30266706e28e2ac.tar.bz2 gentoo-2-fd8710c673181d6f3830ac48c30266706e28e2ac.zip |
Stable for x86, wrt bug #464424
(Portage version: 2.1.13.2/cvs/Linux x86_64, RepoMan options: --include-arches="x86", 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 63088b385c7c..b35b4b93d94c 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.16 2013/08/10 13:20:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/phpunit/ChangeLog,v 1.17 2013/08/10 13:21:21 ago Exp $ + + 10 Aug 2013; Agostino Sarubbo <ago@gentoo.org> phpunit-3.7.20.ebuild: + Stable for x86, wrt bug #464424 10 Aug 2013; Agostino Sarubbo <ago@gentoo.org> phpunit-3.7.20.ebuild: Stable for amd64, wrt bug #464424 diff --git a/dev-php/phpunit/phpunit-3.7.20.ebuild b/dev-php/phpunit/phpunit-3.7.20.ebuild index 1b300d51a7b9..5378046b48c5 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.3 2013/08/10 13:20:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/phpunit/phpunit-3.7.20.ebuild,v 1.4 2013/08/10 13:21:21 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]" |