commit:     040d799e3cc18f0c15b75eb5a164bac57dfcff4e
Author:     Francesco Turco <fturco <AT> fastmail <DOT> fm>
AuthorDate: Thu Aug 24 21:17:22 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Sep  2 14:56:07 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=040d799e

app-admin/webalizer: update make.conf path, #624536

Gentoo-Bug 624536

 app-admin/webalizer/webalizer-2.23.05.ebuild | 6 +++---
 app-admin/webalizer/webalizer-2.23.08.ebuild | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/app-admin/webalizer/webalizer-2.23.05.ebuild 
b/app-admin/webalizer/webalizer-2.23.05.ebuild
index 353e087a35a..5dbba1424e7 100644
--- a/app-admin/webalizer/webalizer-2.23.05.ebuild
+++ b/app-admin/webalizer/webalizer-2.23.05.ebuild
@@ -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
 

diff --git a/app-admin/webalizer/webalizer-2.23.08.ebuild 
b/app-admin/webalizer/webalizer-2.23.08.ebuild
index 75b21dd3cc1..d46677fe626 100644
--- a/app-admin/webalizer/webalizer-2.23.08.ebuild
+++ b/app-admin/webalizer/webalizer-2.23.08.ebuild
@@ -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
 

Reply via email to