summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-php5')
-rw-r--r--dev-php5/phpunit/ChangeLog5
-rw-r--r--dev-php5/phpunit/phpunit-3.2.8.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php5/phpunit/ChangeLog b/dev-php5/phpunit/ChangeLog
index f647c594100d..979bb14dc9ec 100644
--- a/dev-php5/phpunit/ChangeLog
+++ b/dev-php5/phpunit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-php5/phpunit
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpunit/ChangeLog,v 1.12 2008/01/17 12:27:37 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpunit/ChangeLog,v 1.13 2008/02/05 08:55:45 opfer Exp $
+
+ 05 Feb 2008; Christian Faulhammer <opfer@gentoo.org> phpunit-3.2.8.ebuild:
+ stable x86, bug 208848
17 Jan 2008; Raúl Porcel <armin76@gentoo.org> phpunit-3.2.8.ebuild:
Add ~alpha/~ia64/~sparc
diff --git a/dev-php5/phpunit/phpunit-3.2.8.ebuild b/dev-php5/phpunit/phpunit-3.2.8.ebuild
index 6056e3286cd9..980d747efdbb 100644
--- a/dev-php5/phpunit/phpunit-3.2.8.ebuild
+++ b/dev-php5/phpunit/phpunit-3.2.8.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpunit/phpunit-3.2.8.ebuild,v 1.2 2008/01/17 12:27:37 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpunit/phpunit-3.2.8.ebuild,v 1.3 2008/02/05 08:55:45 opfer Exp $
inherit php-pear-lib-r1
-KEYWORDS="~alpha ~amd64 ~ia64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~sparc x86"
DESCRIPTION="Unit Testing framework for PHP 5."
HOMEPAGE="http://www.phpunit.de/"