diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-03-25 11:37:34 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-03-25 11:37:34 +0000 |
commit | db36bc85c7435562af4b5024a605282cec915751 (patch) | |
tree | db113660c90842611d6c1dc6a2a5d75afb1942ce /net-fs | |
parent | Stable on ppc wrt bug #172133. (diff) | |
download | gentoo-2-db36bc85c7435562af4b5024a605282cec915751.tar.gz gentoo-2-db36bc85c7435562af4b5024a605282cec915751.tar.bz2 gentoo-2-db36bc85c7435562af4b5024a605282cec915751.zip |
x86 stable wrt bug 172120
(Portage version: 2.1.2.2)
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/davfs2/ChangeLog | 5 | ||||
-rw-r--r-- | net-fs/davfs2/davfs2-1.1.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-fs/davfs2/ChangeLog b/net-fs/davfs2/ChangeLog index 9788368fb431..6925852929af 100644 --- a/net-fs/davfs2/ChangeLog +++ b/net-fs/davfs2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-fs/davfs2 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/davfs2/ChangeLog,v 1.34 2007/03/25 11:32:36 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/davfs2/ChangeLog,v 1.35 2007/03/25 11:37:34 armin76 Exp $ + + 25 Mar 2007; Raúl Porcel <armin76@gentoo.org> davfs2-1.1.4.ebuild: + x86 stable wrt bug 172120 25 Mar 2007; Tobias Scherbaum <dertobi123@gentoo.org> davfs2-1.1.4.ebuild: Stable on ppc wrt bug #172120. diff --git a/net-fs/davfs2/davfs2-1.1.4.ebuild b/net-fs/davfs2/davfs2-1.1.4.ebuild index 032fc68cc33c..a9f15440a6a9 100644 --- a/net-fs/davfs2/davfs2-1.1.4.ebuild +++ b/net-fs/davfs2/davfs2-1.1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/davfs2/davfs2-1.1.4.ebuild,v 1.2 2007/03/25 11:32:36 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/davfs2/davfs2-1.1.4.ebuild,v 1.3 2007/03/25 11:37:34 armin76 Exp $ inherit linux-mod eutils @@ -8,7 +8,7 @@ DESCRIPTION="a Linux file system driver that allows you to mount a WebDAV server SRC_URI="mirror://sourceforge/dav/${P}.tar.gz" HOMEPAGE="http://dav.sourceforge.net" LICENSE="GPL-2" -KEYWORDS="~amd64 ppc ~x86" +KEYWORDS="~amd64 ppc x86" IUSE="ssl debug socks5" RESTRICT="test" |