summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz93@gmail.com>2023-12-31 19:31:12 -0500
committerSam James <sam@gentoo.org>2024-01-01 01:11:07 +0000
commit9750c1ac923f43e8337990ff1b5a6fb156b34019 (patch)
treeaa311ec1ee1863be081c6d9356236e693211138d /net-fs/davfs2
parentsys-cluster/drbd-utils: suppress LTO (diff)
downloadgentoo-9750c1ac923f43e8337990ff1b5a6fb156b34019.tar.gz
gentoo-9750c1ac923f43e8337990ff1b5a6fb156b34019.tar.bz2
gentoo-9750c1ac923f43e8337990ff1b5a6fb156b34019.zip
net-fs/davfs2: remove pointless no-op USE=split-usr
In bug 884323 it was noted that merged-usr systems get a conflict, because upstream attempted to install a symlink in /sbin pointing to /usr/sbin. It was noted in the bug that /sbin isn't needed at all, despite which the chosen solution was to add IUSE=split-usr and conditionally create the (useless) symlink. In version 1.7.0 upstream dropped this entirely, so no symlink is created either way -- but we still defined the USE flag and invalidated binpkg changed-use matches. Also we wasted ebuild real estate redefining the src_install function. Get rid of this dead weight. Bug: https://bugs.gentoo.org/884323 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-fs/davfs2')
-rw-r--r--net-fs/davfs2/davfs2-1.7.0.ebuild14
1 files changed, 1 insertions, 13 deletions
diff --git a/net-fs/davfs2/davfs2-1.7.0.ebuild b/net-fs/davfs2/davfs2-1.7.0.ebuild
index 21569512202b..3ac4673512f8 100644
--- a/net-fs/davfs2/davfs2-1.7.0.ebuild
+++ b/net-fs/davfs2/davfs2-1.7.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
-IUSE="nls split-usr"
+IUSE="nls"
RESTRICT="test"
RDEPEND="dev-libs/libxml2
@@ -42,18 +42,6 @@ src_configure() {
econf --enable-largefile $(use_enable nls)
}
-src_install() {
- local ssbindir
- if use split-usr; then
- ssbindir=${EPREFIX}/sbin
- else
- ssbindir=${EPREFIX}/usr/sbin
- fi
-
- emake DESTDIR="${D}" sbindir="${ssbindir}" install
- einstalldocs
-}
-
pkg_postinst() {
elog
elog "Quick setup:"