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 0F46D158015 for ; Fri, 22 Dec 2023 12:57:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B4F62BC082; Fri, 22 Dec 2023 12:57: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 21F6B2BC082 for ; Fri, 22 Dec 2023 12:57:33 +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 0793433FE60 for ; Fri, 22 Dec 2023 12:57:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 64815ACA for ; Fri, 22 Dec 2023 12:57:30 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1703249813.3938cc354a8d8ef489bc26d876027e4b4e0b259b.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ada/aws/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ada/aws/aws-23.0.0-r2.ebuild dev-ada/aws/aws-23.0.0-r3.ebuild X-VCS-Directories: dev-ada/aws/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 3938cc354a8d8ef489bc26d876027e4b4e0b259b X-VCS-Branch: master Date: Fri, 22 Dec 2023 12:57: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: b38faa0f-c65a-4eb2-9d35-4e39063260bf X-Archives-Hash: 2294365bf387aa9b9d7130eb4e93bc76 commit: 3938cc354a8d8ef489bc26d876027e4b4e0b259b Author: Alfredo Tupone gentoo org> AuthorDate: Fri Dec 22 12:56:29 2023 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Fri Dec 22 12:56:53 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3938cc35 dev-ada/aws: enable gcc:13 Signed-off-by: Alfredo Tupone gentoo.org> dev-ada/aws/{aws-23.0.0-r2.ebuild => aws-23.0.0-r3.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ada/aws/aws-23.0.0-r2.ebuild b/dev-ada/aws/aws-23.0.0-r3.ebuild similarity index 97% rename from dev-ada/aws/aws-23.0.0-r2.ebuild rename to dev-ada/aws/aws-23.0.0-r3.ebuild index 98d7e347b62a..111363891084 100644 --- a/dev-ada/aws/aws-23.0.0-r2.ebuild +++ b/dev-ada/aws/aws-23.0.0-r3.ebuild @@ -3,7 +3,7 @@ EAPI=8 -ADA_COMPAT=( gcc_12 ) +ADA_COMPAT=( gcc_12 gcc_13 ) inherit ada multiprocessing DESCRIPTION="A complete Web development framework" @@ -60,7 +60,7 @@ src_compile() { } src_install() { - emake install \ + emake -j1 install \ DESTDIR="${D}" \ PROCESSORS=$(makeopts_jobs) ENABLE_SHARED=true \ GPRINSTALL="/usr/bin/gprinstall -v"