diff options
author | Andrey Grozin <grozin@gentoo.org> | 2022-02-21 15:00:17 +0700 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2022-02-21 15:00:17 +0700 |
commit | 90db74e3ced16179b5e1ae21ee0bcb06700a9719 (patch) | |
tree | c0d806542b9bcda92f91072e70d57acfdf7442a2 /app-text/foliate | |
parent | net-mail/cyrus-imapd: x86 stable wrt bug #833707 (diff) | |
download | gentoo-90db74e3ced16179b5e1ae21ee0bcb06700a9719.tar.gz gentoo-90db74e3ced16179b5e1ae21ee0bcb06700a9719.tar.bz2 gentoo-90db74e3ced16179b5e1ae21ee0bcb06700a9719.zip |
app-text/foliate: ebuild improvement
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrey Grozin <grozin@gentoo.org>
Diffstat (limited to 'app-text/foliate')
-rw-r--r-- | app-text/foliate/foliate-2.6.4-r1.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app-text/foliate/foliate-2.6.4-r1.ebuild b/app-text/foliate/foliate-2.6.4-r1.ebuild index 155e34657ae2..f6ded40f0ee6 100644 --- a/app-text/foliate/foliate-2.6.4-r1.ebuild +++ b/app-text/foliate/foliate-2.6.4-r1.ebuild @@ -15,12 +15,14 @@ KEYWORDS="~amd64" IUSE="handy spell" BDEPEND="${MESON_DEPEND} + ${PYTHON_DEPS} sys-devel/gettext" RDEPEND="dev-libs/gjs x11-libs/gtk+:3[introspection] x11-libs/pango[introspection] x11-libs/gdk-pixbuf:2[introspection] net-libs/webkit-gtk:4[introspection] + sys-devel/gettext handy? ( gui-libs/libhandy:=[introspection] ) spell? ( app-text/gspell[introspection] )" |