diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-07-18 09:38:00 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-07-18 09:38:00 +0000 |
commit | d0abcbdc7f346e15a8b43f0ac1e454a8fe145db2 (patch) | |
tree | e15cc27d34e7fb5330b20640813d71f5d8f69a29 /dev-libs/libcaldav | |
parent | Stable on amd64 wrt bug #375501 (diff) | |
download | gentoo-2-d0abcbdc7f346e15a8b43f0ac1e454a8fe145db2.tar.gz gentoo-2-d0abcbdc7f346e15a8b43f0ac1e454a8fe145db2.tar.bz2 gentoo-2-d0abcbdc7f346e15a8b43f0ac1e454a8fe145db2.zip |
Fixed dependencies; this needs curl[gnutls]
(Portage version: 2.1.10.5/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/libcaldav')
-rw-r--r-- | dev-libs/libcaldav/ChangeLog | 8 | ||||
-rw-r--r-- | dev-libs/libcaldav/libcaldav-0.6.2.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-libs/libcaldav/ChangeLog b/dev-libs/libcaldav/ChangeLog index 7c3e45c11f91..3d1d08299d40 100644 --- a/dev-libs/libcaldav/ChangeLog +++ b/dev-libs/libcaldav/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/libcaldav -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcaldav/ChangeLog,v 1.1 2010/11/08 22:32:34 dilfridge Exp $ +# 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 $ + + 18 Jul 2011; Andreas K. Huettel <dilfridge@gentoo.org> + libcaldav-0.6.2.ebuild: + Fixed dependencies; this needs curl[gnutls] *libcaldav-0.6.2 (08 Nov 2010) diff --git a/dev-libs/libcaldav/libcaldav-0.6.2.ebuild b/dev-libs/libcaldav/libcaldav-0.6.2.ebuild index 569a28c5102f..3c04e27d3b23 100644 --- a/dev-libs/libcaldav/libcaldav-0.6.2.ebuild +++ b/dev-libs/libcaldav/libcaldav-0.6.2.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-libs/libcaldav/libcaldav-0.6.2.ebuild,v 1.1 2010/11/08 22:32:34 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcaldav/libcaldav-0.6.2.ebuild,v 1.2 2011/07/18 09:38:00 dilfridge Exp $ EAPI=3 @@ -17,7 +17,7 @@ IUSE="doc" RDEPEND=" dev-libs/glib - net-misc/curl + net-misc/curl[ssl,gnutls] " DEPEND="${RDEPEND} doc? ( app-doc/doxygen |