From ad6182343997a405079870a2fe91c4e0c6b94595 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 25 Sep 2019 19:33:39 +0100 Subject: gentoo resync : 25.09.2019 --- sys-apps/nix/nix-2.3.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sys-apps/nix/nix-2.3.ebuild') diff --git a/sys-apps/nix/nix-2.3.ebuild b/sys-apps/nix/nix-2.3.ebuild index 448e5bbc051e..2a368774542b 100644 --- a/sys-apps/nix/nix-2.3.ebuild +++ b/sys-apps/nix/nix-2.3.ebuild @@ -12,7 +12,7 @@ SRC_URI="http://nixos.org/releases/${PN}/${P}/${P}.tar.xz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="+etc_profile +gc doc s3 +sodium" +IUSE="+etc-profile +gc doc s3 +sodium" # sys-apps/busybox is needed for sandbox mount of /bin/sh RDEPEND=" @@ -122,15 +122,15 @@ src_install() { newinitd "${FILESDIR}"/nix-daemon.initd nix-daemon - if ! use etc_profile; then + if ! use etc-profile; then rm "${ED}"/etc/profile.d/nix.sh || die rm "${ED}"/etc/profile.d/nix-daemon.sh || die fi } pkg_postinst() { - if ! use etc_profile; then - ewarn "${EROOT}/etc/profile.d/nix.sh was removed (due to USE=-etc_profile)." + if ! use etc-profile; then + ewarn "${EROOT}/etc/profile.d/nix.sh was removed (due to USE=-etc-profile)." fi readme.gentoo_print_elog -- cgit v1.2.3