diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-02-25 14:52:34 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-02-25 14:52:34 +0100 |
commit | 8cbbae75087b9979df85e7d085f3f218a23be5ba (patch) | |
tree | c1bedf0e7c8b2d08433f93ab0ad5fc2ab2978224 /media-libs | |
parent | net-mail/mu: x86 stable wrt bug #772167 (diff) | |
download | gentoo-8cbbae75087b9979df85e7d085f3f218a23be5ba.tar.gz gentoo-8cbbae75087b9979df85e7d085f3f218a23be5ba.tar.bz2 gentoo-8cbbae75087b9979df85e7d085f3f218a23be5ba.zip |
media-libs/libdvbcsa: x86 stable wrt bug #772203
Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'media-libs')
-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 7f8e54937aec..08668631929a 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-2020 Gentoo Authors +# Copyright 1999-2021 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 ~arm64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 x86" LICENSE="GPL-2" SLOT="0" IUSE="debug cpu_flags_x86_mmx cpu_flags_x86_sse2 static-libs" |