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 14BCD1382C5 for ; Tue, 30 Jun 2020 20:23:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32C46E08E2; Tue, 30 Jun 2020 20:23:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 1CF9EE08E2 for ; Tue, 30 Jun 2020 20:23:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 1625034EF6C for ; Tue, 30 Jun 2020 20:23:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 819CA274 for ; Tue, 30 Jun 2020 20:23:32 +0000 (UTC) From: "Matthias Coppens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Coppens" Message-ID: <1593548434.9704458d1785e41127bff7ee03fb479307bfcc7a.coppens.matthias@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wofi/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/wofi/wofi-1.1.1.ebuild gui-apps/wofi/wofi-1.1.2.ebuild gui-apps/wofi/wofi-9999.ebuild X-VCS-Directories: gui-apps/wofi/ X-VCS-Committer: coppens.matthias X-VCS-Committer-Name: Matthias Coppens X-VCS-Revision: 9704458d1785e41127bff7ee03fb479307bfcc7a X-VCS-Branch: dev Date: Tue, 30 Jun 2020 20:23:32 +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: 9e44fb06-3bc6-45d8-915f-e2f140287f8a X-Archives-Hash: 0ed9ad61a25ee685f910dddff17b2925 commit: 9704458d1785e41127bff7ee03fb479307bfcc7a Author: Matthias Coppens gmail com> AuthorDate: Tue Jun 30 20:20:11 2020 +0000 Commit: Matthias Coppens gmail com> CommitDate: Tue Jun 30 20:20:34 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9704458d gui-apps/wofi: Fixed dependencies Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Matthias Coppens gmail.com> gui-apps/wofi/wofi-1.1.1.ebuild | 6 ++++++ gui-apps/wofi/wofi-1.1.2.ebuild | 6 ++++++ gui-apps/wofi/wofi-9999.ebuild | 6 ++++++ 3 files changed, 18 insertions(+) diff --git a/gui-apps/wofi/wofi-1.1.1.ebuild b/gui-apps/wofi/wofi-1.1.1.ebuild index 7f527da..7595114 100644 --- a/gui-apps/wofi/wofi-1.1.1.ebuild +++ b/gui-apps/wofi/wofi-1.1.1.ebuild @@ -19,5 +19,11 @@ DESCRIPTION="Wofi is a launcher/menu program for wlroots based wayland composito HOMEPAGE="${EHG_REPO_URI}" LICENSE="GPL-3" +DEPEND=" + dev-libs/wayland + x11-libs/gtk+[wayland]" +RDEPEND="${DEPEND}" +BDEPEND="virtual/pkgconfig" + SLOT="0" KEYWORDS="" diff --git a/gui-apps/wofi/wofi-1.1.2.ebuild b/gui-apps/wofi/wofi-1.1.2.ebuild index 7f527da..7595114 100644 --- a/gui-apps/wofi/wofi-1.1.2.ebuild +++ b/gui-apps/wofi/wofi-1.1.2.ebuild @@ -19,5 +19,11 @@ DESCRIPTION="Wofi is a launcher/menu program for wlroots based wayland composito HOMEPAGE="${EHG_REPO_URI}" LICENSE="GPL-3" +DEPEND=" + dev-libs/wayland + x11-libs/gtk+[wayland]" +RDEPEND="${DEPEND}" +BDEPEND="virtual/pkgconfig" + SLOT="0" KEYWORDS="" diff --git a/gui-apps/wofi/wofi-9999.ebuild b/gui-apps/wofi/wofi-9999.ebuild index 7f527da..7595114 100644 --- a/gui-apps/wofi/wofi-9999.ebuild +++ b/gui-apps/wofi/wofi-9999.ebuild @@ -19,5 +19,11 @@ DESCRIPTION="Wofi is a launcher/menu program for wlroots based wayland composito HOMEPAGE="${EHG_REPO_URI}" LICENSE="GPL-3" +DEPEND=" + dev-libs/wayland + x11-libs/gtk+[wayland]" +RDEPEND="${DEPEND}" +BDEPEND="virtual/pkgconfig" + SLOT="0" KEYWORDS=""