diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2019-03-30 12:01:40 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2019-03-30 12:02:35 +0100 |
commit | c762565080a9b6fb54f5b5da9b696d836765d211 (patch) | |
tree | 8e45c9a01d4ef32a9d933d18e9c7e09b9c5771e8 | |
parent | sys-fs/quota: Bump to version 4.05 (diff) | |
download | gentoo-c762565080a9b6fb54f5b5da9b696d836765d211.tar.gz gentoo-c762565080a9b6fb54f5b5da9b696d836765d211.tar.bz2 gentoo-c762565080a9b6fb54f5b5da9b696d836765d211.zip |
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@gentoo.org>
-rw-r--r-- | sys-fs/quota/quota-4.04-r2.ebuild | 5 |
1 files 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 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) |