commit: d225882a657e2f801f7d3fefd129a4308d55963b Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Sat Aug 26 15:07:57 2023 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Sat Aug 26 15:46:09 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d225882a
app-text/paper-clip: add required poppler USE flags Closes: https://bugs.gentoo.org/913038 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-text/paper-clip/paper-clip-3.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/paper-clip/paper-clip-3.2.ebuild b/app-text/paper-clip/paper-clip-3.2.ebuild index 3f431b600d29..869320a239bb 100644 --- a/app-text/paper-clip/paper-clip-3.2.ebuild +++ b/app-text/paper-clip/paper-clip-3.2.ebuild @@ -25,7 +25,7 @@ SLOT="0" RESTRICT="test" # Only validations, appdata one fails. RDEPEND=" - app-text/poppler:= + app-text/poppler:=[cairo,introspection] dev-libs/glib:2 dev-libs/gobject-introspection dev-libs/libportal:=
