diff options
Diffstat (limited to 'dev-php5')
-rw-r--r-- | dev-php5/pecl-filter/pecl-filter-0.11.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-php5/pecl-filter/pecl-filter-0.11.0.ebuild b/dev-php5/pecl-filter/pecl-filter-0.11.0.ebuild index 6622487f5d53..c716055a45b4 100644 --- a/dev-php5/pecl-filter/pecl-filter-0.11.0.ebuild +++ b/dev-php5/pecl-filter/pecl-filter-0.11.0.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-filter/pecl-filter-0.11.0.ebuild,v 1.10 2007/03/31 20:17:34 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-filter/pecl-filter-0.11.0.ebuild,v 1.11 2007/04/01 08:25:54 vapier Exp $ PHP_EXT_NAME="filter" PHP_EXT_INI="yes" @@ -8,11 +8,11 @@ PHP_EXT_ZENDEXT="no" inherit php-ext-pecl-r1 -KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86" - DESCRIPTION="Extension for safely dealing with input parameters." + LICENSE="PHP" SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86" IUSE="" DEPEND="!>=dev-lang/php-5.2" |