diff options
Diffstat (limited to 'dev-php5/ezc-Url')
-rw-r--r-- | dev-php5/ezc-Url/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php5/ezc-Url/ezc-Url-1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php5/ezc-Url/ChangeLog b/dev-php5/ezc-Url/ChangeLog index f879e7468e51..8c3643b39b4f 100644 --- a/dev-php5/ezc-Url/ChangeLog +++ b/dev-php5/ezc-Url/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php5/ezc-Url # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-Url/ChangeLog,v 1.2 2007/08/31 15:06:48 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-Url/ChangeLog,v 1.3 2007/10/08 19:02:15 jokey Exp $ + + 08 Oct 2007; Markus Ullmann <jokey@gentoo.org> ezc-Url-1.1.ebuild: + Rekeyword sparc per bug #190787 thanks to Tiago Cunha for digging into it 31 Aug 2007; Jeroen Roovers <jer@gentoo.org> ezc-Url-1.1.ebuild: Marked ~hppa (bug #190787). diff --git a/dev-php5/ezc-Url/ezc-Url-1.1.ebuild b/dev-php5/ezc-Url/ezc-Url-1.1.ebuild index 2ff929ffa261..f6528e5dda7e 100644 --- a/dev-php5/ezc-Url/ezc-Url-1.1.ebuild +++ b/dev-php5/ezc-Url/ezc-Url-1.1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-Url/ezc-Url-1.1.ebuild,v 1.2 2007/08/31 15:06:48 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-Url/ezc-Url-1.1.ebuild,v 1.3 2007/10/08 19:02:15 jokey Exp $ inherit php-ezc DESCRIPTION="The Url package provides basic operations to handle URLs (parse, build, get/set path, get/set query)." SLOT="0" -KEYWORDS="~amd64 ~hppa ~x86" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" IUSE="" |