Gentoo Archives: gentoo-commits

From: Matthias Coppens <coppens.matthias.abc@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wofi/
Date: Tue, 30 Jun 2020 20:23:36
Message-Id: 1593548434.9704458d1785e41127bff7ee03fb479307bfcc7a.coppens.matthias@gentoo
1 commit: 9704458d1785e41127bff7ee03fb479307bfcc7a
2 Author: Matthias Coppens <coppens.matthias.abc <AT> gmail <DOT> com>
3 AuthorDate: Tue Jun 30 20:20:11 2020 +0000
4 Commit: Matthias Coppens <coppens.matthias.abc <AT> gmail <DOT> com>
5 CommitDate: Tue Jun 30 20:20:34 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9704458d
7
8 gui-apps/wofi: Fixed dependencies
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.23
11 Signed-off-by: Matthias Coppens <coppens.matthias.abc <AT> gmail.com>
12
13 gui-apps/wofi/wofi-1.1.1.ebuild | 6 ++++++
14 gui-apps/wofi/wofi-1.1.2.ebuild | 6 ++++++
15 gui-apps/wofi/wofi-9999.ebuild | 6 ++++++
16 3 files changed, 18 insertions(+)
17
18 diff --git a/gui-apps/wofi/wofi-1.1.1.ebuild b/gui-apps/wofi/wofi-1.1.1.ebuild
19 index 7f527da..7595114 100644
20 --- a/gui-apps/wofi/wofi-1.1.1.ebuild
21 +++ b/gui-apps/wofi/wofi-1.1.1.ebuild
22 @@ -19,5 +19,11 @@ DESCRIPTION="Wofi is a launcher/menu program for wlroots based wayland composito
23 HOMEPAGE="${EHG_REPO_URI}"
24 LICENSE="GPL-3"
25
26 +DEPEND="
27 + dev-libs/wayland
28 + x11-libs/gtk+[wayland]"
29 +RDEPEND="${DEPEND}"
30 +BDEPEND="virtual/pkgconfig"
31 +
32 SLOT="0"
33 KEYWORDS=""
34
35 diff --git a/gui-apps/wofi/wofi-1.1.2.ebuild b/gui-apps/wofi/wofi-1.1.2.ebuild
36 index 7f527da..7595114 100644
37 --- a/gui-apps/wofi/wofi-1.1.2.ebuild
38 +++ b/gui-apps/wofi/wofi-1.1.2.ebuild
39 @@ -19,5 +19,11 @@ DESCRIPTION="Wofi is a launcher/menu program for wlroots based wayland composito
40 HOMEPAGE="${EHG_REPO_URI}"
41 LICENSE="GPL-3"
42
43 +DEPEND="
44 + dev-libs/wayland
45 + x11-libs/gtk+[wayland]"
46 +RDEPEND="${DEPEND}"
47 +BDEPEND="virtual/pkgconfig"
48 +
49 SLOT="0"
50 KEYWORDS=""
51
52 diff --git a/gui-apps/wofi/wofi-9999.ebuild b/gui-apps/wofi/wofi-9999.ebuild
53 index 7f527da..7595114 100644
54 --- a/gui-apps/wofi/wofi-9999.ebuild
55 +++ b/gui-apps/wofi/wofi-9999.ebuild
56 @@ -19,5 +19,11 @@ DESCRIPTION="Wofi is a launcher/menu program for wlroots based wayland composito
57 HOMEPAGE="${EHG_REPO_URI}"
58 LICENSE="GPL-3"
59
60 +DEPEND="
61 + dev-libs/wayland
62 + x11-libs/gtk+[wayland]"
63 +RDEPEND="${DEPEND}"
64 +BDEPEND="virtual/pkgconfig"
65 +
66 SLOT="0"
67 KEYWORDS=""