diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-01-17 12:27:37 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-01-17 12:27:37 +0000 |
commit | a825b193377a01be75c8fe6303d0a2e10675ed95 (patch) | |
tree | 891bcf7b357c286fb4bd84a4e814fd029db565b6 /dev-php5/phpunit | |
parent | Add ~alpha/~ia64 (diff) | |
download | historical-a825b193377a01be75c8fe6303d0a2e10675ed95.tar.gz historical-a825b193377a01be75c8fe6303d0a2e10675ed95.tar.bz2 historical-a825b193377a01be75c8fe6303d0a2e10675ed95.zip |
Add ~alpha/~ia64/~sparc
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'dev-php5/phpunit')
-rw-r--r-- | dev-php5/phpunit/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php5/phpunit/phpunit-3.2.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php5/phpunit/ChangeLog b/dev-php5/phpunit/ChangeLog index 2ecaa3aecdf2..f647c594100d 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.11 2008/01/04 13:29:19 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpunit/ChangeLog,v 1.12 2008/01/17 12:27:37 armin76 Exp $ + + 17 Jan 2008; Raúl Porcel <armin76@gentoo.org> phpunit-3.2.8.ebuild: + Add ~alpha/~ia64/~sparc *phpunit-3.2.8 (04 Jan 2008) diff --git a/dev-php5/phpunit/phpunit-3.2.8.ebuild b/dev-php5/phpunit/phpunit-3.2.8.ebuild index b592cad1f3e0..6056e3286cd9 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.1 2008/01/04 13:29:19 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpunit/phpunit-3.2.8.ebuild,v 1.2 2008/01/17 12:27:37 armin76 Exp $ inherit php-pear-lib-r1 -KEYWORDS="~amd64 ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~sparc ~x86" DESCRIPTION="Unit Testing framework for PHP 5." HOMEPAGE="http://www.phpunit.de/" |