diff options
author | David Seifert <soap@gentoo.org> | 2022-01-05 11:01:28 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-01-05 11:01:28 +0100 |
commit | a8cfcf2d125ed83b292f31134dd4a59d4dd7e15a (patch) | |
tree | 2f8562254b6a625f62c073a76b5ba21c06b34bc8 /media-video/x264-encoder | |
parent | media-video/mplayer: remove x86-fbsd (diff) | |
download | gentoo-a8cfcf2d125ed83b292f31134dd4a59d4dd7e15a.tar.gz gentoo-a8cfcf2d125ed83b292f31134dd4a59d4dd7e15a.tar.bz2 gentoo-a8cfcf2d125ed83b292f31134dd4a59d4dd7e15a.zip |
media-video/x264-encoder: remove x86-fbsd
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'media-video/x264-encoder')
-rw-r--r-- | media-video/x264-encoder/x264-encoder-0.0.20190903.ebuild | 5 | ||||
-rw-r--r-- | media-video/x264-encoder/x264-encoder-9999.ebuild | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/media-video/x264-encoder/x264-encoder-0.0.20190903.ebuild b/media-video/x264-encoder/x264-encoder-0.0.20190903.ebuild index 8c3910308498..cb6f65632011 100644 --- a/media-video/x264-encoder/x264-encoder-0.0.20190903.ebuild +++ b/media-video/x264-encoder/x264-encoder-0.0.20190903.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 @@ -33,8 +33,7 @@ RDEPEND=" ASM_DEP=">=dev-lang/nasm-2.13" DEPEND="${RDEPEND} amd64? ( ${ASM_DEP} ) - x86? ( ${ASM_DEP} ) - x86-fbsd? ( ${ASM_DEP} )" + x86? ( ${ASM_DEP} )" BDEPEND="virtual/pkgconfig" PATCHES=( "${FILESDIR}/gpac.patch" ) diff --git a/media-video/x264-encoder/x264-encoder-9999.ebuild b/media-video/x264-encoder/x264-encoder-9999.ebuild index 13b167268ffb..2596cb3a87e1 100644 --- a/media-video/x264-encoder/x264-encoder-9999.ebuild +++ b/media-video/x264-encoder/x264-encoder-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -33,8 +33,7 @@ RDEPEND=" ASM_DEP=">=dev-lang/nasm-2.13" DEPEND="${RDEPEND} amd64? ( ${ASM_DEP} ) - x86? ( ${ASM_DEP} ) - x86-fbsd? ( ${ASM_DEP} )" + x86? ( ${ASM_DEP} )" BDEPEND="virtual/pkgconfig" PATCHES=( "${FILESDIR}/gpac.patch" ) |