From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 27D051382C5 for ; Tue, 16 Jun 2020 11:09:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49581E0E2B; Tue, 16 Jun 2020 11:09:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2C90AE0E2B for ; Tue, 16 Jun 2020 11:09:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 26BCD34EBBE for ; Tue, 16 Jun 2020 11:09:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D2CB81EF for ; Tue, 16 Jun 2020 11:09:51 +0000 (UTC) From: "Andrey Grozin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrey Grozin" Message-ID: <1592305781.af09e74392b5de50406f69684ccf6ec2d6e62b57.grozin@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/foliate/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/foliate/foliate-2.2.1.ebuild X-VCS-Directories: app-text/foliate/ X-VCS-Committer: grozin X-VCS-Committer-Name: Andrey Grozin X-VCS-Revision: af09e74392b5de50406f69684ccf6ec2d6e62b57 X-VCS-Branch: master Date: Tue, 16 Jun 2020 11:09:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7de07e16-530c-4f75-a514-3340b7050bd4 X-Archives-Hash: baa2138281b3d83cf5d2e97164ea4f00 commit: af09e74392b5de50406f69684ccf6ec2d6e62b57 Author: Andrey Grozin gentoo org> AuthorDate: Tue Jun 16 11:09:41 2020 +0000 Commit: Andrey Grozin gentoo org> CommitDate: Tue Jun 16 11:09:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af09e743 app-text/foliate: dependencies corrected Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Andrey Grozin gentoo.org> app-text/foliate/foliate-2.2.1.ebuild | 6 +++--- 1 file 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 734e1532440..a64449df461 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() {