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 (4096 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 304B71581F0 for ; Fri, 13 Dec 2024 09:35:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2FFA0E0980; Fri, 13 Dec 2024 09:35:57 +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 0586AE0946 for ; Fri, 13 Dec 2024 09:35:57 +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 06D2B340C43 for ; Fri, 13 Dec 2024 09:35:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 57D801F28 for ; Fri, 13 Dec 2024 09:35:54 +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: <1734082374.4d9b0a72e1943a216e8f0ceb08d8057bea0af072.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/speex/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/speex/speex-1.2.1-r2.ebuild X-VCS-Directories: media-libs/speex/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4d9b0a72e1943a216e8f0ceb08d8057bea0af072 X-VCS-Branch: master Date: Fri, 13 Dec 2024 09:35:54 +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: 2b042529-7c20-4153-b159-aae62f3b8f79 X-Archives-Hash: 1d4c225dd4975a9e7f4f11d56e465ac8 commit: 4d9b0a72e1943a216e8f0ceb08d8057bea0af072 Author: orbea riseup net> AuthorDate: Thu Dec 12 14:54:17 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Dec 13 09:32:54 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d9b0a72 media-libs/speex: fix variable S should occur before IUSE Signed-off-by: orbea riseup.net> Closes: https://github.com/gentoo/gentoo/pull/39697 Signed-off-by: Sam James gentoo.org> media-libs/speex/speex-1.2.1-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/speex/speex-1.2.1-r2.ebuild b/media-libs/speex/speex-1.2.1-r2.ebuild index 1381791341de..253c67a92fdf 100644 --- a/media-libs/speex/speex-1.2.1-r2.ebuild +++ b/media-libs/speex/speex-1.2.1-r2.ebuild @@ -12,6 +12,8 @@ DESCRIPTION="Audio compression format designed for speech" HOMEPAGE="https://www.speex.org/" SRC_URI="https://downloads.xiph.org/releases/speex/${MY_P}.tar.gz" +S="${WORKDIR}/${MY_P}" + LICENSE="BSD" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" @@ -28,8 +30,6 @@ DEPEND=" " BDEPEND="virtual/pkgconfig" -S="${WORKDIR}/${MY_P}" - PATCHES=( "${FILESDIR}"/${PN}-1.2.0-configure.patch "${FILESDIR}"/${P}-vla-detection.patch