commit: 4d9b0a72e1943a216e8f0ceb08d8057bea0af072 Author: orbea <orbea <AT> riseup <DOT> net> AuthorDate: Thu Dec 12 14:54:17 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> 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 <orbea <AT> riseup.net> Closes: https://github.com/gentoo/gentoo/pull/39697 Signed-off-by: Sam James <sam <AT> 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