diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-07-03 15:03:44 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-07-03 15:03:44 +0300 |
commit | 3c00eeb89319c0c810c93be9504c8de7c702a7fd (patch) | |
tree | 25dbd7479d2acc86c14b110141fdcfa96c2ad4d3 /gui-apps | |
parent | acct-user.eclass: Users need their group already at "build time" (diff) | |
download | gentoo-3c00eeb89319c0c810c93be9504c8de7c702a7fd.tar.gz gentoo-3c00eeb89319c0c810c93be9504c8de7c702a7fd.tar.bz2 gentoo-3c00eeb89319c0c810c93be9504c8de7c702a7fd.zip |
gui-apps/kanshi: add missing bdep on dev-util/wayland-scanner
Closes: https://bugs.gentoo.org/909441
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'gui-apps')
-rw-r--r-- | gui-apps/kanshi/kanshi-1.3.0.ebuild | 3 | ||||
-rw-r--r-- | gui-apps/kanshi/kanshi-1.3.1.ebuild | 3 | ||||
-rw-r--r-- | gui-apps/kanshi/kanshi-1.4.0.ebuild | 1 |
3 files changed, 5 insertions, 2 deletions
diff --git a/gui-apps/kanshi/kanshi-1.3.0.ebuild b/gui-apps/kanshi/kanshi-1.3.0.ebuild index 2f3236686822..a3441df26d64 100644 --- a/gui-apps/kanshi/kanshi-1.3.0.ebuild +++ b/gui-apps/kanshi/kanshi-1.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2022 Gentoo Authors +# Copyright 2020-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -26,6 +26,7 @@ BDEPEND=" ${RDEPEND} virtual/pkgconfig dev-libs/wayland-protocols + dev-util/wayland-scanner man? ( >=app-text/scdoc-1.9.3 ) " diff --git a/gui-apps/kanshi/kanshi-1.3.1.ebuild b/gui-apps/kanshi/kanshi-1.3.1.ebuild index 2f3236686822..a3441df26d64 100644 --- a/gui-apps/kanshi/kanshi-1.3.1.ebuild +++ b/gui-apps/kanshi/kanshi-1.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2022 Gentoo Authors +# Copyright 2020-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -26,6 +26,7 @@ BDEPEND=" ${RDEPEND} virtual/pkgconfig dev-libs/wayland-protocols + dev-util/wayland-scanner man? ( >=app-text/scdoc-1.9.3 ) " diff --git a/gui-apps/kanshi/kanshi-1.4.0.ebuild b/gui-apps/kanshi/kanshi-1.4.0.ebuild index 187f88c803bb..a3441df26d64 100644 --- a/gui-apps/kanshi/kanshi-1.4.0.ebuild +++ b/gui-apps/kanshi/kanshi-1.4.0.ebuild @@ -26,6 +26,7 @@ BDEPEND=" ${RDEPEND} virtual/pkgconfig dev-libs/wayland-protocols + dev-util/wayland-scanner man? ( >=app-text/scdoc-1.9.3 ) " |