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 9A3BF138334 for ; Thu, 14 Jun 2018 09:13:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9BC62E0990; Thu, 14 Jun 2018 09:13:11 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 6420FE0990 for ; Thu, 14 Jun 2018 09:13:11 +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 A6D79335C5A for ; Thu, 14 Jun 2018 09:13:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 216542C8 for ; Thu, 14 Jun 2018 09:13:08 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1528967584.bfd811771e78da1f2390989e4ea837fbe28ec6d1.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/tilda/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-terms/tilda/tilda-1.4.1.ebuild X-VCS-Directories: x11-terms/tilda/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: bfd811771e78da1f2390989e4ea837fbe28ec6d1 X-VCS-Branch: master Date: Thu, 14 Jun 2018 09:13:08 +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-Archives-Salt: f24f044c-fa08-4a00-b3fc-f8be0dccf593 X-Archives-Hash: 5bd200a8ad4bc177342abe9c36b7ff0f commit: bfd811771e78da1f2390989e4ea837fbe28ec6d1 Author: Mikle Kolyada gentoo org> AuthorDate: Thu Jun 14 09:12:35 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Thu Jun 14 09:13:04 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfd81177 x11-terms/tilda: add missing gtk+:3 dep and re-slot vte dep Closes: https://github.com/gentoo/gentoo/pull/8823 Closes: https://bugs.gentoo.org/658002 Package-Manager: Portage-2.3.40, Repoman-2.3.9 x11-terms/tilda/tilda-1.4.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x11-terms/tilda/tilda-1.4.1.ebuild b/x11-terms/tilda/tilda-1.4.1.ebuild index ad1b85bd86f..1900b21ec9f 100644 --- a/x11-terms/tilda/tilda-1.4.1.ebuild +++ b/x11-terms/tilda/tilda-1.4.1.ebuild @@ -14,10 +14,11 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="" -RDEPEND="x11-libs/vte:0 +RDEPEND="x11-libs/vte:2.91 >=dev-libs/glib-2.8.4:2 dev-libs/confuse gnome-base/libglade + x11-libs/gtk+:3 x11-libs/libX11" DEPEND="${RDEPEND} virtual/pkgconfig