Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/xvid/
Date: Sun, 02 Jan 2022 17:49:43
Message-Id: 1641145733.04e592d73c54f5046936e91943578119039ffe32.soap@gentoo
1 commit: 04e592d73c54f5046936e91943578119039ffe32
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 2 17:48:53 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 2 17:48:53 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04e592d7
7
8 media-libs/xvid: remove freebsd-libc
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 media-libs/xvid/xvid-1.3.7.ebuild | 5 ++---
13 1 file changed, 2 insertions(+), 3 deletions(-)
14
15 diff --git a/media-libs/xvid/xvid-1.3.7.ebuild b/media-libs/xvid/xvid-1.3.7.ebuild
16 index 9ac9a9213f3b..d1c7b23c02e1 100644
17 --- a/media-libs/xvid/xvid-1.3.7.ebuild
18 +++ b/media-libs/xvid/xvid-1.3.7.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -14,7 +14,7 @@ SRC_URI="https://downloads.xvid.com/downloads/${MY_P}.tar.bz2"
26 LICENSE="GPL-2"
27 SLOT="0"
28 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
29 -IUSE="elibc_FreeBSD examples pic +threads"
30 +IUSE="examples pic +threads"
31
32 NASM=">=dev-lang/nasm-2"
33 YASM=">=dev-lang/yasm-1"
34 @@ -47,7 +47,6 @@ src_prepare() {
35
36 multilib_src_configure() {
37 use sparc && append-cflags -mno-vis #357149
38 - use elibc_FreeBSD && export ac_cv_prog_ac_yasm=no #477736
39
40 local myconf=( $(use_enable threads pthread) )
41 if use pic || [[ ${ABI} == "x32" ]] ; then #421841