Skip to content

Commit

Permalink
app-admin/webalizer: update make.conf path, #624536
Browse files Browse the repository at this point in the history
Gentoo-Bug 624536
  • Loading branch information
Francesco Turco authored and kensington committed Sep 2, 2017
1 parent c7b9318 commit 040d799
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions app-admin/webalizer/webalizer-2.23.05.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions app-admin/webalizer/webalizer-2.23.08.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 040d799

Please sign in to comment.