Gentoo Archives: gentoo-commits

From: Andrew Savchenko <bircoph@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/l7-filter-userspace/
Date: Mon, 04 Nov 2019 21:02:02
Message-Id: 1572901194.edb9c8abc53acffcb2fd90d2a0e6f3a9a1c47172.bircoph@gentoo
1 commit: edb9c8abc53acffcb2fd90d2a0e6f3a9a1c47172
2 Author: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 4 20:25:05 2019 +0000
4 Commit: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 4 20:59:54 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edb9c8ab
7
8 net-misc/l7-filter-userspace: drop DOCS variable
9
10 Default DOCS value is sufficient.
11
12 Package-Manager: Portage-2.3.78, Repoman-2.3.17
13 Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org>
14
15 net-misc/l7-filter-userspace/l7-filter-userspace-0.12_beta1-r1.ebuild | 2 --
16 1 file changed, 2 deletions(-)
17
18 diff --git a/net-misc/l7-filter-userspace/l7-filter-userspace-0.12_beta1-r1.ebuild b/net-misc/l7-filter-userspace/l7-filter-userspace-0.12_beta1-r1.ebuild
19 index 92e7bc0b421..d531f85630c 100644
20 --- a/net-misc/l7-filter-userspace/l7-filter-userspace-0.12_beta1-r1.ebuild
21 +++ b/net-misc/l7-filter-userspace/l7-filter-userspace-0.12_beta1-r1.ebuild
22 @@ -22,7 +22,5 @@ RDEPEND="${DEPEND}
23
24 S=${WORKDIR}/${MY_P}
25
26 -DOCS=( README TODO BUGS THANKS AUTHORS )
27 -
28 PATCHES=( "${FILESDIR}/${PN}-0.11-libnetfilter_conntrack-0.0.100.patch"
29 "${FILESDIR}/${PN}-0.11-datatype.patch" )