diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-02-14 13:51:38 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-02-14 13:51:38 +0000 |
commit | e83edbb0331e1fee90b1c0bae3e1de24b38a2eed (patch) | |
tree | b968d8d974cb55984b96b7b749b1dd97fd82048e /dev-php/phpunit | |
parent | Stable for amd64, wrt bug #535292 (diff) | |
download | gentoo-2-e83edbb0331e1fee90b1c0bae3e1de24b38a2eed.tar.gz gentoo-2-e83edbb0331e1fee90b1c0bae3e1de24b38a2eed.tar.bz2 gentoo-2-e83edbb0331e1fee90b1c0bae3e1de24b38a2eed.zip |
Stable for amd64, wrt bug #535306
(Portage version: 2.2.14/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 | 7 | ||||
-rw-r--r-- | dev-php/phpunit/phpunit-4.3.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-php/phpunit/ChangeLog b/dev-php/phpunit/ChangeLog index 2a9e4e956067..3393b0d7308f 100644 --- a/dev-php/phpunit/ChangeLog +++ b/dev-php/phpunit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/phpunit -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/phpunit/ChangeLog,v 1.19 2014/10/10 14:45:40 grknight Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/phpunit/ChangeLog,v 1.20 2015/02/14 13:51:38 ago Exp $ + + 14 Feb 2015; Agostino Sarubbo <ago@gentoo.org> phpunit-4.3.1.ebuild: + Stable for amd64, wrt bug #535306 *phpunit-4.3.1 (10 Oct 2014) diff --git a/dev-php/phpunit/phpunit-4.3.1.ebuild b/dev-php/phpunit/phpunit-4.3.1.ebuild index 2bf11528530c..92e4be2abfb7 100644 --- a/dev-php/phpunit/phpunit-4.3.1.ebuild +++ b/dev-php/phpunit/phpunit-4.3.1.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/phpunit/phpunit-4.3.1.ebuild,v 1.1 2014/10/10 14:45:39 grknight Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/phpunit/phpunit-4.3.1.ebuild,v 1.2 2015/02/14 13:51:38 ago Exp $ EAPI=5 @@ -13,7 +13,7 @@ SRC_URI="https://phar.phpunit.de/${PHPUNIT_PHAR}" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~hppa ~x86" +KEYWORDS="amd64 ~hppa ~x86" IUSE="" DEPEND="dev-lang/php[phar,xml]" |