Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/wget/
Date: Sun, 16 Jan 2022 17:04:14
Message-Id: 1642352645.06b175b48c0cafe78192874b45a5b37899e625a1.floppym@gentoo
1 commit: 06b175b48c0cafe78192874b45a5b37899e625a1
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 16 16:56:00 2022 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 16 17:04:05 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06b175b4
7
8 net-misc/wget: don't install sample config twice
9
10 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
11
12 net-misc/wget/wget-1.21.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-misc/wget/wget-1.21.2.ebuild b/net-misc/wget/wget-1.21.2.ebuild
16 index 9c81e83ed1ec..9d3077c2029a 100644
17 --- a/net-misc/wget/wget-1.21.2.ebuild
18 +++ b/net-misc/wget/wget-1.21.2.ebuild
19 @@ -49,7 +49,7 @@ BDEPEND="
20 nls? ( sys-devel/gettext )
21 "
22
23 -DOCS=( AUTHORS MAILING-LIST NEWS README doc/sample.wgetrc )
24 +DOCS=( AUTHORS MAILING-LIST NEWS README )
25
26 pkg_setup() {
27 use test && python-any-r1_pkg_setup