diff options
author | 2022-01-23 14:08:46 +0100 | |
---|---|---|
committer | 2022-01-23 14:08:46 +0100 | |
commit | 96d0836307998163d2f4e6b2e18e90b4c2db7de0 (patch) | |
tree | 755327a831367b68e97152ad9374a97171479d4d /app-text/mupdf | |
parent | net-im/gajim: Hard-disable tests (diff) | |
download | gentoo-96d0836307998163d2f4e6b2e18e90b4c2db7de0.tar.gz gentoo-96d0836307998163d2f4e6b2e18e90b4c2db7de0.tar.bz2 gentoo-96d0836307998163d2f4e6b2e18e90b4c2db7de0.zip |
app-text/mupdf: Stabilize 1.19.0 x86, #831850
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-text/mupdf')
-rw-r--r-- | app-text/mupdf/mupdf-1.19.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/mupdf/mupdf-1.19.0.ebuild b/app-text/mupdf/mupdf-1.19.0.ebuild index 9d1dae31213a..fe24b78f70e7 100644 --- a/app-text/mupdf/mupdf-1.19.0.ebuild +++ b/app-text/mupdf/mupdf-1.19.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,7 +15,7 @@ S="${WORKDIR}"/${P}-source LICENSE="AGPL-3" SLOT="0/${PV}" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 x86" IUSE="+javascript opengl ssl X" REQUIRED_USE="opengl? ( javascript )" |