diff options
-rw-r--r-- | dev-php5/pecl-timezonedb/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php5/pecl-timezonedb/pecl-timezonedb-2007.8.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php5/pecl-timezonedb/ChangeLog b/dev-php5/pecl-timezonedb/ChangeLog index a5f7162ea7e0..7d7850cad5d2 100644 --- a/dev-php5/pecl-timezonedb/ChangeLog +++ b/dev-php5/pecl-timezonedb/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php5/pecl-timezonedb # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-timezonedb/ChangeLog,v 1.3 2007/11/03 17:10:00 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-timezonedb/ChangeLog,v 1.4 2007/11/06 19:12:43 corsair Exp $ + + 06 Nov 2007; Markus Rothe <corsair@gentoo.org> + pecl-timezonedb-2007.8.ebuild: + Added ~ppc64; bug #197785 03 Nov 2007; Raúl Porcel <armin76@gentoo.org> pecl-timezonedb-2007.8.ebuild: diff --git a/dev-php5/pecl-timezonedb/pecl-timezonedb-2007.8.ebuild b/dev-php5/pecl-timezonedb/pecl-timezonedb-2007.8.ebuild index 8e0a7c5a8706..233169ff8ae4 100644 --- a/dev-php5/pecl-timezonedb/pecl-timezonedb-2007.8.ebuild +++ b/dev-php5/pecl-timezonedb/pecl-timezonedb-2007.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-timezonedb/pecl-timezonedb-2007.8.ebuild,v 1.3 2007/11/03 17:10:00 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-timezonedb/pecl-timezonedb-2007.8.ebuild,v 1.4 2007/11/06 19:12:43 corsair Exp $ PHP_EXT_NAME="timezonedb" PHP_EXT_INI="yes" @@ -8,7 +8,7 @@ PHP_EXT_ZENDEXT="no" inherit php-ext-pecl-r1 -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc64 ~sparc ~x86" DESCRIPTION="Timezone Database to be used with PHP's date and time functions." LICENSE="PHP" |