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-firewall/ipset/
Date: Mon, 28 Nov 2022 02:07:40
Message-Id: 1669600882.cdd2e95a3c934fc930d9998df9dae5ccb2f0c761.floppym@gentoo
1 commit: cdd2e95a3c934fc930d9998df9dae5ccb2f0c761
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 28 02:00:54 2022 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 28 02:01:22 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdd2e95a
7
8 net-firewall/ipset: move libipset to /usr/lib
9
10 I can't see any reason to install this in /lib.
11
12 Closes: https://bugs.gentoo.org/883367
13 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
14
15 net-firewall/ipset/{ipset-7.16.ebuild => ipset-7.16-r1.ebuild} | 2 --
16 1 file changed, 2 deletions(-)
17
18 diff --git a/net-firewall/ipset/ipset-7.16.ebuild b/net-firewall/ipset/ipset-7.16-r1.ebuild
19 similarity index 97%
20 rename from net-firewall/ipset/ipset-7.16.ebuild
21 rename to net-firewall/ipset/ipset-7.16-r1.ebuild
22 index c19854792ec7..96010e14ff14 100644
23 --- a/net-firewall/ipset/ipset-7.16.ebuild
24 +++ b/net-firewall/ipset/ipset-7.16-r1.ebuild
25 @@ -24,7 +24,6 @@ BDEPEND="virtual/pkgconfig"
26 DOCS=( ChangeLog INSTALL README UPGRADE )
27
28 PATCHES=(
29 - "${FILESDIR}"/${PN}-7.4-fix-pkgconfig-dir.patch
30 "${FILESDIR}"/${PN}-7.16-bashism.patch
31 )
32
33 @@ -87,7 +86,6 @@ src_configure() {
34 --enable-bashcompl \
35 $(use_with modules kmod) \
36 --with-maxsets=${IP_NF_SET_MAX} \
37 - --libdir="${EPREFIX}/$(get_libdir)" \
38 --with-ksource="${KV_DIR}" \
39 --with-kbuild="${KV_OUT_DIR}"
40 }