diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-03-25 14:56:06 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-03-25 15:16:47 +0100 |
commit | 38360fcadcde80402a4275494e28cd4f90b0eb99 (patch) | |
tree | 615079f44063842f3d0fba922b93168d891d09e3 /app-text | |
parent | media-libs/hamlib: Fix build error with -Werror=format-security (diff) | |
download | gentoo-38360fcadcde80402a4275494e28cd4f90b0eb99.tar.gz gentoo-38360fcadcde80402a4275494e28cd4f90b0eb99.tar.bz2 gentoo-38360fcadcde80402a4275494e28cd4f90b0eb99.zip |
app-text/poppler: amd64 stable wrt bug #708828
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/poppler/poppler-0.85.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/poppler/poppler-0.85.0.ebuild b/app-text/poppler/poppler-0.85.0.ebuild index 5837e11cff87..102563b2b21c 100644 --- a/app-text/poppler/poppler-0.85.0.ebuild +++ b/app-text/poppler/poppler-0.85.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-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-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" SLOT="0/95" # CHECK THIS WHEN BUMPING!!! SUBSLOT IS libpoppler.so SOVERSION fi |