diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 14:37:04 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 14:37:04 +0100 |
commit | 428106d32ee952cc1c15bfd25f1d33d862eec302 (patch) | |
tree | 47e0a45bad279dda78bd30adef033bdcd410b012 /app-text | |
parent | app-text/libpaper: drop x86-macos (diff) | |
download | gentoo-428106d32ee952cc1c15bfd25f1d33d862eec302.tar.gz gentoo-428106d32ee952cc1c15bfd25f1d33d862eec302.tar.bz2 gentoo-428106d32ee952cc1c15bfd25f1d33d862eec302.zip |
app-text/mupdf: 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/mupdf/mupdf-1.17.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/mupdf/mupdf-1.17.0.ebuild b/app-text/mupdf/mupdf-1.17.0.ebuild index f195aa318853..7841103a97a2 100644 --- a/app-text/mupdf/mupdf-1.17.0.ebuild +++ b/app-text/mupdf/mupdf-1.17.0.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 @@ -12,7 +12,7 @@ S="${WORKDIR}/${P}-source" LICENSE="AGPL-3" SLOT="0/${PV}" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~x86 ~amd64-linux ~ppc-macos ~x64-macos" IUSE="X +javascript libressl opengl ssl static-libs" # Although we use the bundled, patched version of freeglut in mupdf (because of |