diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-07-24 16:49:34 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-07-24 16:56:10 -0400 |
commit | 1e91388bc9c9e5e098899edd048f50cffc4d086f (patch) | |
tree | 70de2a912baf55cafed6b187bb42ae58ff72bca6 /media-libs/libdvdnav | |
parent | dev-libs/libxdg-basedir: arm64 stable (diff) | |
download | gentoo-1e91388bc9c9e5e098899edd048f50cffc4d086f.tar.gz gentoo-1e91388bc9c9e5e098899edd048f50cffc4d086f.tar.bz2 gentoo-1e91388bc9c9e5e098899edd048f50cffc4d086f.zip |
media-libs/libdvdnav: 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/libdvdnav')
-rw-r--r-- | media-libs/libdvdnav/libdvdnav-6.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/libdvdnav/libdvdnav-6.0.0.ebuild b/media-libs/libdvdnav/libdvdnav-6.0.0.ebuild index 86543cb79115..a2b8131348e8 100644 --- a/media-libs/libdvdnav/libdvdnav-6.0.0.ebuild +++ b/media-libs/libdvdnav/libdvdnav-6.0.0.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 EGIT_REPO_URI="https://code.videolan.org/videolan/libdvdnav.git" else SRC_URI="https://downloads.videolan.org/pub/videolan/libdvdnav/${PV}/${P}.tar.bz2" - KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" + KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" fi LICENSE="GPL-2" |