diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-05-30 11:22:30 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-05-30 11:22:30 +0000 |
commit | f57b396e67fcd7f0fe49a46cca17203f7720da26 (patch) | |
tree | abe1d01718cc22f1cfe5990351ad6824c7580fba /dev-php5/ezc-UserInput | |
parent | Added ~ppc64; bug #134717 (diff) | |
download | gentoo-2-f57b396e67fcd7f0fe49a46cca17203f7720da26.tar.gz gentoo-2-f57b396e67fcd7f0fe49a46cca17203f7720da26.tar.bz2 gentoo-2-f57b396e67fcd7f0fe49a46cca17203f7720da26.zip |
Added ~ppc64; bug #134717
(Portage version: 2.0.54-r2)
Diffstat (limited to 'dev-php5/ezc-UserInput')
-rw-r--r-- | dev-php5/ezc-UserInput/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php5/ezc-UserInput/ezc-UserInput-1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php5/ezc-UserInput/ChangeLog b/dev-php5/ezc-UserInput/ChangeLog index baaa5d4ad937..13db728fabbb 100644 --- a/dev-php5/ezc-UserInput/ChangeLog +++ b/dev-php5/ezc-UserInput/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php5/ezc-UserInput # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-UserInput/ChangeLog,v 1.3 2006/01/30 17:26:50 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-UserInput/ChangeLog,v 1.4 2006/05/30 11:22:30 corsair Exp $ + + 30 May 2006; Markus Rothe <corsair@gentoo.org> ezc-UserInput-1.0.ebuild: + Added ~ppc64; bug #134717 30 Jan 2006; Sebastian Bergmann <sebastian@gentoo.org> ezc-UserInput-1.0.ebuild: diff --git a/dev-php5/ezc-UserInput/ezc-UserInput-1.0.ebuild b/dev-php5/ezc-UserInput/ezc-UserInput-1.0.ebuild index 9cda4aee6ffe..92c0de6005f6 100644 --- a/dev-php5/ezc-UserInput/ezc-UserInput-1.0.ebuild +++ b/dev-php5/ezc-UserInput/ezc-UserInput-1.0.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-UserInput/ezc-UserInput-1.0.ebuild,v 1.2 2006/01/30 17:26:50 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-UserInput/ezc-UserInput-1.0.ebuild,v 1.3 2006/05/30 11:22:30 corsair Exp $ inherit php-ezc DESCRIPTION="This eZ component assists you to safely import user input variables into your application." SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~ppc64 ~x86" IUSE="" RDEPEND="${RDEPEND} dev-php5/pecl-filter" |