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-video/x264-encoder/
Date: Wed, 05 Jan 2022 10:01:58
Message-Id: 1641376888.a8cfcf2d125ed83b292f31134dd4a59d4dd7e15a.soap@gentoo
1 commit: a8cfcf2d125ed83b292f31134dd4a59d4dd7e15a
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 5 10:01:28 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 5 10:01:28 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8cfcf2d
7
8 media-video/x264-encoder: remove x86-fbsd
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 media-video/x264-encoder/x264-encoder-0.0.20190903.ebuild | 5 ++---
13 media-video/x264-encoder/x264-encoder-9999.ebuild | 5 ++---
14 2 files changed, 4 insertions(+), 6 deletions(-)
15
16 diff --git a/media-video/x264-encoder/x264-encoder-0.0.20190903.ebuild b/media-video/x264-encoder/x264-encoder-0.0.20190903.ebuild
17 index 8c3910308498..cb6f65632011 100644
18 --- a/media-video/x264-encoder/x264-encoder-0.0.20190903.ebuild
19 +++ b/media-video/x264-encoder/x264-encoder-0.0.20190903.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -33,8 +33,7 @@ RDEPEND="
27 ASM_DEP=">=dev-lang/nasm-2.13"
28 DEPEND="${RDEPEND}
29 amd64? ( ${ASM_DEP} )
30 - x86? ( ${ASM_DEP} )
31 - x86-fbsd? ( ${ASM_DEP} )"
32 + x86? ( ${ASM_DEP} )"
33 BDEPEND="virtual/pkgconfig"
34
35 PATCHES=( "${FILESDIR}/gpac.patch" )
36
37 diff --git a/media-video/x264-encoder/x264-encoder-9999.ebuild b/media-video/x264-encoder/x264-encoder-9999.ebuild
38 index 13b167268ffb..2596cb3a87e1 100644
39 --- a/media-video/x264-encoder/x264-encoder-9999.ebuild
40 +++ b/media-video/x264-encoder/x264-encoder-9999.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2020 Gentoo Authors
43 +# Copyright 1999-2022 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=7
47 @@ -33,8 +33,7 @@ RDEPEND="
48 ASM_DEP=">=dev-lang/nasm-2.13"
49 DEPEND="${RDEPEND}
50 amd64? ( ${ASM_DEP} )
51 - x86? ( ${ASM_DEP} )
52 - x86-fbsd? ( ${ASM_DEP} )"
53 + x86? ( ${ASM_DEP} )"
54 BDEPEND="virtual/pkgconfig"
55
56 PATCHES=( "${FILESDIR}/gpac.patch" )