commit: b2caad2a8e7cd66fd3d3cd887a9aa3764f7de28d Author: PPN-SD <nicolas.parlant <AT> parhuet <DOT> fr> AuthorDate: Mon Sep 30 19:27:03 2024 +0000 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org> CommitDate: Wed Oct 2 18:12:54 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2caad2a
net-wireless/iwgtk: Add dependency x11-base/xorg-proto to build Signed-off-by: PPN-SD <nicolas.parlant <AT> parhuet.fr> Closes: https://github.com/gentoo/gentoo/pull/38824 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org> net-wireless/iwgtk/iwgtk-0.9.ebuild | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/net-wireless/iwgtk/iwgtk-0.9.ebuild b/net-wireless/iwgtk/iwgtk-0.9.ebuild index 866764df6280..37efcf48022e 100644 --- a/net-wireless/iwgtk/iwgtk-0.9.ebuild +++ b/net-wireless/iwgtk/iwgtk-0.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2023 Gentoo Authors +# Copyright 2020-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,11 +11,8 @@ SRC_URI="https://github.com/J-Lentz/iwgtk/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64" -IUSE="" -BDEPEND="app-text/scdoc" - -DEPEND=" +COMMON_DEPEND=" app-accessibility/at-spi2-core:2 dev-libs/glib:2 gui-libs/gtk:4 @@ -25,7 +22,14 @@ DEPEND=" x11-libs/pango:0 " +BDEPEND="app-text/scdoc" + +DEPEND=" + ${COMMON_DEPEND} + x11-base/xorg-proto +" + RDEPEND=" - ${DEPEND} + ${COMMON_DEPEND} >=net-wireless/iwd-1.29 "