commit:     a1789fec597a031100bc50858f650e0c61b45b00
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 20 01:11:08 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 20 01:11:08 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1789fec

media-gfx/scrot: fix build on musl

Closes: https://bugs.gentoo.org/832084
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-gfx/scrot/scrot-1.7-r2.ebuild | 3 ++-
 media-gfx/scrot/scrot-9999.ebuild   | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/media-gfx/scrot/scrot-1.7-r2.ebuild 
b/media-gfx/scrot/scrot-1.7-r2.ebuild
index 3aa2ef8c7e06..80c9a38d57e0 100644
--- a/media-gfx/scrot/scrot-1.7-r2.ebuild
+++ b/media-gfx/scrot/scrot-1.7-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -36,6 +36,7 @@ RDEPEND="
 DEPEND="
        ${RDEPEND}
        x11-base/xorg-proto
+       elibc_musl? ( sys-libs/queue-standalone )
 "
 BDEPEND="
        sys-devel/autoconf-archive

diff --git a/media-gfx/scrot/scrot-9999.ebuild 
b/media-gfx/scrot/scrot-9999.ebuild
index 80d7728667d6..1052ef88647a 100644
--- a/media-gfx/scrot/scrot-9999.ebuild
+++ b/media-gfx/scrot/scrot-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -35,6 +35,7 @@ RDEPEND="
 DEPEND="
        ${RDEPEND}
        x11-base/xorg-proto
+       elibc_musl? ( sys-libs/queue-standalone )
 "
 BDEPEND="
        sys-devel/autoconf-archive

Reply via email to