mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
sys-apps/iproute2: Remove split-usr again
Was basing the 6.8.0 off the 6.6.0 ebuild, not the 6.6.0-r3. Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
This commit is contained in:
@@ -18,7 +18,7 @@ HOMEPAGE="https://wiki.linuxfoundation.org/networking/iproute2"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
IUSE="atm berkdb bpf caps elf +iptables minimal nfs selinux split-usr"
|
||||
IUSE="atm berkdb bpf caps elf +iptables minimal nfs selinux"
|
||||
# Needs root
|
||||
RESTRICT="test"
|
||||
|
||||
@@ -192,6 +192,7 @@ src_install() {
|
||||
|
||||
dodir /bin
|
||||
mv "${ED}"/{s,}bin/ip || die # bug #330115
|
||||
mv "${ED}"/{s,}bin/ss || die # bug #547264
|
||||
|
||||
dolib.a lib/libnetlink.a
|
||||
insinto /usr/include
|
||||
@@ -201,13 +202,6 @@ src_install() {
|
||||
# https://bugs.gentoo.org/868321
|
||||
mv "${ED}"/sbin/ifstat{,-iproute2} || die
|
||||
|
||||
if use split-usr ; then
|
||||
# Can remove compatibility symlink in a year: 2023-05-28.
|
||||
# bug #547264
|
||||
mv "${ED}"/sbin/ss "${ED}"/bin/ss || die
|
||||
dosym -r /bin/ss /sbin/ss
|
||||
fi
|
||||
|
||||
if use berkdb ; then
|
||||
keepdir /var/lib/arpd
|
||||
# bug #47482, arpd doesn't need to be in /sbin
|
||||
Reference in New Issue
Block a user