diff options
author | Michael Palimaka <kensington@gentoo.org> | 2017-10-01 23:12:13 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-10-01 23:12:30 +1100 |
commit | cd3c859b04898990e9087cd8ee51cbf922feff7d (patch) | |
tree | 8e96ad5898651705ca40bf204cc062d1ba2b5657 /app-text/poppler | |
parent | sys-libs/compiler-rt-sanitizers: Fix running unsandbox+lit correctly (diff) | |
download | gentoo-cd3c859b04898990e9087cd8ee51cbf922feff7d.tar.gz gentoo-cd3c859b04898990e9087cd8ee51cbf922feff7d.tar.bz2 gentoo-cd3c859b04898990e9087cd8ee51cbf922feff7d.zip |
app-text/poppler: stabilise 0.57.0 for amd64/x86
Bug: https://bugs.gentoo.org/627390
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'app-text/poppler')
-rw-r--r-- | app-text/poppler/poppler-0.57.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/poppler/poppler-0.57.0.ebuild b/app-text/poppler/poppler-0.57.0.ebuild index b0c72bd971c3..f20cf7193d98 100644 --- a/app-text/poppler/poppler-0.57.0.ebuild +++ b/app-text/poppler/poppler-0.57.0.ebuild @@ -11,7 +11,7 @@ if [[ "${PV}" == "9999" ]] ; then SLOT="0/9999" 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 ~sparc-fbsd ~x86-fbsd ~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 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" SLOT="0/68" # CHECK THIS WHEN BUMPING!!! SUBSLOT IS libpoppler.so SOVERSION fi |