sys-power/nut: Fix dosym on usrmerge systems
authorDavid Seifert <soap@gentoo.org>
Wed, 8 Jan 2020 22:27:33 +0000 (23:27 +0100)
committerDavid Seifert <soap@gentoo.org>
Wed, 8 Jan 2020 22:27:33 +0000 (23:27 +0100)
Closes: https://bugs.gentoo.org/680980
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
sys-power/nut/nut-2.7.4-r3.ebuild

index 245adf5452f660109bf89006e329fe9dafe41db6..d1182c5e062a8ee136944064944988a75bbd040f 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -15,7 +15,7 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 arm ppc ppc64 x86"
 
-IUSE="cgi gui ipmi snmp +usb selinux ssl tcpd xml zeroconf"
+IUSE="cgi gui ipmi snmp +usb selinux split-usr ssl tcpd xml zeroconf"
 REQUIRED_USE="gui? ( ${PYTHON_REQUIRED_USE} )"
 
 DEPEND="
@@ -169,7 +169,7 @@ src_install() {
        find "${D}" -name '*.la' -delete || die
 
        dodir /sbin
-       dosym ../usr/sbin/upsdrvctl /sbin/upsdrvctl
+       use split-usr && dosym ../usr/sbin/upsdrvctl /sbin/upsdrvctl
 
        if use cgi; then
                elog "CGI monitoring scripts are installed in /usr/share/nut/cgi."