diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-07-24 16:50:04 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-07-24 16:56:11 -0400 |
commit | 8039dfa0b30c8ee986eaf35dc55a958ac9e0ee01 (patch) | |
tree | 63fbf5eca06bdd6ba195019dfed698242af75814 /media-libs/xine-lib | |
parent | media-libs/libdvdnav: arm64 stable (diff) | |
download | gentoo-8039dfa0b30c8ee986eaf35dc55a958ac9e0ee01.tar.gz gentoo-8039dfa0b30c8ee986eaf35dc55a958ac9e0ee01.tar.bz2 gentoo-8039dfa0b30c8ee986eaf35dc55a958ac9e0ee01.zip |
media-libs/xine-lib: arm64 stable
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="arm64"
Diffstat (limited to 'media-libs/xine-lib')
-rw-r--r-- | media-libs/xine-lib/xine-lib-1.2.9-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/xine-lib/xine-lib-1.2.9-r2.ebuild b/media-libs/xine-lib/xine-lib-1.2.9-r2.ebuild index ffafb74e6957..d0dac86ff295 100644 --- a/media-libs/xine-lib/xine-lib-1.2.9-r2.ebuild +++ b/media-libs/xine-lib/xine-lib-1.2.9-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ if [[ ${PV} == *9999* ]]; then NLS_DEPEND="sys-devel/gettext" NLS_RDEPEND="virtual/libintl" else - KEYWORDS="amd64 ~arm64 ~hppa ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd" + KEYWORDS="amd64 arm64 ~hppa ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd" SRC_URI="mirror://sourceforge/xine/${P}.tar.xz" NLS_IUSE="nls" NLS_DEPEND="nls? ( sys-devel/gettext )" |