summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2022-11-27 21:00:54 -0500
committerMike Gilbert <floppym@gentoo.org>2022-11-27 21:01:22 -0500
commitcdd2e95a3c934fc930d9998df9dae5ccb2f0c761 (patch)
tree4f1d9627ebc9e4ecc622d4c6c07da53284050aa9 /net-firewall
parentsys-kernel/git-sources: add 6.1_rc7 (diff)
downloadgentoo-cdd2e95a3c934fc930d9998df9dae5ccb2f0c761.tar.gz
gentoo-cdd2e95a3c934fc930d9998df9dae5ccb2f0c761.tar.bz2
gentoo-cdd2e95a3c934fc930d9998df9dae5ccb2f0c761.zip
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@gentoo.org>
Diffstat (limited to 'net-firewall')
-rw-r--r--net-firewall/ipset/ipset-7.16-r1.ebuild (renamed from net-firewall/ipset/ipset-7.16.ebuild)2
1 files changed, 0 insertions, 2 deletions
diff --git a/net-firewall/ipset/ipset-7.16.ebuild b/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}"
}