app-admin/webalizer: update make.conf path, #624536
authorFrancesco Turco <fturco@fastmail.fm>
Thu, 24 Aug 2017 21:17:22 +0000 (23:17 +0200)
committerMichael Palimaka <kensington@gentoo.org>
Sat, 2 Sep 2017 14:56:07 +0000 (00:56 +1000)
Gentoo-Bug 624536

app-admin/webalizer/webalizer-2.23.05.ebuild
app-admin/webalizer/webalizer-2.23.08.ebuild

index 353e087a35a30f207c1922cd5e9acbf1dabb9449..5dbba1424e701e2e23fb29282befdfa262617f02 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 # uses webapp.eclass to create directories with right permissions
@@ -41,7 +41,7 @@ pkg_setup() {
 
        # USE=nls has no real meaning if LINGUAS isn't set
        if use nls && [[ -z "${LINGUAS}" ]]; then
-               ewarn "you must set LINGUAS in /etc/make.conf"
+               ewarn "you must set LINGUAS in /etc/portage/make.conf"
                ewarn "if you want to USE=nls"
                die "please either set LINGUAS or do not use nls"
        fi
@@ -114,7 +114,7 @@ pkg_postinst() {
                ewarn "Due to the limitations of this package, it was built"
                ewarn "only with ${LINGUAS:0:2} support. If this is not what"
                ewarn "you intended, please place the language you desire"
-               ewarn "_first_ in the list of LINGUAS in /etc/make.conf"
+               ewarn "_first_ in the list of LINGUAS in /etc/portage/make.conf"
                ewarn
        fi
 
index 75b21dd3cc16c165802c6c9fd52b7e67448c7db3..d46677fe626dddc912f1c9b96de1d2e47ae395f6 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 # uses webapp.eclass to create directories with right permissions
@@ -46,7 +46,7 @@ pkg_setup() {
 
        # USE=nls has no real meaning if LINGUAS isn't set
        if use nls && [[ -z "${LINGUAS}" ]]; then
-               ewarn "you must set LINGUAS in /etc/make.conf"
+               ewarn "you must set LINGUAS in /etc/portage/make.conf"
                ewarn "if you want to USE=nls"
                die "please either set LINGUAS or do not use nls"
        fi
@@ -119,7 +119,7 @@ pkg_postinst() {
                ewarn "Due to the limitations of this package, it was built"
                ewarn "only with ${LINGUAS:0:2} support. If this is not what"
                ewarn "you intended, please place the language you desire"
-               ewarn "_first_ in the list of LINGUAS in /etc/make.conf"
+               ewarn "_first_ in the list of LINGUAS in /etc/portage/make.conf"
                ewarn
        fi