Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/appmenu-gtk-module/
Date: Sat, 01 Aug 2020 22:57:59
Message-Id: 1596322638.380547fd5460bdb051b6d54a8b15c8d1e5d01cf4.asturm@gentoo
1 commit: 380547fd5460bdb051b6d54a8b15c8d1e5d01cf4
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 1 16:33:35 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 1 22:57:18 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=380547fd
7
8 x11-misc/appmenu-gtk-module: Add missing dev-libs/wayland DEPEND
9
10 Closes: https://bugs.gentoo.org/734034
11 Package-Manager: Portage-3.0.1, Repoman-2.3.23
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 x11-misc/appmenu-gtk-module/appmenu-gtk-module-0.7.3.ebuild | 6 ++++--
15 1 file changed, 4 insertions(+), 2 deletions(-)
16
17 diff --git a/x11-misc/appmenu-gtk-module/appmenu-gtk-module-0.7.3.ebuild b/x11-misc/appmenu-gtk-module/appmenu-gtk-module-0.7.3.ebuild
18 index 910fc6a8a1e..ce784a6457b 100644
19 --- a/x11-misc/appmenu-gtk-module/appmenu-gtk-module-0.7.3.ebuild
20 +++ b/x11-misc/appmenu-gtk-module/appmenu-gtk-module-0.7.3.ebuild
21 @@ -14,12 +14,14 @@ SLOT="0"
22 KEYWORDS="~amd64 ~arm ~arm64 ~x86"
23 IUSE=""
24
25 -DEPEND="
26 +RDEPEND="
27 dev-libs/glib[dbus]
28 >=x11-libs/gtk+-2.24.0:2
29 >=x11-libs/gtk+-3.22.0:3
30 "
31 -RDEPEND="${DEPEND}"
32 +DEPEND="${RDEPEND}
33 + dev-libs/wayland
34 +"
35
36 src_prepare() {
37 cmake_src_prepare