diff options
author | 2021-01-24 13:17:48 +0100 | |
---|---|---|
committer | 2021-01-24 13:17:48 +0100 | |
commit | 973ec7cdf8e99f81786a76565905205df550f901 (patch) | |
tree | 342694355532eaf9dca9d37852269bd490f8fdc1 | |
parent | sys-apps/help2man: drop ~x86-macos (diff) | |
download | prefix-973ec7cdf8e99f81786a76565905205df550f901.tar.gz prefix-973ec7cdf8e99f81786a76565905205df550f901.tar.bz2 prefix-973ec7cdf8e99f81786a76565905205df550f901.zip |
sys-apps/man: drop ~x86-macos
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
-rw-r--r-- | sys-apps/man/man-1.6g-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/man/man-1.6g-r1.ebuild b/sys-apps/man/man-1.6g-r1.ebuild index a50e8205b9..c7a1dadf8a 100644 --- a/sys-apps/man/man-1.6g-r1.ebuild +++ b/sys-apps/man/man-1.6g-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-apps/man/man-1.6g-r1.ebuild,v 1.1 2015/05/08 03:22:04 vapier Exp $ @@ -12,7 +12,7 @@ SRC_URI="http://primates.ximian.com/~flucifredi/man/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="+lzma nls selinux" DEPEND="nls? ( sys-devel/gettext )" |