Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/quota/
Date: Sat, 30 Mar 2019 11:02:42
Message-Id: 1553943755.c762565080a9b6fb54f5b5da9b696d836765d211.polynomial-c@gentoo
1 commit: c762565080a9b6fb54f5b5da9b696d836765d211
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 30 11:01:40 2019 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 30 11:02:35 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7625650
7
8 sys-fs/quota: Added sys-fs/e2fsprogs to RDEPEND.
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 sys-fs/quota/quota-4.04-r2.ebuild | 5 +++--
14 1 file changed, 3 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-fs/quota/quota-4.04-r2.ebuild b/sys-fs/quota/quota-4.04-r2.ebuild
17 index a6080157d8e..083be06559b 100644
18 --- a/sys-fs/quota/quota-4.04-r2.ebuild
19 +++ b/sys-fs/quota/quota-4.04-r2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -15,6 +15,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
27 IUSE="ldap netlink nls rpc tcpd"
28
29 RDEPEND="
30 + sys-fs/e2fsprogs
31 ldap? ( >=net-nds/openldap-2.3.35 )
32 netlink? (
33 sys-apps/dbus
34 @@ -45,7 +46,7 @@ src_prepare() {
35
36 src_configure() {
37 local myeconfargs=(
38 - --docdir="${EPREFIX%/}/usr/share/doc/${PF}"
39 + --enable-ext2direct
40 $(use_enable nls)
41 $(use_enable ldap ldapmail)
42 $(use_enable netlink)