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 4B25D15864F for ; Fri, 24 Mar 2023 01:38:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D042E07AE; Fri, 24 Mar 2023 01:37:59 +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 427CCE07AE for ; Fri, 24 Mar 2023 01:37:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 E4F93340C37 for ; Fri, 24 Mar 2023 01:37:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1FCAE17 for ; Fri, 24 Mar 2023 01:37:56 +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: <1679620531.4b1343b102d1aab5c0d6095a834db5de2c77f796.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/make/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/make/make-9999.ebuild X-VCS-Directories: sys-devel/make/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4b1343b102d1aab5c0d6095a834db5de2c77f796 X-VCS-Branch: master Date: Fri, 24 Mar 2023 01:37:56 +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: 0110d4a0-5383-4dc2-b9d6-20f9d82bf2df X-Archives-Hash: 6d30356c6a2e4eb0acf2199580fad84c commit: 4b1343b102d1aab5c0d6095a834db5de2c77f796 Author: Sam James gentoo org> AuthorDate: Fri Mar 24 01:15:31 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Mar 24 01:15:31 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b1343b1 sys-devel/make: sync live Signed-off-by: Sam James gentoo.org> sys-devel/make/make-9999.ebuild | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/sys-devel/make/make-9999.ebuild b/sys-devel/make/make-9999.ebuild index f161e636a1f8..de7a808ae4c1 100644 --- a/sys-devel/make/make-9999.ebuild +++ b/sys-devel/make/make-9999.ebuild @@ -25,14 +25,17 @@ SLOT="0" IUSE="guile nls static" DEPEND="guile? ( >=dev-scheme/guile-1.8:= )" -BDEPEND="nls? ( sys-devel/gettext ) - verify-sig? ( sec-keys/openpgp-keys-make )" -RDEPEND="${DEPEND} - nls? ( virtual/libintl )" +RDEPEND=" + ${DEPEND} + nls? ( virtual/libintl ) +" +BDEPEND=" + nls? ( sys-devel/gettext ) + verify-sig? ( sec-keys/openpgp-keys-make ) +" PATCHES=( - "${FILESDIR}"/${PN}-3.82-darwin-library_search-dylib.patch - "${FILESDIR}"/${PN}-4.2-default-cxx.patch + "${FILESDIR}"/${PN}-4.4-default-cxx.patch ) src_unpack() {