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 | |
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>
-rw-r--r-- | metadata/pkg_desc_index | 2 | ||||
-rw-r--r-- | sys-apps/man/man-1.6g-r4.ebuild (renamed from sys-apps/man/man-1.6g-r3.ebuild) | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/metadata/pkg_desc_index b/metadata/pkg_desc_index index fefbac6b..45258fc3 100644 --- a/metadata/pkg_desc_index +++ b/metadata/pkg_desc_index @@ -101,7 +101,7 @@ sci-mathematics/genius 1.0.21: Genius Mathematics Tool and the GEL Language sci-mathematics/reduce 20141130-r3 20190413: A general-purpose computer algebra system sys-apps/cpi 3.2: A wrapper for cp -i -a, making use of diff sys-apps/less 590: Excellent text file viewer, optionally with additional selection feature -sys-apps/man 1.6g-r3: Standard commands to read man pages +sys-apps/man 1.6g-r4: Standard commands to read man pages sys-apps/openrc-wrapper 2.4: Use openrc init scripts with systemd or other init systems sys-apps/paxopen 1.2: A wrapper script to set PAX kernel variables to an insecure/safe state sys-apps/schedule 8.0.1: script to schedule jobs in a multiuser multitasking environment 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/" |