commit: 380547fd5460bdb051b6d54a8b15c8d1e5d01cf4 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sat Aug 1 16:33:35 2020 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat Aug 1 22:57:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=380547fd
x11-misc/appmenu-gtk-module: Add missing dev-libs/wayland DEPEND Closes: https://bugs.gentoo.org/734034 Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> x11-misc/appmenu-gtk-module/appmenu-gtk-module-0.7.3.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 index 910fc6a8a1e..ce784a6457b 100644 --- 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 @@ -14,12 +14,14 @@ SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~x86" IUSE="" -DEPEND=" +RDEPEND=" dev-libs/glib[dbus] >=x11-libs/gtk+-2.24.0:2 >=x11-libs/gtk+-3.22.0:3 " -RDEPEND="${DEPEND}" +DEPEND="${RDEPEND} + dev-libs/wayland +" src_prepare() { cmake_src_prepare
