media-libs/speex: fix variable S should occur before IUSE

Signed-off-by: orbea <orbea@riseup.net>
Closes: https://github.com/gentoo/gentoo/pull/39697
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
orbea
2024-12-12 06:54:17 -08:00
committed by Sam James
parent ed53056f33
commit 4d9b0a72e1

View File

@@ -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