diff options
author | Michael Tindal <urilith@gentoo.org> | 2004-11-04 08:16:46 +0000 |
---|---|---|
committer | Michael Tindal <urilith@gentoo.org> | 2004-11-04 08:16:46 +0000 |
commit | 34d7b5c7e825addca2088b957fec7fe6a125fe6f (patch) | |
tree | 9cbad8048a92419e4692f09a8380e06de976d94a /net-www/mod_dav | |
parent | New version, as requested in bug #69711 (Manifest recommit) (diff) | |
download | gentoo-2-34d7b5c7e825addca2088b957fec7fe6a125fe6f.tar.gz gentoo-2-34d7b5c7e825addca2088b957fec7fe6a125fe6f.tar.bz2 gentoo-2-34d7b5c7e825addca2088b957fec7fe6a125fe6f.zip |
Various fixes for repoman complaints.
Diffstat (limited to 'net-www/mod_dav')
-rw-r--r-- | net-www/mod_dav/ChangeLog | 5 | ||||
-rw-r--r-- | net-www/mod_dav/mod_dav-1.0.3-r1.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/net-www/mod_dav/ChangeLog b/net-www/mod_dav/ChangeLog index 8616c8d7cdc2..133d784e4e24 100644 --- a/net-www/mod_dav/ChangeLog +++ b/net-www/mod_dav/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-www/mod_dav # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_dav/ChangeLog,v 1.17 2004/09/16 16:31:26 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_dav/ChangeLog,v 1.18 2004/11/04 08:16:46 urilith Exp $ + + 04 Nov 2004; Michael Tindal <urilith@gentoo.org> mod_dav-1.0.3-r1.ebuild: + IUSE fixes. 16 Sep 2004; Olivier Crete <tester@gentoo.org> mod_dav-1.0.3-r2.ebuild: Marking stable on x86 per security bug #63948 diff --git a/net-www/mod_dav/mod_dav-1.0.3-r1.ebuild b/net-www/mod_dav/mod_dav-1.0.3-r1.ebuild index 8c8b5ba5eabc..c2bcf1e611b8 100644 --- a/net-www/mod_dav/mod_dav-1.0.3-r1.ebuild +++ b/net-www/mod_dav/mod_dav-1.0.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_dav/mod_dav-1.0.3-r1.ebuild,v 1.14 2004/09/03 23:24:08 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_dav/mod_dav-1.0.3-r1.ebuild,v 1.15 2004/11/04 08:16:46 urilith Exp $ MY_V=${PV}-1.3.6 @@ -11,6 +11,7 @@ KEYWORDS="x86 sparc ppc" S=${WORKDIR}/${PN}-${MY_V} SRC_URI="http://www.webdav.org/mod_dav/${PN}-${MY_V}.tar.gz" +IUSE="" DEPEND="virtual/libc =net-www/apache-1*" LICENSE="as-is" SLOT="0" |