Gentoo Archives: gentoo-commits

From: Andrey Grozin <grozin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/foliate/
Date: Mon, 21 Feb 2022 08:00:42
Message-Id: 1645430417.90db74e3ced16179b5e1ae21ee0bcb06700a9719.grozin@gentoo
1 commit: 90db74e3ced16179b5e1ae21ee0bcb06700a9719
2 Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 21 08:00:17 2022 +0000
4 Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 21 08:00:17 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90db74e3
7
8 app-text/foliate: ebuild improvement
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>
12
13 app-text/foliate/foliate-2.6.4-r1.ebuild | 2 ++
14 1 file changed, 2 insertions(+)
15
16 diff --git a/app-text/foliate/foliate-2.6.4-r1.ebuild b/app-text/foliate/foliate-2.6.4-r1.ebuild
17 index 155e34657ae2..f6ded40f0ee6 100644
18 --- a/app-text/foliate/foliate-2.6.4-r1.ebuild
19 +++ b/app-text/foliate/foliate-2.6.4-r1.ebuild
20 @@ -15,12 +15,14 @@ KEYWORDS="~amd64"
21 IUSE="handy spell"
22
23 BDEPEND="${MESON_DEPEND}
24 + ${PYTHON_DEPS}
25 sys-devel/gettext"
26 RDEPEND="dev-libs/gjs
27 x11-libs/gtk+:3[introspection]
28 x11-libs/pango[introspection]
29 x11-libs/gdk-pixbuf:2[introspection]
30 net-libs/webkit-gtk:4[introspection]
31 + sys-devel/gettext
32 handy? ( gui-libs/libhandy:=[introspection] )
33 spell? ( app-text/gspell[introspection] )"