diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2004-07-04 23:19:27 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2004-07-04 23:19:27 +0000 |
commit | 76ed74800fb0652fef1c2f525614710f3aea6736 (patch) | |
tree | 9454a264e65a5c3c4b1db372bd8b86cce86bcbd9 /dev-php/PEAR-HTML_Select_Common | |
parent | Fixed typo, closes bug #56049 (Manifest recommit) (diff) | |
download | gentoo-2-76ed74800fb0652fef1c2f525614710f3aea6736.tar.gz gentoo-2-76ed74800fb0652fef1c2f525614710f3aea6736.tar.bz2 gentoo-2-76ed74800fb0652fef1c2f525614710f3aea6736.zip |
stable on x86.
Diffstat (limited to 'dev-php/PEAR-HTML_Select_Common')
-rw-r--r-- | dev-php/PEAR-HTML_Select_Common/PEAR-HTML_Select_Common-1.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/PEAR-HTML_Select_Common/PEAR-HTML_Select_Common-1.1-r1.ebuild b/dev-php/PEAR-HTML_Select_Common/PEAR-HTML_Select_Common-1.1-r1.ebuild index efb9ca95c5ae..ec0f37d02f7e 100644 --- a/dev-php/PEAR-HTML_Select_Common/PEAR-HTML_Select_Common-1.1-r1.ebuild +++ b/dev-php/PEAR-HTML_Select_Common/PEAR-HTML_Select_Common-1.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTML_Select_Common/PEAR-HTML_Select_Common-1.1-r1.ebuild,v 1.3 2004/06/25 01:18:42 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTML_Select_Common/PEAR-HTML_Select_Common-1.1-r1.ebuild,v 1.4 2004/07/04 23:19:26 robbat2 Exp $ inherit php-pear @@ -8,5 +8,5 @@ IUSE="" DESCRIPTION="Some small classes to handle common <select> lists" LICENSE="PHP" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc alpha" +KEYWORDS="x86 ~ppc ~sparc alpha" DEPEND=">=dev-php/PEAR-I18N-0.8" |