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 1BF711382C5 for ; Wed, 27 Jan 2021 19:30:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49DA7E0C26; Wed, 27 Jan 2021 19:30:56 +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 2DEBCE0C26 for ; Wed, 27 Jan 2021 19:30:56 +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 95ED9341043 for ; Wed, 27 Jan 2021 19:30:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0766B92 for ; Wed, 27 Jan 2021 19:30:53 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1611775836.f19c27066747e568f3b48c50085e6f91046d0e39.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/lablgtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/lablgtk/lablgtk-3.1.1.ebuild X-VCS-Directories: dev-ml/lablgtk/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: f19c27066747e568f3b48c50085e6f91046d0e39 X-VCS-Branch: master Date: Wed, 27 Jan 2021 19:30:53 +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: 4452100e-0651-4544-b802-8ef1f999b5e4 X-Archives-Hash: d22dc8c99df909091ccdd70f986b70dc commit: f19c27066747e568f3b48c50085e6f91046d0e39 Author: Alfredo Tupone gentoo org> AuthorDate: Wed Jan 27 19:30:36 2021 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Wed Jan 27 19:30:36 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f19c2706 dev-ml/lablgtk: fix dep Closes: https://bugs.gentoo.org/750788 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Alfredo Tupone gentoo.org> dev-ml/lablgtk/lablgtk-3.1.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-ml/lablgtk/lablgtk-3.1.1.ebuild b/dev-ml/lablgtk/lablgtk-3.1.1.ebuild index 0f0e6f4670a..0e6ba0790d0 100644 --- a/dev-ml/lablgtk/lablgtk-3.1.1.ebuild +++ b/dev-ml/lablgtk/lablgtk-3.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2020 Gentoo Authors +# Copyright 2019-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -20,6 +20,7 @@ DEPEND=" app-text/gtkspell:3= x11-libs/gtk+:3= dev-ml/cairo2:= + x11-libs/gtksourceview:3.0= " RDEPEND="${DEPEND}" PDEPEND="sourceview? ( dev-ml/lablgtk-sourceview:${SLOT} )"