diff options
author | Francesco Turco <fturco@fastmail.fm> | 2017-08-24 23:17:22 +0200 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-09-03 00:56:07 +1000 |
commit | 040d799e3cc18f0c15b75eb5a164bac57dfcff4e (patch) | |
tree | 0d0033796a7e4abe7b80a83b4a700921e44ea60d /app-admin/webalizer | |
parent | net-dns/opendnssec: update make.conf path, #624534 (diff) | |
download | gentoo-040d799e3cc18f0c15b75eb5a164bac57dfcff4e.tar.gz gentoo-040d799e3cc18f0c15b75eb5a164bac57dfcff4e.tar.bz2 gentoo-040d799e3cc18f0c15b75eb5a164bac57dfcff4e.zip |
app-admin/webalizer: update make.conf path, #624536
Gentoo-Bug 624536
Diffstat (limited to 'app-admin/webalizer')
-rw-r--r-- | app-admin/webalizer/webalizer-2.23.05.ebuild | 6 | ||||
-rw-r--r-- | 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 353e087a35a3..5dbba1424e70 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 75b21dd3cc16..d46677fe626d 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 |