From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 83874158074 for ; Sat, 05 Jul 2025 10:01:44 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 6F70F341FB1 for ; Sat, 05 Jul 2025 10:01:44 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 5A14C110462; Sat, 05 Jul 2025 10:01:43 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 516A1110462 for ; Sat, 05 Jul 2025 10:01:43 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0A674341EB8 for ; Sat, 05 Jul 2025 10:01:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A884A2A9D for ; Sat, 05 Jul 2025 10:01:41 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1751709682.9f6e70fef08ab3366e9c0b7a73ee57c8867063ff.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libpng/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libpng/libpng-1.6.50-r1.ebuild media-libs/libpng/libpng-1.6.50.ebuild X-VCS-Directories: media-libs/libpng/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 9f6e70fef08ab3366e9c0b7a73ee57c8867063ff X-VCS-Branch: master Date: Sat, 05 Jul 2025 10:01:41 +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: cc77e3c2-0da5-4cca-87d5-4bbdb0be04f3 X-Archives-Hash: eace49926f1ae777e55522b0447d4c90 commit: 9f6e70fef08ab3366e9c0b7a73ee57c8867063ff Author: Jakov Smolić gentoo org> AuthorDate: Sat Jul 5 09:58:27 2025 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Sat Jul 5 10:01:22 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f6e70fe media-libs/libpng: enable RVV autodetecting The code has been updated in the new version not to hardcode `-march` setting anymore and will enable RVV extension based on the user-defined settings Bug: https://bugs.gentoo.org/958203 Signed-off-by: Jakov Smolić gentoo.org> media-libs/libpng/{libpng-1.6.50.ebuild => libpng-1.6.50-r1.ebuild} | 1 - 1 file changed, 1 deletion(-) diff --git a/media-libs/libpng/libpng-1.6.50.ebuild b/media-libs/libpng/libpng-1.6.50-r1.ebuild similarity index 98% rename from media-libs/libpng/libpng-1.6.50.ebuild rename to media-libs/libpng/libpng-1.6.50-r1.ebuild index 70383eaa3434..c99936a12cb6 100644 --- a/media-libs/libpng/libpng-1.6.50.ebuild +++ b/media-libs/libpng/libpng-1.6.50-r1.ebuild @@ -65,7 +65,6 @@ multilib_src_configure() { $(use_enable test tests) $(use_enable cpu_flags_x86_sse intel-sse) $(use_enable static-libs static) - --disable-riscv-rvv ) ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"