Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/nix/
Date: Sun, 11 Aug 2019 11:20:53
Message-Id: 1565522420.cf1744dce5ade001d057d3cd465e363bf1f879c3.soap@gentoo
1 commit: cf1744dce5ade001d057d3cd465e363bf1f879c3
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 11 11:20:20 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 11 11:20:20 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf1744dc
7
8 sys-apps/nix: [QA] Fix missing trailing slash
9
10 Package-Manager: Portage-2.3.71, Repoman-2.3.17
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 sys-apps/nix/nix-2.1.3.ebuild | 2 +-
14 sys-apps/nix/nix-2.2.2.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/sys-apps/nix/nix-2.1.3.ebuild b/sys-apps/nix/nix-2.1.3.ebuild
18 index 63941c45b19..d6e2b56ec29 100644
19 --- a/sys-apps/nix/nix-2.1.3.ebuild
20 +++ b/sys-apps/nix/nix-2.1.3.ebuild
21 @@ -135,7 +135,7 @@ src_install() {
22
23 pkg_postinst() {
24 if ! use etc_profile; then
25 - ewarn "${EROOT}etc/profile.d/nix.sh was removed (due to USE=-etc_profile)."
26 + ewarn "${EROOT}/etc/profile.d/nix.sh was removed (due to USE=-etc_profile)."
27 fi
28
29 readme.gentoo_print_elog
30
31 diff --git a/sys-apps/nix/nix-2.2.2.ebuild b/sys-apps/nix/nix-2.2.2.ebuild
32 index f3968e4c5f0..583f372e75c 100644
33 --- a/sys-apps/nix/nix-2.2.2.ebuild
34 +++ b/sys-apps/nix/nix-2.2.2.ebuild
35 @@ -136,7 +136,7 @@ src_install() {
36
37 pkg_postinst() {
38 if ! use etc_profile; then
39 - ewarn "${EROOT}etc/profile.d/nix.sh was removed (due to USE=-etc_profile)."
40 + ewarn "${EROOT}/etc/profile.d/nix.sh was removed (due to USE=-etc_profile)."
41 fi
42
43 readme.gentoo_print_elog