diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 14:41:59 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 14:41:59 +0100 |
commit | c2ec56fb1dc28ef69c3bfedb330d69e3ef25a91f (patch) | |
tree | 1bc4b5b75ebb8f7bf12ff4e7f0245c3accc5faaa /app-text | |
parent | app-text/teckit: drop x86-macos (diff) | |
download | gentoo-c2ec56fb1dc28ef69c3bfedb330d69e3ef25a91f.tar.gz gentoo-c2ec56fb1dc28ef69c3bfedb330d69e3ef25a91f.tar.bz2 gentoo-c2ec56fb1dc28ef69c3bfedb330d69e3ef25a91f.zip |
app-text/texi2html: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/texi2html/texi2html-5.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/texi2html/texi2html-5.0-r1.ebuild b/app-text/texi2html/texi2html-5.0-r1.ebuild index 2c205ac29904..5ea9b5a78ad0 100644 --- a/app-text/texi2html/texi2html-5.0-r1.ebuild +++ b/app-text/texi2html/texi2html-5.0-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 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="mirror://nongnu/${PN}/${P}.tar.bz2" LICENSE="GPL-2+ || ( GPL-2 CC-BY-SA-1.0 ) Texinfo-manual LGPL-2+ MIT" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="unicode" RESTRICT="test" #411523 |