summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Stelling <blubb@gentoo.org>2006-04-10 21:25:00 +0000
committerSimon Stelling <blubb@gentoo.org>2006-04-10 21:25:00 +0000
commit8a8c0b81f9fff9ba8e37182bcb7ea34cac709666 (patch)
tree2e070da91028caf1c9f51581f329993e546810cb /dev-php4
parent~amd64 (diff)
downloadgentoo-2-8a8c0b81f9fff9ba8e37182bcb7ea34cac709666.tar.gz
gentoo-2-8a8c0b81f9fff9ba8e37182bcb7ea34cac709666.tar.bz2
gentoo-2-8a8c0b81f9fff9ba8e37182bcb7ea34cac709666.zip
~amd64
(Portage version: 2.1_pre7-r4)
Diffstat (limited to 'dev-php4')
-rw-r--r--dev-php4/pecl-tidy/ChangeLog7
-rw-r--r--dev-php4/pecl-tidy/pecl-tidy-1.1.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-php4/pecl-tidy/ChangeLog b/dev-php4/pecl-tidy/ChangeLog
index 2ffe50fa2ec1..797f673f4792 100644
--- a/dev-php4/pecl-tidy/ChangeLog
+++ b/dev-php4/pecl-tidy/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-php4/pecl-tidy
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-tidy/ChangeLog,v 1.4 2005/11/25 15:21:55 chtekk Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-tidy/ChangeLog,v 1.5 2006/04/10 21:25:00 blubb Exp $
+
+ 10 Apr 2006; Simon Stelling <blubb@gentoo.org> pecl-tidy-1.1.ebuild:
+ added ~amd64 keyword
25 Nov 2005; Luca Longinotti <chtekk@gentoo.org> pecl-tidy-1.1.ebuild:
Fix var ordering.
diff --git a/dev-php4/pecl-tidy/pecl-tidy-1.1.ebuild b/dev-php4/pecl-tidy/pecl-tidy-1.1.ebuild
index a969fc8a1e8b..bf6a2875461b 100644
--- a/dev-php4/pecl-tidy/pecl-tidy-1.1.ebuild
+++ b/dev-php4/pecl-tidy/pecl-tidy-1.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-tidy/pecl-tidy-1.1.ebuild,v 1.4 2005/11/25 15:21:55 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-tidy/pecl-tidy-1.1.ebuild,v 1.5 2006/04/10 21:25:00 blubb Exp $
PHP_EXT_NAME="tidy"
PHP_EXT_INI="yes"
@@ -8,7 +8,7 @@ PHP_EXT_ZENDEXT="no"
inherit php-ext-pecl-r1
-KEYWORDS="~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
DESCRIPTION="Tidy is a binding for the Tidy HTML clean and repair utility."
LICENSE="PHP"
SLOT="0"