From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5E28415808B for ; Sun, 20 Feb 2022 01:12:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD5D1E07C7; Sun, 20 Feb 2022 01:12:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 90EFAE07C7 for ; Sun, 20 Feb 2022 01:12:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 83E1E3437B1 for ; Sun, 20 Feb 2022 01:12:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EAB42D0 for ; Sun, 20 Feb 2022 01:12:10 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1645319468.a1789fec597a031100bc50858f650e0c61b45b00.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/scrot/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/scrot/scrot-1.7-r2.ebuild media-gfx/scrot/scrot-9999.ebuild X-VCS-Directories: media-gfx/scrot/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a1789fec597a031100bc50858f650e0c61b45b00 X-VCS-Branch: master Date: Sun, 20 Feb 2022 01:12:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8eb6a86a-359e-4968-893b-e27ca5635c41 X-Archives-Hash: 6b0b56919500217f9b9d4a102466a5ec commit: a1789fec597a031100bc50858f650e0c61b45b00 Author: Sam James gentoo org> AuthorDate: Sun Feb 20 01:11:08 2022 +0000 Commit: Sam James gentoo 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 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