commit:     04e592d73c54f5046936e91943578119039ffe32
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  2 17:48:53 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jan  2 17:48:53 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04e592d7

media-libs/xvid: remove freebsd-libc

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 media-libs/xvid/xvid-1.3.7.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/media-libs/xvid/xvid-1.3.7.ebuild 
b/media-libs/xvid/xvid-1.3.7.ebuild
index 9ac9a9213f3b..d1c7b23c02e1 100644
--- a/media-libs/xvid/xvid-1.3.7.ebuild
+++ b/media-libs/xvid/xvid-1.3.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,7 +14,7 @@ SRC_URI="https://downloads.xvid.com/downloads/${MY_P}.tar.bz2";
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
-IUSE="elibc_FreeBSD examples pic +threads"
+IUSE="examples pic +threads"
 
 NASM=">=dev-lang/nasm-2"
 YASM=">=dev-lang/yasm-1"
@@ -47,7 +47,6 @@ src_prepare() {
 
 multilib_src_configure() {
        use sparc && append-cflags -mno-vis #357149
-       use elibc_FreeBSD && export ac_cv_prog_ac_yasm=no #477736
 
        local myconf=( $(use_enable threads pthread) )
        if use pic || [[ ${ABI} == "x32" ]] ; then #421841

Reply via email to