diff options
author | Francisco Javier Félix <web@inode64.com> | 2022-10-28 13:48:50 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-24 07:17:41 +0000 |
commit | 5214ce62e34131c69aed844045b586afb09d0ab5 (patch) | |
tree | 1a6014f787ee36041f934de0a30b1af728e33ccb /media-libs/flac | |
parent | www-apps/gitea: add 1.17.4 (diff) | |
download | gentoo-5214ce62e34131c69aed844045b586afb09d0ab5.tar.gz gentoo-5214ce62e34131c69aed844045b586afb09d0ab5.tar.bz2 gentoo-5214ce62e34131c69aed844045b586afb09d0ab5.zip |
media-libs/flac: remove bdepend of nasm
In the last version flac remove all pure assembler, removing build dependency on nasm
See changelog in: https://xiph.org/flac/changelog.html
Signed-off-by: Francisco Javier Félix <web@inode64.com>
Closes: https://github.com/gentoo/gentoo/pull/28001
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/flac')
-rw-r--r-- | media-libs/flac/flac-1.4.2-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/media-libs/flac/flac-1.4.2-r1.ebuild b/media-libs/flac/flac-1.4.2-r1.ebuild index df75f0e6829f..4723fe2613ba 100644 --- a/media-libs/flac/flac-1.4.2-r1.ebuild +++ b/media-libs/flac/flac-1.4.2-r1.ebuild @@ -25,8 +25,7 @@ DEPEND="${RDEPEND}" BDEPEND=" app-arch/xz-utils sys-devel/gettext - virtual/pkgconfig - abi_x86_32? ( dev-lang/nasm )" + virtual/pkgconfig" PATCHES=( "${FILESDIR}"/${PN}-1.4.2-macro-wstrict-prototypes.patch |