diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-08-10 13:27:44 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-08-10 13:27:44 +0000 |
commit | be28e66be5845cb3c9be273f8078f29c35a9e0da (patch) | |
tree | cbcfe617937e9fea119989d509a9838356a3732d /dev-php/PEAR-Text_CAPTCHA | |
parent | add missing quotes (diff) | |
download | historical-be28e66be5845cb3c9be273f8078f29c35a9e0da.tar.gz historical-be28e66be5845cb3c9be273f8078f29c35a9e0da.tar.bz2 historical-be28e66be5845cb3c9be273f8078f29c35a9e0da.zip |
stable x86, bug 291286
Package-Manager: portage-2.1.8.3/cvs/Linux i686
Diffstat (limited to 'dev-php/PEAR-Text_CAPTCHA')
-rw-r--r-- | dev-php/PEAR-Text_CAPTCHA/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/PEAR-Text_CAPTCHA/PEAR-Text_CAPTCHA-0.4.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php/PEAR-Text_CAPTCHA/ChangeLog b/dev-php/PEAR-Text_CAPTCHA/ChangeLog index 2223aa9c5ab6..6ff5967c84b3 100644 --- a/dev-php/PEAR-Text_CAPTCHA/ChangeLog +++ b/dev-php/PEAR-Text_CAPTCHA/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-Text_CAPTCHA # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_CAPTCHA/ChangeLog,v 1.4 2010/08/10 12:59:19 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_CAPTCHA/ChangeLog,v 1.5 2010/08/10 13:27:44 fauli Exp $ + + 10 Aug 2010; Christian Faulhammer <fauli@gentoo.org> + PEAR-Text_CAPTCHA-0.4.0.ebuild: + stable x86, bug 291286 10 Aug 2010; Matti Bickel <mabi@gentoo.org> PEAR-Text_CAPTCHA-0.4.0.ebuild: diff --git a/dev-php/PEAR-Text_CAPTCHA/PEAR-Text_CAPTCHA-0.4.0.ebuild b/dev-php/PEAR-Text_CAPTCHA/PEAR-Text_CAPTCHA-0.4.0.ebuild index 5117d704e97c..edb2265c6a7c 100644 --- a/dev-php/PEAR-Text_CAPTCHA/PEAR-Text_CAPTCHA-0.4.0.ebuild +++ b/dev-php/PEAR-Text_CAPTCHA/PEAR-Text_CAPTCHA-0.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_CAPTCHA/PEAR-Text_CAPTCHA-0.4.0.ebuild,v 1.2 2010/08/10 12:59:19 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_CAPTCHA/PEAR-Text_CAPTCHA-0.4.0.ebuild,v 1.3 2010/08/10 13:27:44 fauli Exp $ EAPI=2 @@ -10,7 +10,7 @@ DESCRIPTION="Generation of CAPTCHAs." LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="minimal" RDEPEND="dev-php/PEAR-Text_Password |