diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2011-12-16 14:23:23 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2011-12-16 14:23:23 +0000 |
commit | 79ed07241140928bb8c415edea0cc354f091de25 (patch) | |
tree | b34056547bbe35a849a4665891d8d3ce71313c74 /dev-ml/ocurl | |
parent | Stable for AMD64, wrt bug #393885 (diff) | |
download | gentoo-2-79ed07241140928bb8c415edea0cc354f091de25.tar.gz gentoo-2-79ed07241140928bb8c415edea0cc354f091de25.tar.bz2 gentoo-2-79ed07241140928bb8c415edea0cc354f091de25.zip |
Stable for AMD64, wrt bug #393761
(Portage version: 2.1.10.40/cvs/Linux i686)
Diffstat (limited to 'dev-ml/ocurl')
-rw-r--r-- | dev-ml/ocurl/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ml/ocurl/ocurl-0.5.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-ml/ocurl/ChangeLog b/dev-ml/ocurl/ChangeLog index fdcec5166a6d..e644cc0c9df4 100644 --- a/dev-ml/ocurl/ChangeLog +++ b/dev-ml/ocurl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/ocurl -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocurl/ChangeLog,v 1.9 2010/04/09 13:15:39 aballier Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocurl/ChangeLog,v 1.10 2011/12/16 14:23:23 ago Exp $ + + 16 Dec 2011; Agostino Sarubbo <ago@gentoo.org> ocurl-0.5.3.ebuild: + Stable for AMD64, wrt bug #393761 *ocurl-0.5.3 (09 Apr 2010) diff --git a/dev-ml/ocurl/ocurl-0.5.3.ebuild b/dev-ml/ocurl/ocurl-0.5.3.ebuild index 231704361603..c1fa21d55fa9 100644 --- a/dev-ml/ocurl/ocurl-0.5.3.ebuild +++ b/dev-ml/ocurl/ocurl-0.5.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocurl/ocurl-0.5.3.ebuild,v 1.1 2010/04/09 13:15:39 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocurl/ocurl-0.5.3.ebuild,v 1.2 2011/12/16 14:23:23 ago Exp $ EAPI=2 @@ -17,7 +17,7 @@ IUSE="examples" DEPEND=">=net-misc/curl-7.9.8 dev-libs/openssl" RDEPEND="$DEPEND" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc ~x86" S=${WORKDIR}/${PN} |