diff options
author | Florian Schmaus <flow@gentoo.org> | 2021-06-29 08:50:38 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2021-06-29 08:54:21 +0200 |
commit | 352af4745d3c8e9be4183acf28696d8a096cb8e1 (patch) | |
tree | f9e71ca47a3f3d1308e397d30dc29f943b0d5b09 /x11-misc/autorandr | |
parent | dev-lang/python: Bump to 3.6.14 (diff) | |
download | gentoo-352af4745d3c8e9be4183acf28696d8a096cb8e1.tar.gz gentoo-352af4745d3c8e9be4183acf28696d8a096cb8e1.tar.bz2 gentoo-352af4745d3c8e9be4183acf28696d8a096cb8e1.zip |
x11-misc/autorandr: correct pkgconfig dependency, it's a BDEPEND
Sometimes stupid mistakes hide in plain sight…
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Reported-by: Göktürk Yüksek <gokturk@gentoo.org>
Diffstat (limited to 'x11-misc/autorandr')
-rw-r--r-- | x11-misc/autorandr/autorandr-1.11.ebuild | 6 | ||||
-rw-r--r-- | 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 ed4862997200..adc50ea424e0 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 ed4862997200..adc50ea424e0 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 |