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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6AAA5138350 for ; Mon, 16 Mar 2020 13:41:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A7D22E0CEB; Mon, 16 Mar 2020 13:41:17 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8A9F6E0CEB for ; Mon, 16 Mar 2020 13:41:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4773D34F1B1 for ; Mon, 16 Mar 2020 13:41:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C758015F for ; Mon, 16 Mar 2020 13:41:14 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1584366046.a9168d9b0a3d45a6de3ca13a8a9a6b61fec7a730.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/spectrwm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/spectrwm/spectrwm-3.3.0.ebuild X-VCS-Directories: x11-wm/spectrwm/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: a9168d9b0a3d45a6de3ca13a8a9a6b61fec7a730 X-VCS-Branch: master Date: Mon, 16 Mar 2020 13:41:14 +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: 9cd85706-4c1e-4274-ba9c-9ac1e18de57a X-Archives-Hash: d243ee7ef66d0ccc38bf9b24a29d3591 commit: a9168d9b0a3d45a6de3ca13a8a9a6b61fec7a730 Author: Ben Kohler gentoo org> AuthorDate: Mon Mar 16 13:40:18 2020 +0000 Commit: Ben Kohler gentoo org> CommitDate: Mon Mar 16 13:40:46 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9168d9b x11-wm/spectrwm: add missing queue-standalone dep for musl Closes: https://bugs.gentoo.org/712708 Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Ben Kohler gentoo.org> x11-wm/spectrwm/spectrwm-3.3.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/x11-wm/spectrwm/spectrwm-3.3.0.ebuild b/x11-wm/spectrwm/spectrwm-3.3.0.ebuild index 6d515135678..0f5d4b2224b 100644 --- a/x11-wm/spectrwm/spectrwm-3.3.0.ebuild +++ b/x11-wm/spectrwm/spectrwm-3.3.0.ebuild @@ -17,6 +17,7 @@ RDEPEND=" x11-misc/dmenu " DEPEND=" + elibc_musl? ( sys-libs/queue-standalone ) x11-libs/libX11 x11-libs/libXcursor x11-libs/libXrandr