diff options
author | Sam James <sam@gentoo.org> | 2022-02-20 01:11:08 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-02-20 01:11:08 +0000 |
commit | a1789fec597a031100bc50858f650e0c61b45b00 (patch) | |
tree | f8f196fb5b6d82044cd7ec3b436f0034c348d31d /media-gfx | |
parent | profiles/features/musl: mask binary app-admin/bitwarden-desktop-bin (diff) | |
download | gentoo-a1789fec597a031100bc50858f650e0c61b45b00.tar.gz gentoo-a1789fec597a031100bc50858f650e0c61b45b00.tar.bz2 gentoo-a1789fec597a031100bc50858f650e0c61b45b00.zip |
media-gfx/scrot: fix build on musl
Closes: https://bugs.gentoo.org/832084
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/scrot/scrot-1.7-r2.ebuild | 3 | ||||
-rw-r--r-- | 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 |