diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2005-02-26 10:18:15 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2005-02-26 10:18:15 +0000 |
commit | ab18c72ff2fd61a6bbcd2ba0f0c5c00f4ede5aef (patch) | |
tree | 0408d34ef807b5116e0b8cde4489ef0ef3f491e8 /net-misc/cadaver | |
parent | Initial version. Based on ebuild submitted by Andre Kloth <bugs-gentoo@blubbm... (diff) | |
download | gentoo-2-ab18c72ff2fd61a6bbcd2ba0f0c5c00f4ede5aef.tar.gz gentoo-2-ab18c72ff2fd61a6bbcd2ba0f0c5c00f4ede5aef.tar.bz2 gentoo-2-ab18c72ff2fd61a6bbcd2ba0f0c5c00f4ede5aef.zip |
Bug #81815, force depend on neon so that the bundled version isn't used.
(Portage version: 2.0.51.16)
Diffstat (limited to 'net-misc/cadaver')
-rw-r--r-- | net-misc/cadaver/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/cadaver/cadaver-0.22.2.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/net-misc/cadaver/ChangeLog b/net-misc/cadaver/ChangeLog index 2a853811ecf2..fd15e40b8aa1 100644 --- a/net-misc/cadaver/ChangeLog +++ b/net-misc/cadaver/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/cadaver -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/cadaver/ChangeLog,v 1.14 2004/12/16 09:44:19 corsair Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/cadaver/ChangeLog,v 1.15 2005/02/26 10:18:15 robbat2 Exp $ + + 26 Feb 2005; Robin H. Johnson <robbat2@gentoo.org> cadaver-0.22.2.ebuild: + Bug #81815, force depend on neon so that the bundled version isn't used. 16 Dec 2004; Markus Rothe <corsair@gentoo.org> cadaver-0.22.2.ebuild: Stable on ppc64 diff --git a/net-misc/cadaver/cadaver-0.22.2.ebuild b/net-misc/cadaver/cadaver-0.22.2.ebuild index a05da5d4deae..8b2104d3eaeb 100644 --- a/net-misc/cadaver/cadaver-0.22.2.ebuild +++ b/net-misc/cadaver/cadaver-0.22.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/cadaver/cadaver-0.22.2.ebuild,v 1.9 2005/02/07 15:34:43 config Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/cadaver/cadaver-0.22.2.ebuild,v 1.10 2005/02/26 10:18:15 robbat2 Exp $ DESCRIPTION="a command-line WebDAV client." HOMEPAGE="http://www.webdav.org/cadaver" @@ -12,6 +12,7 @@ KEYWORDS="x86 ~ppc ~sparc ppc64 ~ppc-macos ~amd64" IUSE="ssl" DEPEND="virtual/libc + net-misc/neon ssl? ( dev-libs/openssl )" src_compile() { |