commit:     cdd2e95a3c934fc930d9998df9dae5ccb2f0c761
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 28 02:00:54 2022 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon Nov 28 02:01:22 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdd2e95a

net-firewall/ipset: move libipset to /usr/lib

I can't see any reason to install this in /lib.

Closes: https://bugs.gentoo.org/883367
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 net-firewall/ipset/{ipset-7.16.ebuild => ipset-7.16-r1.ebuild} | 2 --
 1 file changed, 2 deletions(-)

diff --git a/net-firewall/ipset/ipset-7.16.ebuild 
b/net-firewall/ipset/ipset-7.16-r1.ebuild
similarity index 97%
rename from net-firewall/ipset/ipset-7.16.ebuild
rename to net-firewall/ipset/ipset-7.16-r1.ebuild
index c19854792ec7..96010e14ff14 100644
--- a/net-firewall/ipset/ipset-7.16.ebuild
+++ b/net-firewall/ipset/ipset-7.16-r1.ebuild
@@ -24,7 +24,6 @@ BDEPEND="virtual/pkgconfig"
 DOCS=( ChangeLog INSTALL README UPGRADE )
 
 PATCHES=(
-       "${FILESDIR}"/${PN}-7.4-fix-pkgconfig-dir.patch
        "${FILESDIR}"/${PN}-7.16-bashism.patch
 )
 
@@ -87,7 +86,6 @@ src_configure() {
                --enable-bashcompl \
                $(use_with modules kmod) \
                --with-maxsets=${IP_NF_SET_MAX} \
-               --libdir="${EPREFIX}/$(get_libdir)" \
                --with-ksource="${KV_DIR}" \
                --with-kbuild="${KV_OUT_DIR}"
 }

Reply via email to