diff options
author | Martin Väth <martin@mvath.de> | 2021-08-11 21:43:42 +0200 |
---|---|---|
committer | Martin Väth <martin@mvath.de> | 2021-08-11 21:43:42 +0200 |
commit | 899d752c123aa9df8ba4aab50c7627cf71b7d415 (patch) | |
tree | 2d7fcb61acad6fa74da961fecdedb60f01a45b9c /sys-apps | |
parent | Version bumps. Remove many unsupported www-plugins and googlearth version (diff) | |
download | mv-899d752c123aa9df8ba4aab50c7627cf71b7d415.tar.gz mv-899d752c123aa9df8ba4aab50c7627cf71b7d415.tar.bz2 mv-899d752c123aa9df8ba4aab50c7627cf71b7d415.zip |
sys-apps/man: Use strip-linguas instead of l10n
Signed-off-by: Martin Väth <martin@mvath.de>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/man/man-1.6g-r4.ebuild (renamed from sys-apps/man/man-1.6g-r3.ebuild) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/man/man-1.6g-r3.ebuild b/sys-apps/man/man-1.6g-r4.ebuild index 5f57c78e..0d155d75 100644 --- a/sys-apps/man/man-1.6g-r3.ebuild +++ b/sys-apps/man/man-1.6g-r4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Martin V\"ath and Gentoo Authors +# Copyright 1999-2021 Martin V\"ath and Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -inherit l10n prefix toolchain-funcs +inherit prefix strip-linguas toolchain-funcs DESCRIPTION="Standard commands to read man pages" HOMEPAGE="http://primates.ximian.com/~flucifredi/man/" |