diff options
author | Sam James <sam@gentoo.org> | 2022-05-19 03:00:11 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-19 03:00:52 +0000 |
commit | 2114900ce65a8fe7ccffdf653462864be8ebe13e (patch) | |
tree | e77530c2a757e71458e443e6a9125eb341b8acce /media-libs/xine-lib | |
parent | dev-python/kazoo: enable py3.10 (diff) | |
download | gentoo-2114900ce65a8fe7ccffdf653462864be8ebe13e.tar.gz gentoo-2114900ce65a8fe7ccffdf653462864be8ebe13e.tar.bz2 gentoo-2114900ce65a8fe7ccffdf653462864be8ebe13e.zip |
media-libs/xine-lib: mask crashing version (1.2.12)
Bug: https://bugs.gentoo.org/845396
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/xine-lib')
-rw-r--r-- | media-libs/xine-lib/xine-lib-1.2.12-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/xine-lib/xine-lib-1.2.12-r1.ebuild b/media-libs/xine-lib/xine-lib-1.2.12-r1.ebuild index b25bf07dcef8..29f22fbfac90 100644 --- a/media-libs/xine-lib/xine-lib-1.2.12-r1.ebuild +++ b/media-libs/xine-lib/xine-lib-1.2.12-r1.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == *9999* ]]; then NLS_DEPEND="sys-devel/gettext" NLS_RDEPEND="virtual/libintl" else - KEYWORDS="amd64 arm64 ~hppa ppc ppc64 ~riscv x86" + KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86" SRC_URI="mirror://sourceforge/xine/${P}.tar.xz" NLS_IUSE="nls" NLS_DEPEND="nls? ( sys-devel/gettext )" |