summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Rothe <corsair@gentoo.org>2007-11-06 19:12:43 +0000
committerMarkus Rothe <corsair@gentoo.org>2007-11-06 19:12:43 +0000
commit98bacd9f5fe22fc225dafcab0bc7aee93953f538 (patch)
tree9f6a8f2edb11550916b5b2ba824571f1ac669bdf /dev-php5/pecl-timezonedb
parentalpha/sparc stable wrt #197388 (diff)
downloadgentoo-2-98bacd9f5fe22fc225dafcab0bc7aee93953f538.tar.gz
gentoo-2-98bacd9f5fe22fc225dafcab0bc7aee93953f538.tar.bz2
gentoo-2-98bacd9f5fe22fc225dafcab0bc7aee93953f538.zip
Added ~ppc64; bug #197785
(Portage version: 2.1.3.16)
Diffstat (limited to 'dev-php5/pecl-timezonedb')
-rw-r--r--dev-php5/pecl-timezonedb/ChangeLog6
-rw-r--r--dev-php5/pecl-timezonedb/pecl-timezonedb-2007.8.ebuild4
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"