diff options
author | Florian Schmaus <flow@gentoo.org> | 2024-06-20 11:26:50 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2024-06-20 11:41:48 +0200 |
commit | 129a8c91a5274c5076155e3c45c1fd171b9823bc (patch) | |
tree | 2a49e37d208d2eeb36c5d2066b8df02dce5dea2e /app-text/texlive | |
parent | profiles: drop dev-tex/pdfannotextractor mask (diff) | |
download | gentoo-129a8c91a5274c5076155e3c45c1fd171b9823bc.tar.gz gentoo-129a8c91a5274c5076155e3c45c1fd171b9823bc.tar.bz2 gentoo-129a8c91a5274c5076155e3c45c1fd171b9823bc.zip |
app-text/texlive: drop pdfannotextractor dep and use flag (for now)
dev-tex/pdfannotextractor was pmasked until recently. It is now unmasked
but has no stable version. Since app-text/texlive already has stable
versions, this would cause a visibility issue. Therefore, we drop the
dependency for now.
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'app-text/texlive')
-rw-r--r-- | app-text/texlive/texlive-2023.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-text/texlive/texlive-2023.ebuild b/app-text/texlive/texlive-2023.ebuild index ab2a2e81780f..73695dab93b7 100644 --- a/app-text/texlive/texlive-2023.ebuild +++ b/app-text/texlive/texlive-2023.ebuild @@ -9,7 +9,7 @@ HOMEPAGE="http://tug.org/texlive/" LICENSE="metapackage" SLOT="0" KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86" -IUSE="cjk context extra games graphics humanities luatex metapost music pdfannotextractor png pstricks publishers science tex4ht texi2html truetype xetex xml X" +IUSE="cjk context extra games graphics humanities luatex metapost music png pstricks publishers science tex4ht texi2html truetype xetex xml X" LANGS="af ar as bg bn br ca cs cy da de el en eo es et eu fa fi fr ga gl gu he hi hr hsb hu hy ia id is it ja ko kn la lo lt lv ml mn mr nb nl nn no or pa @@ -41,7 +41,6 @@ RDEPEND="${DEPEND} >=${TEXLIVE_CAT}/texlive-latexrecommended-${PV} metapost? ( >=${TEXLIVE_CAT}/texlive-metapost-${PV} ) >=${TEXLIVE_CAT}/texlive-plaingeneric-${PV} - pdfannotextractor? ( dev-tex/pdfannotextractor ) extra? ( >=${TEXLIVE_CAT}/texlive-bibtexextra-${PV} >=${TEXLIVE_CAT}/texlive-binextra-${PV} |