diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 20:17:05 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 20:33:34 +0100 |
commit | 76950bfe5ccd9a7515ef7bd33ff390dc3957073f (patch) | |
tree | 766fe70f1899903b4f7f1912242a0218c313ba60 /dev-libs/kpathsea | |
parent | dev-libs/isl: drop x86-macos (diff) | |
download | gentoo-76950bfe5ccd9a7515ef7bd33ff390dc3957073f.tar.gz gentoo-76950bfe5ccd9a7515ef7bd33ff390dc3957073f.tar.bz2 gentoo-76950bfe5ccd9a7515ef7bd33ff390dc3957073f.zip |
dev-libs/kpathsea: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'dev-libs/kpathsea')
-rw-r--r-- | dev-libs/kpathsea/kpathsea-6.3.2_p20200406.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/kpathsea/kpathsea-6.3.2_p20200406.ebuild b/dev-libs/kpathsea/kpathsea-6.3.2_p20200406.ebuild index b473c1a6adda..e2fd405ab8c0 100644 --- a/dev-libs/kpathsea/kpathsea-6.3.2_p20200406.ebuild +++ b/dev-libs/kpathsea/kpathsea-6.3.2_p20200406.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 @@ -14,7 +14,7 @@ SRC_URI="https://dev.gentoo.org/~zlogene/distfiles/texlive/texlive-${PV#*_p}-sou LICENSE="GPL-2" SLOT="0/${PV%_p*}" -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 ~sparc64-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 ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc source static-libs" S=${WORKDIR}/texlive-${PV#*_p}-source/texk/${PN} |