mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user