diff options
author | Florian Schmaus <flow@gentoo.org> | 2023-01-24 16:19:24 +0100 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2023-01-24 16:20:28 +0100 |
commit | 9dcce2a3ac34bac4cc6b2573e9d4ade548ad4f6e (patch) | |
tree | 515d0927949549532260edce5096a71a113187c4 /x11-misc/autorandr | |
parent | net-misc/mptcpd: drop 0.10-r1, 0.11 (diff) | |
download | gentoo-9dcce2a3ac34bac4cc6b2573e9d4ade548ad4f6e.tar.gz gentoo-9dcce2a3ac34bac4cc6b2573e9d4ade548ad4f6e.tar.bz2 gentoo-9dcce2a3ac34bac4cc6b2573e9d4ade548ad4f6e.zip |
x11-misc/autorandr: add desktop-file-utils to BDEPEND
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'x11-misc/autorandr')
-rw-r--r-- | x11-misc/autorandr/autorandr-1.13.2.ebuild | 6 | ||||
-rw-r--r-- | 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 |