diff options
author | Sam James (sam_c) <sam@cmpct.info> | 2020-06-22 05:00:18 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2020-06-22 22:02:39 +0300 |
commit | c96eba62690d239aa0f4dfce3b6387264518b820 (patch) | |
tree | 8df3ef8ce3617f6771bae21e569c9b5ffb7ad25c /media-libs/libdvbcsa | |
parent | app-text/djvu: arm64 stable (bug #536720) (diff) | |
download | gentoo-c96eba62690d239aa0f4dfce3b6387264518b820.tar.gz gentoo-c96eba62690d239aa0f4dfce3b6387264518b820.tar.bz2 gentoo-c96eba62690d239aa0f4dfce3b6387264518b820.zip |
media-libs/libdvbcsa: arm64 keyworded (bug #722280)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c) <sam@cmpct.info>
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'media-libs/libdvbcsa')
-rw-r--r-- | media-libs/libdvbcsa/libdvbcsa-1.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/libdvbcsa/libdvbcsa-1.1.0.ebuild b/media-libs/libdvbcsa/libdvbcsa-1.1.0.ebuild index 8c96eb334aa0..7f8e54937aec 100644 --- a/media-libs/libdvbcsa/libdvbcsa-1.1.0.ebuild +++ b/media-libs/libdvbcsa/libdvbcsa-1.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ DESCRIPTION="Free implementation of the DVB Common Scrambling Algorithm - DVB/CS HOMEPAGE="https://www.videolan.org/developers/libdvbcsa.html" SRC_URI="https://download.videolan.org/pub/videolan/${PN}/${PV}/${P}.tar.gz" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" LICENSE="GPL-2" SLOT="0" IUSE="debug cpu_flags_x86_mmx cpu_flags_x86_sse2 static-libs" |