diff options
author | 2021-01-06 14:43:09 +0100 | |
---|---|---|
committer | 2021-01-06 14:43:09 +0100 | |
commit | ddb13df7c5b074478fb7c08b948179073696cd2e (patch) | |
tree | 2f272d2133ff14daa74d90bddfccd7a10f93f307 /app-text/texlive-core | |
parent | app-text/texlive: drop x86-macos (diff) | |
download | gentoo-ddb13df7c5b074478fb7c08b948179073696cd2e.tar.gz gentoo-ddb13df7c5b074478fb7c08b948179073696cd2e.tar.bz2 gentoo-ddb13df7c5b074478fb7c08b948179073696cd2e.zip |
app-text/texlive-core: 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/texlive-core')
-rw-r--r-- | app-text/texlive-core/texlive-core-2020-r12.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/texlive-core/texlive-core-2020-r12.ebuild b/app-text/texlive-core/texlive-core-2020-r12.ebuild index acbfb66e3fb1..8920c560ed8d 100644 --- a/app-text/texlive-core/texlive-core-2020-r12.ebuild +++ b/app-text/texlive-core/texlive-core-2020-r12.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 @@ -75,7 +75,7 @@ for i in ${TL_CORE_EXTRA_SRC_MODULES}; do done SRC_URI="${SRC_URI} )" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~sparc64-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~sparc64-solaris" IUSE="cjk X doc source tk +luajittex xetex xindy" TEXMF_PATH=/usr/share/texmf-dist |