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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E37F2158086 for ; Sun, 21 Nov 2021 09:08:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B040E0870; Sun, 21 Nov 2021 09:08:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F0861E0870 for ; Sun, 21 Nov 2021 09:08:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DEC4834327F for ; Sun, 21 Nov 2021 09:08:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 371061B3 for ; Sun, 21 Nov 2021 09:08:56 +0000 (UTC) From: "Mattia Gasparotto" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mattia Gasparotto" Message-ID: <1637485730.9ad0a0a7b6bc37ca1a18996b718d6e35ee0d8f5c.gasmat04@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wlogout/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/wlogout/wlogout-1.1.1.ebuild X-VCS-Directories: gui-apps/wlogout/ X-VCS-Committer: gasmat04 X-VCS-Committer-Name: Mattia Gasparotto X-VCS-Revision: 9ad0a0a7b6bc37ca1a18996b718d6e35ee0d8f5c X-VCS-Branch: dev Date: Sun, 21 Nov 2021 09:08:56 +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: b19fcb7e-d76e-41ca-bc7f-260b184097ec X-Archives-Hash: d389442e2409a0c2ee4be363c5e7efcd commit: 9ad0a0a7b6bc37ca1a18996b718d6e35ee0d8f5c Author: Mattia Gasparotto gmail com> AuthorDate: Sun Nov 21 09:08:30 2021 +0000 Commit: Mattia Gasparotto gmail com> CommitDate: Sun Nov 21 09:08:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9ad0a0a7 gui-apps/wlogout: corrected dependencies Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Mattia Gasparotto gmail.com> gui-apps/wlogout/wlogout-1.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui-apps/wlogout/wlogout-1.1.1.ebuild b/gui-apps/wlogout/wlogout-1.1.1.ebuild index aa0765bac..8e253cd2f 100644 --- a/gui-apps/wlogout/wlogout-1.1.1.ebuild +++ b/gui-apps/wlogout/wlogout-1.1.1.ebuild @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="layershell doc bash-completions fish-completions zsh-completions" -DEPEND="x11-libs/gtk+:= +DEPEND="gui-libs/gtk:= dev-libs/gobject-introspection doc? ( app-text/scdoc ) layershell? ( gui-libs/gtk-layer-shell )"