diff options
author | 2015-02-25 15:40:46 +0000 | |
---|---|---|
committer | 2015-02-25 15:40:46 +0000 | |
commit | e9da6ce71bcd933b349a0690ec0ae72191cfdff8 (patch) | |
tree | 6473766ac10ae37dbc2c3cccd7a9fc5ca9f83d68 /dev-php/PHP_Timer | |
parent | Stable for x86, wrt bug #535300 (diff) | |
download | gentoo-2-e9da6ce71bcd933b349a0690ec0ae72191cfdff8.tar.gz gentoo-2-e9da6ce71bcd933b349a0690ec0ae72191cfdff8.tar.bz2 gentoo-2-e9da6ce71bcd933b349a0690ec0ae72191cfdff8.zip |
Stable for x86, wrt bug #535302
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-php/PHP_Timer')
-rw-r--r-- | dev-php/PHP_Timer/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/PHP_Timer/PHP_Timer-1.0.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/PHP_Timer/ChangeLog b/dev-php/PHP_Timer/ChangeLog index 6770011095ab..b082ca189a8c 100644 --- a/dev-php/PHP_Timer/ChangeLog +++ b/dev-php/PHP_Timer/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/PHP_Timer # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PHP_Timer/ChangeLog,v 1.6 2015/02/14 13:50:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PHP_Timer/ChangeLog,v 1.7 2015/02/25 15:40:46 ago Exp $ + + 25 Feb 2015; Agostino Sarubbo <ago@gentoo.org> PHP_Timer-1.0.5.ebuild: + Stable for x86, wrt bug #535302 14 Feb 2015; Agostino Sarubbo <ago@gentoo.org> PHP_Timer-1.0.5.ebuild: Stable for amd64, wrt bug #535302 diff --git a/dev-php/PHP_Timer/PHP_Timer-1.0.5.ebuild b/dev-php/PHP_Timer/PHP_Timer-1.0.5.ebuild index ec109713ccd7..829b2c60f7d4 100644 --- a/dev-php/PHP_Timer/PHP_Timer-1.0.5.ebuild +++ b/dev-php/PHP_Timer/PHP_Timer-1.0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PHP_Timer/PHP_Timer-1.0.5.ebuild,v 1.3 2015/02/14 13:50:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PHP_Timer/PHP_Timer-1.0.5.ebuild,v 1.4 2015/02/25 15:40:46 ago Exp $ EAPI=5 @@ -13,6 +13,6 @@ inherit php-pear-lib-r1 DESCRIPTION="Utility class for timing" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 hppa ~x86" +KEYWORDS="amd64 hppa x86" IUSE="" HOMEPAGE="http://pear.phpunit.de/" |