diff options
author | PPN-SD <nicolas.parlant@parhuet.fr> | 2024-09-30 21:27:03 +0200 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2024-10-02 13:12:54 -0500 |
commit | b2caad2a8e7cd66fd3d3cd887a9aa3764f7de28d (patch) | |
tree | 2c91279ce09e72fa886c601563f53e3de895231a /net-wireless | |
parent | dev-vcs/git-cola: drop 4.8.2 (diff) | |
download | gentoo-b2caad2a8e7cd66fd3d3cd887a9aa3764f7de28d.tar.gz gentoo-b2caad2a8e7cd66fd3d3cd887a9aa3764f7de28d.tar.bz2 gentoo-b2caad2a8e7cd66fd3d3cd887a9aa3764f7de28d.zip |
net-wireless/iwgtk: Add dependency x11-base/xorg-proto to build
Signed-off-by: PPN-SD <nicolas.parlant@parhuet.fr>
Closes: https://github.com/gentoo/gentoo/pull/38824
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/iwgtk/iwgtk-0.9.ebuild | 16 |
1 files 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 " |