From: Lars Wendler Date: Sat, 30 Mar 2019 11:01:40 +0000 (+0100) Subject: sys-fs/quota: Added sys-fs/e2fsprogs to RDEPEND. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c762565080a9b6fb54f5b5da9b696d836765d211;p=gentoo.git sys-fs/quota: Added sys-fs/e2fsprogs to RDEPEND. Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Lars Wendler --- diff --git a/sys-fs/quota/quota-4.04-r2.ebuild b/sys-fs/quota/quota-4.04-r2.ebuild index a6080157d8e6..083be06559bb 100644 --- a/sys-fs/quota/quota-4.04-r2.ebuild +++ b/sys-fs/quota/quota-4.04-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,6 +15,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="ldap netlink nls rpc tcpd" RDEPEND=" + sys-fs/e2fsprogs ldap? ( >=net-nds/openldap-2.3.35 ) netlink? ( sys-apps/dbus @@ -45,7 +46,7 @@ src_prepare() { src_configure() { local myeconfargs=( - --docdir="${EPREFIX%/}/usr/share/doc/${PF}" + --enable-ext2direct $(use_enable nls) $(use_enable ldap ldapmail) $(use_enable netlink)