diff options
author | 2018-09-27 13:43:12 +0200 | |
---|---|---|
committer | 2018-09-27 13:43:12 +0200 | |
commit | 23f6af1d3b70b8e18be6d70e67a4b70f6f476998 (patch) | |
tree | c9fefcc4b89e25192917b3061f1bdf16c2f3ce0e /app-text/poppler | |
parent | app-editors/nano: Added USE="minimal" build fix. (diff) | |
download | gentoo-23f6af1d3b70b8e18be6d70e67a4b70f6f476998.tar.gz gentoo-23f6af1d3b70b8e18be6d70e67a4b70f6f476998.tar.bz2 gentoo-23f6af1d3b70b8e18be6d70e67a4b70f6f476998.zip |
app-text/poppler: Adjusted sub-slot.
openjpeg patch and USE="jpeg2k" are currently broken...
Package-Manager: Portage-2.3.50, Repoman-2.3.11
Diffstat (limited to 'app-text/poppler')
-rw-r--r-- | app-text/poppler/poppler-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-text/poppler/poppler-9999.ebuild b/app-text/poppler/poppler-9999.ebuild index 89a289be0ed4..bdb46ab59767 100644 --- a/app-text/poppler/poppler-9999.ebuild +++ b/app-text/poppler/poppler-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ if [[ "${PV}" == "9999" ]] ; then else SRC_URI="https://poppler.freedesktop.org/${P}.tar.xz" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" - SLOT="0/78" # CHECK THIS WHEN BUMPING!!! SUBSLOT IS libpoppler.so SOVERSION + SLOT="0/80" # CHECK THIS WHEN BUMPING!!! SUBSLOT IS libpoppler.so SOVERSION fi DESCRIPTION="PDF rendering library based on the xpdf-3.0 code base" @@ -59,7 +59,7 @@ PATCHES=( "${FILESDIR}/${PN}-0.60.1-qt5-dependencies.patch" "${FILESDIR}/${PN}-0.28.1-fix-multilib-configuration.patch" "${FILESDIR}/${PN}-0.61.0-respect-cflags.patch" - "${FILESDIR}/${PN}-0.62.0-openjpeg2.patch" + #"${FILESDIR}/${PN}-0.62.0-openjpeg2.patch" "${FILESDIR}/${PN}-0.57.0-disable-internal-jpx.patch" ) |