diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-07-03 21:55:12 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-07-03 21:58:38 +0300 |
commit | d46067c698df2d24e3d69362bfe05e2f31cbca6a (patch) | |
tree | 4763645843cbea66833f27cb6ad9829b3112b6bc /gui-apps | |
parent | dev-python/websockets: Deselect tests needing DNS (diff) | |
download | gentoo-d46067c698df2d24e3d69362bfe05e2f31cbca6a.tar.gz gentoo-d46067c698df2d24e3d69362bfe05e2f31cbca6a.tar.bz2 gentoo-d46067c698df2d24e3d69362bfe05e2f31cbca6a.zip |
gui-apps/grim: add missing bdep on dev-util/wayland-scanner
Closes: https://bugs.gentoo.org/909571
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'gui-apps')
-rw-r--r-- | gui-apps/grim/grim-1.4.0-r3.ebuild | 5 | ||||
-rw-r--r-- | gui-apps/grim/grim-1.4.1.ebuild | 5 | ||||
-rw-r--r-- | gui-apps/grim/grim-9999.ebuild | 5 |
3 files changed, 12 insertions, 3 deletions
diff --git a/gui-apps/grim/grim-1.4.0-r3.ebuild b/gui-apps/grim/grim-1.4.0-r3.ebuild index 1a332add693b..bc362032ee7d 100644 --- a/gui-apps/grim/grim-1.4.0-r3.ebuild +++ b/gui-apps/grim/grim-1.4.0-r3.ebuild @@ -29,7 +29,10 @@ RDEPEND=" DEPEND="${RDEPEND} >=dev-libs/wayland-protocols-1.14 " -BDEPEND="man? ( app-text/scdoc )" +BDEPEND=" + dev-util/wayland-scanner + man? ( app-text/scdoc ) +" src_configure() { local emesonargs=( diff --git a/gui-apps/grim/grim-1.4.1.ebuild b/gui-apps/grim/grim-1.4.1.ebuild index 87345a10a247..a2ae2ffd137c 100644 --- a/gui-apps/grim/grim-1.4.1.ebuild +++ b/gui-apps/grim/grim-1.4.1.ebuild @@ -30,7 +30,10 @@ RDEPEND=" DEPEND="${RDEPEND} >=dev-libs/wayland-protocols-1.14 " -BDEPEND="man? ( app-text/scdoc )" +BDEPEND=" + dev-util/wayland-scanner + man? ( app-text/scdoc ) +" src_configure() { local emesonargs=( diff --git a/gui-apps/grim/grim-9999.ebuild b/gui-apps/grim/grim-9999.ebuild index 87345a10a247..a2ae2ffd137c 100644 --- a/gui-apps/grim/grim-9999.ebuild +++ b/gui-apps/grim/grim-9999.ebuild @@ -30,7 +30,10 @@ RDEPEND=" DEPEND="${RDEPEND} >=dev-libs/wayland-protocols-1.14 " -BDEPEND="man? ( app-text/scdoc )" +BDEPEND=" + dev-util/wayland-scanner + man? ( app-text/scdoc ) +" src_configure() { local emesonargs=( |