commit: c762565080a9b6fb54f5b5da9b696d836765d211
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 30 11:01:40 2019 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Sat Mar 30 11:02:35 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7625650
sys-fs/quota: Added sys-fs/e2fsprogs to RDEPEND.
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
sys-fs/quota/quota-4.04-r2.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/sys-fs/quota/quota-4.04-r2.ebuild
b/sys-fs/quota/quota-4.04-r2.ebuild
index a6080157d8e..083be06559b 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)