diff options
author | Andrey Grozin <grozin@gentoo.org> | 2020-06-16 18:09:41 +0700 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2020-06-16 18:09:41 +0700 |
commit | af09e74392b5de50406f69684ccf6ec2d6e62b57 (patch) | |
tree | 43c936d6e956c7827cf6a73e5ae78c401bda5f40 /app-text | |
parent | app-text/pdfarranger: bump to 1.5.3 (diff) | |
download | gentoo-af09e74392b5de50406f69684ccf6ec2d6e62b57.tar.gz gentoo-af09e74392b5de50406f69684ccf6ec2d6e62b57.tar.bz2 gentoo-af09e74392b5de50406f69684ccf6ec2d6e62b57.zip |
app-text/foliate: dependencies corrected
Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Andrey Grozin <grozin@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/foliate/foliate-2.2.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-text/foliate/foliate-2.2.1.ebuild b/app-text/foliate/foliate-2.2.1.ebuild index 734e15324406..a64449df461f 100644 --- a/app-text/foliate/foliate-2.2.1.ebuild +++ b/app-text/foliate/foliate-2.2.1.ebuild @@ -13,9 +13,9 @@ SLOT="0" KEYWORDS="~amd64" IUSE="" -BDEPEND="sys-devel/gettext" -RDEPEND="${BDEPEND} - dev-libs/gjs +BDEPEND="${MESON_DEPEND} + sys-devel/gettext" +RDEPEND="dev-libs/gjs net-libs/webkit-gtk" src_prepare() { |