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 8B60F1584AD for ; Mon, 28 Apr 2025 02:01:21 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 77598340BEF for ; Mon, 28 Apr 2025 02:01:21 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 79C9B110280; Mon, 28 Apr 2025 02:01:20 +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 73541110280 for ; Mon, 28 Apr 2025 02:01:20 +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 2B7FC340BEF for ; Mon, 28 Apr 2025 02:01:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8826512A for ; Mon, 28 Apr 2025 02:01:18 +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: <1745804893.43bb9338aafe2e76bd25db7151aae76f9da7017d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libheif/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libheif/libheif-1.19.7.ebuild media-libs/libheif/libheif-9999.ebuild X-VCS-Directories: media-libs/libheif/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 43bb9338aafe2e76bd25db7151aae76f9da7017d X-VCS-Branch: master Date: Mon, 28 Apr 2025 02:01:18 +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: d9bfa3ab-3c29-4c45-b5b6-04fa9561db84 X-Archives-Hash: f85b4117526216afaab2af7d0b841be3 commit: 43bb9338aafe2e76bd25db7151aae76f9da7017d Author: Sam James gentoo org> AuthorDate: Mon Apr 28 01:48:13 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Apr 28 01:48:13 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43bb9338 media-libs/libheif: drop USE=go As far as I can tell, the Go bindings weren't wired up since upstream commit f6be0b43f8e11db4cde6ad63906d74e36a86686a but they're also marked as maintainer needed and now in a separate repo anyway. Drop USE=go which isn't doing anything. Bug: https://github.com/strukturag/libheif/issues/1196 Bug: https://bugs.gentoo.org/790593 Signed-off-by: Sam James gentoo.org> media-libs/libheif/libheif-1.19.7.ebuild | 5 +---- media-libs/libheif/libheif-9999.ebuild | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/media-libs/libheif/libheif-1.19.7.ebuild b/media-libs/libheif/libheif-1.19.7.ebuild index 0ad8c4800c5e..e63a26d89aeb 100644 --- a/media-libs/libheif/libheif-1.19.7.ebuild +++ b/media-libs/libheif/libheif-1.19.7.ebuild @@ -18,12 +18,11 @@ fi LICENSE="GPL-3 MIT" SLOT="0/$(ver_cut 1-2)" -IUSE="+aom doc examples gdk-pixbuf go openh264 rav1e svt-av1 test +threads +webp x265" +IUSE="+aom doc examples gdk-pixbuf openh264 rav1e svt-av1 test +threads +webp x265" RESTRICT="!test? ( test )" BDEPEND=" doc? ( app-text/doxygen ) - go? ( dev-lang/go:= ) " DEPEND=" media-libs/dav1d:=[${MULTILIB_USEDEP}] @@ -47,8 +46,6 @@ MULTILIB_WRAPPED_HEADERS=( ) multilib_src_configure() { - export GO111MODULE=auto - local mycmakeargs=( $(cmake_use_find_package doc Doxygen) -DBUILD_TESTING=$(usex test) diff --git a/media-libs/libheif/libheif-9999.ebuild b/media-libs/libheif/libheif-9999.ebuild index 9ed6053bd665..aed8f916f649 100644 --- a/media-libs/libheif/libheif-9999.ebuild +++ b/media-libs/libheif/libheif-9999.ebuild @@ -18,12 +18,11 @@ fi LICENSE="GPL-3 MIT" SLOT="0/$(ver_cut 1-2)" -IUSE="+aom doc examples gdk-pixbuf go openh264 rav1e svt-av1 test +threads +webp x265" +IUSE="+aom doc examples gdk-pixbuf openh264 rav1e svt-av1 test +threads +webp x265" RESTRICT="!test? ( test )" BDEPEND=" doc? ( app-text/doxygen ) - go? ( dev-lang/go:= ) " DEPEND=" media-libs/dav1d:=[${MULTILIB_USEDEP}] @@ -47,8 +46,6 @@ MULTILIB_WRAPPED_HEADERS=( ) multilib_src_configure() { - export GO111MODULE=auto - local mycmakeargs=( $(cmake_use_find_package doc Doxygen) -DBUILD_TESTING=$(usex test)