Gentoo Archives: gentoo-commits

From: Ben Kohler <bkohler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/connman/
Date: Tue, 28 Feb 2023 15:06:06
Message-Id: 1677596752.75ad9ddbf2941707168df619a58bcc10a04a913a.bkohler@gentoo
1 commit: 75ad9ddbf2941707168df619a58bcc10a04a913a
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 28 15:05:14 2023 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 28 15:05:52 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75ad9ddb
7
8 net-misc/connman: actually install modified conf.d file for USE=iwd
9
10 Bug: https://bugs.gentoo.org/897742
11
12 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
13
14 ...nnman-1.42_pre20230116.ebuild => connman-1.42_pre20230116-r1.ebuild} | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/net-misc/connman/connman-1.42_pre20230116.ebuild b/net-misc/connman/connman-1.42_pre20230116-r1.ebuild
18 similarity index 98%
19 rename from net-misc/connman/connman-1.42_pre20230116.ebuild
20 rename to net-misc/connman/connman-1.42_pre20230116-r1.ebuild
21 index 140c2c70f514..2f464d316e0d 100644
22 --- a/net-misc/connman/connman-1.42_pre20230116.ebuild
23 +++ b/net-misc/connman/connman-1.42_pre20230116-r1.ebuild
24 @@ -125,7 +125,7 @@ src_install() {
25 keepdir /usr/lib/${PN}/scripts
26 keepdir /var/lib/${PN}
27 newinitd "${T}"/${PN}.initd2 ${PN}
28 - newconfd "${FILESDIR}"/${PN}.confd ${PN}
29 + newconfd "${T}"/${PN}.confd ${PN}
30 }
31
32 pkg_postinst() {