diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-07-14 22:22:55 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-07-14 22:22:55 +0000 |
commit | b7586404fd29c2be553cd642c2846cc08ce7f89a (patch) | |
tree | 39d482e1e830dbc2098d1c5467715c1e9f8c5320 /net-www | |
parent | sync IUSE (-apache2) (diff) | |
download | gentoo-2-b7586404fd29c2be553cd642c2846cc08ce7f89a.tar.gz gentoo-2-b7586404fd29c2be553cd642c2846cc08ce7f89a.tar.bz2 gentoo-2-b7586404fd29c2be553cd642c2846cc08ce7f89a.zip |
sync IUSE (+dbi)
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/mod_ftpd/mod_ftpd-0.12.3.ebuild | 4 | ||||
-rw-r--r-- | net-www/mod_ftpd/mod_ftpd-0.13.0.ebuild | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net-www/mod_ftpd/mod_ftpd-0.12.3.ebuild b/net-www/mod_ftpd/mod_ftpd-0.12.3.ebuild index ed2ee40be129..2adfbec28ead 100644 --- a/net-www/mod_ftpd/mod_ftpd-0.12.3.ebuild +++ b/net-www/mod_ftpd/mod_ftpd-0.12.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_ftpd/mod_ftpd-0.12.3.ebuild,v 1.5 2005/01/30 20:16:47 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_ftpd/mod_ftpd-0.12.3.ebuild,v 1.6 2005/07/14 22:22:55 agriffis Exp $ inherit eutils @@ -11,7 +11,7 @@ SRC_URI="http://www.outoforder.cc/downloads/${PN}/${P}.tar.bz2" LICENSE="Apache-1.1" SLOT="0" KEYWORDS="x86" -IUSE="gdbm" +IUSE="dbi gdbm" DEPEND="=net-www/apache-2* gdbm? ( >=sys-libs/gdbm-1.8.0-r5 )" diff --git a/net-www/mod_ftpd/mod_ftpd-0.13.0.ebuild b/net-www/mod_ftpd/mod_ftpd-0.13.0.ebuild index 1ecab90dc869..a54c03368602 100644 --- a/net-www/mod_ftpd/mod_ftpd-0.13.0.ebuild +++ b/net-www/mod_ftpd/mod_ftpd-0.13.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_ftpd/mod_ftpd-0.13.0.ebuild,v 1.1 2005/01/30 20:16:47 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_ftpd/mod_ftpd-0.13.0.ebuild,v 1.2 2005/07/14 22:22:55 agriffis Exp $ inherit eutils apache-module @@ -11,7 +11,7 @@ SRC_URI="http://www.outoforder.cc/downloads/${PN}/${P}.tar.bz2" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~x86" -IUSE="gdbm" +IUSE="dbi gdbm" DEPEND="gdbm? ( >=sys-libs/gdbm-1.8.0-r5 )" @@ -32,4 +32,4 @@ src_compile() { econf --with-apxs=${APXS2} \ --enable-providers="${providers}" || die "econf failed" emake || die "emake failed" -}
\ No newline at end of file +} |