commit: 9dcce2a3ac34bac4cc6b2573e9d4ade548ad4f6e
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 24 15:19:24 2023 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Jan 24 15:20:28 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dcce2a3
x11-misc/autorandr: add desktop-file-utils to BDEPEND
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
x11-misc/autorandr/autorandr-1.13.2.ebuild | 6 +++++-
x11-misc/autorandr/autorandr-9999.ebuild | 6 +++++-
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/x11-misc/autorandr/autorandr-1.13.2.ebuild
b/x11-misc/autorandr/autorandr-1.13.2.ebuild
index c4b2f818767a..5a4cdc0e7c9f 100644
--- a/x11-misc/autorandr/autorandr-1.13.2.ebuild
+++ b/x11-misc/autorandr/autorandr-1.13.2.ebuild
@@ -29,7 +29,11 @@ RDEPEND="
udev? ( virtual/udev )
"
DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
+# desktop-file-util: uses desktop-file-edit in Makefile
+BDEPEND="
+ dev-util/desktop-file-utils
+ virtual/pkgconfig
+"
src_compile() {
distutils-r1_src_compile
diff --git a/x11-misc/autorandr/autorandr-9999.ebuild
b/x11-misc/autorandr/autorandr-9999.ebuild
index c4b2f818767a..5a4cdc0e7c9f 100644
--- a/x11-misc/autorandr/autorandr-9999.ebuild
+++ b/x11-misc/autorandr/autorandr-9999.ebuild
@@ -29,7 +29,11 @@ RDEPEND="
udev? ( virtual/udev )
"
DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
+# desktop-file-util: uses desktop-file-edit in Makefile
+BDEPEND="
+ dev-util/desktop-file-utils
+ virtual/pkgconfig
+"
src_compile() {
distutils-r1_src_compile