diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2012-05-06 17:00:17 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2012-05-06 17:00:17 +0000 |
commit | bfe62e2c705ae3fe0e2f3ecf22a28e3f243208b4 (patch) | |
tree | 596b0dc84d579ab756a57528441f9eb978d8fed8 | |
parent | ia64/s390/sh/sparc stable wrt #395735 (diff) | |
download | gentoo-2-bfe62e2c705ae3fe0e2f3ecf22a28e3f243208b4.tar.gz gentoo-2-bfe62e2c705ae3fe0e2f3ecf22a28e3f243208b4.tar.bz2 gentoo-2-bfe62e2c705ae3fe0e2f3ecf22a28e3f243208b4.zip |
Adapt to new curl useflags, bug 412433
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
-rw-r--r-- | dev-libs/libcaldav/ChangeLog | 8 | ||||
-rw-r--r-- | dev-libs/libcaldav/libcaldav-0.6.2.ebuild | 10 |
2 files changed, 11 insertions, 7 deletions
diff --git a/dev-libs/libcaldav/ChangeLog b/dev-libs/libcaldav/ChangeLog index 3d1d08299d40..64a6526a04e5 100644 --- a/dev-libs/libcaldav/ChangeLog +++ b/dev-libs/libcaldav/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/libcaldav -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcaldav/ChangeLog,v 1.2 2011/07/18 09:38:00 dilfridge Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcaldav/ChangeLog,v 1.3 2012/05/06 17:00:17 dilfridge Exp $ + + 06 May 2012; Andreas K. Huettel <dilfridge@gentoo.org> + libcaldav-0.6.2.ebuild: + Adapt to new curl useflags, bug 412433 18 Jul 2011; Andreas K. Huettel <dilfridge@gentoo.org> libcaldav-0.6.2.ebuild: diff --git a/dev-libs/libcaldav/libcaldav-0.6.2.ebuild b/dev-libs/libcaldav/libcaldav-0.6.2.ebuild index 3c04e27d3b23..db59b7a8cfe4 100644 --- a/dev-libs/libcaldav/libcaldav-0.6.2.ebuild +++ b/dev-libs/libcaldav/libcaldav-0.6.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcaldav/libcaldav-0.6.2.ebuild,v 1.2 2011/07/18 09:38:00 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcaldav/libcaldav-0.6.2.ebuild,v 1.3 2012/05/06 17:00:17 dilfridge Exp $ -EAPI=3 +EAPI=4 inherit base @@ -17,7 +17,7 @@ IUSE="doc" RDEPEND=" dev-libs/glib - net-misc/curl[ssl,gnutls] + net-misc/curl[ssl,gnutls(+),curl_ssl_gnutls(+)] " DEPEND="${RDEPEND} doc? ( app-doc/doxygen @@ -25,5 +25,5 @@ DEPEND="${RDEPEND} " src_configure() { - econf $(use_enable doc) || die + econf $(use_enable doc) } |