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 7DBE7158094 for ; Tue, 9 Aug 2022 20:06:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F055E0C21; Tue, 9 Aug 2022 20:06:33 +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 E3D08E0C21 for ; Tue, 9 Aug 2022 20:06:32 +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 B0DE4340E05 for ; Tue, 9 Aug 2022 20:06:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 13195569 for ; Tue, 9 Aug 2022 20:06:30 +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: <1660075545.48df3d7a922f1eb000edbceb17bd2e722c6aa42a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/iucode_tool/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/iucode_tool/iucode_tool-2.3.1-r1.ebuild X-VCS-Directories: sys-apps/iucode_tool/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 48df3d7a922f1eb000edbceb17bd2e722c6aa42a X-VCS-Branch: master Date: Tue, 9 Aug 2022 20:06:30 +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: f9ed2ef4-6195-4322-a1d0-688ed82b6f4a X-Archives-Hash: e8f2305f316122b6eb6a0372a5883f7b commit: 48df3d7a922f1eb000edbceb17bd2e722c6aa42a Author: Sam James gentoo org> AuthorDate: Tue Aug 9 19:04:17 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Aug 9 20:05:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48df3d7a sys-apps/iucode_tool: add argp-standalone dep for musl Signed-off-by: Sam James gentoo.org> sys-apps/iucode_tool/iucode_tool-2.3.1-r1.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sys-apps/iucode_tool/iucode_tool-2.3.1-r1.ebuild b/sys-apps/iucode_tool/iucode_tool-2.3.1-r1.ebuild index cdaff636c174..81dced5dc0e4 100644 --- a/sys-apps/iucode_tool/iucode_tool-2.3.1-r1.ebuild +++ b/sys-apps/iucode_tool/iucode_tool-2.3.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -10,6 +10,8 @@ SRC_URI="https://gitlab.com/iucode-tool/releases/raw/master/${PN/_/-}_${PV}.tar. LICENSE="GPL-2" SLOT="0" KEYWORDS="-* amd64 x86" -IUSE="" + +RDEPEND="elibc_musl? ( sys-libs/argp-standalone )" +DEPEND="${RDEPEND}" S="${WORKDIR}/${PN/_/-}-${PV}"