summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2010-10-14 15:40:51 +0000
committerChristian Faulhammer <fauli@gentoo.org>2010-10-14 15:40:51 +0000
commit20f18d3502059c8ff0f4722de69612beabfbb998 (patch)
treeba3846925bb43a46d73b5ebadf5c488fec6c328b /dev-php5/phpunit
parentx86 stable, bug 336869 (diff)
downloadgentoo-2-20f18d3502059c8ff0f4722de69612beabfbb998.tar.gz
gentoo-2-20f18d3502059c8ff0f4722de69612beabfbb998.tar.bz2
gentoo-2-20f18d3502059c8ff0f4722de69612beabfbb998.zip
x86 stable, bug 336869
(Portage version: 2.1.8.3/cvs/Linux i686, RepoMan options: --force)
Diffstat (limited to 'dev-php5/phpunit')
-rw-r--r--dev-php5/phpunit/ChangeLog6
-rw-r--r--dev-php5/phpunit/phpunit-3.4.13.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php5/phpunit/ChangeLog b/dev-php5/phpunit/ChangeLog
index c919c21530c1..d5026276a04a 100644
--- a/dev-php5/phpunit/ChangeLog
+++ b/dev-php5/phpunit/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-php5/phpunit
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpunit/ChangeLog,v 1.29 2010/10/04 22:51:07 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpunit/ChangeLog,v 1.30 2010/10/14 15:40:51 fauli Exp $
+
+ 14 Oct 2010; Christian Faulhammer <fauli@gentoo.org>
+ phpunit-3.4.13.ebuild:
+ x86 stable, bug 336869
*phpunit-3.5.0 (04 Oct 2010)
diff --git a/dev-php5/phpunit/phpunit-3.4.13.ebuild b/dev-php5/phpunit/phpunit-3.4.13.ebuild
index e7aa77a1e82f..275c2a692a06 100644
--- a/dev-php5/phpunit/phpunit-3.4.13.ebuild
+++ b/dev-php5/phpunit/phpunit-3.4.13.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpunit/phpunit-3.4.13.ebuild,v 1.1 2010/05/29 18:30:40 mabi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpunit/phpunit-3.4.13.ebuild,v 1.2 2010/10/14 15:40:51 fauli Exp $
EAPI="2"
inherit php-pear-lib-r1
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~sparc x86"
DESCRIPTION="Unit testing framework for PHP5"
HOMEPAGE="http://www.phpunit.de/"