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 | 1cb408fc7abc13b7411cef8829df9c1e7aa9d9f0 (patch) | |
tree | 3c7a00d1fa392ff9c77409f914d416fc5835dbf1 /dev-ml/ocurl/ocurl-0.5.3.ebuild | |
parent | Stable for AMD64, wrt bug #393885 (diff) | |
download | historical-1cb408fc7abc13b7411cef8829df9c1e7aa9d9f0.tar.gz historical-1cb408fc7abc13b7411cef8829df9c1e7aa9d9f0.tar.bz2 historical-1cb408fc7abc13b7411cef8829df9c1e7aa9d9f0.zip |
Stable for AMD64, wrt bug #393761
Package-Manager: portage-2.1.10.40/cvs/Linux i686
Diffstat (limited to 'dev-ml/ocurl/ocurl-0.5.3.ebuild')
-rw-r--r-- | dev-ml/ocurl/ocurl-0.5.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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} |