diff options
author | 2023-06-05 19:08:37 +0200 | |
---|---|---|
committer | 2023-06-06 20:36:55 +0200 | |
commit | 52e922a62da340c2e7739e9f6ea23c229218e635 (patch) | |
tree | ae1e4eda47e5837a7da1507b8255f73d209a7fab /app-text | |
parent | dev-python/routes: add github upstream metadata (diff) | |
download | gentoo-52e922a62da340c2e7739e9f6ea23c229218e635.tar.gz gentoo-52e922a62da340c2e7739e9f6ea23c229218e635.tar.bz2 gentoo-52e922a62da340c2e7739e9f6ea23c229218e635.zip |
app-text/poppler: Add missing USE=qt5,test dependency
Sync live KEYWORDS
Closes: https://bugs.gentoo.org/907825
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/poppler/poppler-23.05.0.ebuild | 1 | ||||
-rw-r--r-- | app-text/poppler/poppler-9999.ebuild | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/app-text/poppler/poppler-23.05.0.ebuild b/app-text/poppler/poppler-23.05.0.ebuild index 7d21b8e54c42..555e36854b02 100644 --- a/app-text/poppler/poppler-23.05.0.ebuild +++ b/app-text/poppler/poppler-23.05.0.ebuild @@ -55,6 +55,7 @@ RDEPEND="${COMMON_DEPEND} " DEPEND="${COMMON_DEPEND} boost? ( >=dev-libs/boost-1.71 ) + test? ( qt5? ( dev-qt/qttest:5 ) ) " BDEPEND=" >=dev-util/glib-utils-2.64 diff --git a/app-text/poppler/poppler-9999.ebuild b/app-text/poppler/poppler-9999.ebuild index 3e8c75ae38bc..7a590da3c152 100644 --- a/app-text/poppler/poppler-9999.ebuild +++ b/app-text/poppler/poppler-9999.ebuild @@ -17,7 +17,7 @@ else SRC_URI="https://poppler.freedesktop.org/${P}.tar.xz" SRC_URI+=" test? ( https://gitlab.freedesktop.org/poppler/test/-/archive/${TEST_COMMIT}/test-${TEST_COMMIT}.tar.bz2 -> ${PN}-test-${TEST_COMMIT}.tar.bz2 )" SRC_URI+=" verify-sig? ( https://poppler.freedesktop.org/${P}.tar.xz.sig )" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" SLOT="0/128" # CHECK THIS WHEN BUMPING!!! SUBSLOT IS libpoppler.so SOVERSION fi @@ -55,6 +55,7 @@ RDEPEND="${COMMON_DEPEND} " DEPEND="${COMMON_DEPEND} boost? ( >=dev-libs/boost-1.71 ) + test? ( qt5? ( dev-qt/qttest:5 ) ) " BDEPEND=" >=dev-util/glib-utils-2.64 |