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 F11AF158649 for ; Wed, 10 May 2023 22:04:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E764E0BC3; Wed, 10 May 2023 22:04:09 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2252BE0BC3 for ; Wed, 10 May 2023 22:04:09 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1A933340BCD for ; Wed, 10 May 2023 22:04:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9921E8E4 for ; Wed, 10 May 2023 22:04:06 +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: <1683756234.f5348c1f01185eb16a04b19ad20f1d17889e5f42.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libvpx/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libvpx/libvpx-1.12.0-r1.ebuild X-VCS-Directories: media-libs/libvpx/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f5348c1f01185eb16a04b19ad20f1d17889e5f42 X-VCS-Branch: master Date: Wed, 10 May 2023 22:04:06 +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: e7deedfe-0888-4ae9-804a-cbd82c74b3a7 X-Archives-Hash: a0235fc64338cd15fc43704a91385546 commit: f5348c1f01185eb16a04b19ad20f1d17889e5f42 Author: Sam James gentoo org> AuthorDate: Wed May 10 22:03:54 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed May 10 22:03:54 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5348c1f media-libs/libvpx: unset DIST_DIR in ebuild Users may set it instead of DISTDIR, can see it happening, and the build system uses it if set. Closes: https://bugs.gentoo.org/905986 Signed-off-by: Sam James gentoo.org> media-libs/libvpx/libvpx-1.12.0-r1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/media-libs/libvpx/libvpx-1.12.0-r1.ebuild b/media-libs/libvpx/libvpx-1.12.0-r1.ebuild index 72ccda036cbe..473b28175c86 100644 --- a/media-libs/libvpx/libvpx-1.12.0-r1.ebuild +++ b/media-libs/libvpx/libvpx-1.12.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -59,6 +59,8 @@ src_configure() { multilib_src_configure() { # bug #357487 unset CODECS + # bug #905986 + unset DIST_DIR # bug #498364: sse doesn't work without sse2 enabled, local myconfargs=(