summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2011-05-24 14:55:40 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2011-05-24 14:55:40 +0000
commit525c86aec8c3455c6f3911482cd34896a78ac076 (patch)
tree0472c4e8b6d31815e48feab36244d5fd2c269690 /dev-php
parentStable on amd64 wrt bug #368293 (diff)
downloadgentoo-2-525c86aec8c3455c6f3911482cd34896a78ac076.tar.gz
gentoo-2-525c86aec8c3455c6f3911482cd34896a78ac076.tar.bz2
gentoo-2-525c86aec8c3455c6f3911482cd34896a78ac076.zip
Stable on amd64 wrt bug #368293
(Portage version: 2.1.9.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/phpunit/ChangeLog5
-rw-r--r--dev-php/phpunit/phpunit-3.5.13.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/phpunit/ChangeLog b/dev-php/phpunit/ChangeLog
index 4b3ade51e6ce..723590e870fc 100644
--- a/dev-php/phpunit/ChangeLog
+++ b/dev-php/phpunit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-php/phpunit
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/phpunit/ChangeLog,v 1.3 2011/05/23 10:30:34 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/phpunit/ChangeLog,v 1.4 2011/05/24 14:55:40 hwoarang Exp $
+
+ 24 May 2011; Markos Chandras <hwoarang@gentoo.org> phpunit-3.5.13.ebuild:
+ Stable on amd64 wrt bug #368293
23 May 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> phpunit-3.5.13.ebuild:
x86 stable wrt bug #368293
diff --git a/dev-php/phpunit/phpunit-3.5.13.ebuild b/dev-php/phpunit/phpunit-3.5.13.ebuild
index 11e2b500bb0f..c3dcc8410196 100644
--- a/dev-php/phpunit/phpunit-3.5.13.ebuild
+++ b/dev-php/phpunit/phpunit-3.5.13.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/phpunit/phpunit-3.5.13.ebuild,v 1.4 2011/05/23 10:30:34 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/phpunit/phpunit-3.5.13.ebuild,v 1.5 2011/05/24 14:55:40 hwoarang Exp $
EAPI="2"
PHP_PEAR_CHANNEL="${FILESDIR}/channel.xml"
@@ -8,7 +8,7 @@ PHP_PEAR_PN="PHPUnit"
inherit php-pear-lib-r1
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
DESCRIPTION="Unit testing framework for PHP5"
HOMEPAGE="http://www.phpunit.de/"