commit: 352af4745d3c8e9be4183acf28696d8a096cb8e1
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 29 06:50:38 2021 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Jun 29 06:54:21 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=352af474
x11-misc/autorandr: correct pkgconfig dependency, it's a BDEPEND
Sometimes stupid mistakes hide in plain sight…
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
Reported-by: Göktürk Yüksek <gokturk <AT> gentoo.org>
x11-misc/autorandr/autorandr-1.11.ebuild | 6 ++----
x11-misc/autorandr/autorandr-9999.ebuild | 6 ++----
2 files changed, 4 insertions(+), 8 deletions(-)
diff --git a/x11-misc/autorandr/autorandr-1.11.ebuild
b/x11-misc/autorandr/autorandr-1.11.ebuild
index ed486299720..adc50ea424e 100644
--- a/x11-misc/autorandr/autorandr-1.11.ebuild
+++ b/x11-misc/autorandr/autorandr-1.11.ebuild
@@ -26,10 +26,8 @@ RDEPEND="
launcher? ( x11-libs/libxcb )
udev? ( virtual/udev )
"
-DEPEND="
- virtual/pkgconfig
- ${RDEPEND}
-"
+DEPEND="${RDEPEND}"
+BDEPEND="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 ed486299720..adc50ea424e 100644
--- a/x11-misc/autorandr/autorandr-9999.ebuild
+++ b/x11-misc/autorandr/autorandr-9999.ebuild
@@ -26,10 +26,8 @@ RDEPEND="
launcher? ( x11-libs/libxcb )
udev? ( virtual/udev )
"
-DEPEND="
- virtual/pkgconfig
- ${RDEPEND}
-"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
src_compile() {
distutils-r1_src_compile