diff options
author | 2020-03-26 15:38:35 +0000 | |
---|---|---|
committer | 2020-03-26 15:38:35 +0000 | |
commit | 34ba96658b4aee13a14ae5dbb455d843466a0302 (patch) | |
tree | 95808a3cb8be4401cd8a4be03faf2f07c94b3973 /media-libs/libdvdnav/libdvdnav-6.0.1.ebuild | |
parent | 2020-03-26 15:10:22 UTC (diff) | |
parent | */*: Discontinue Gentoo SuperH port (diff) | |
download | gentoo-34ba96658b4aee13a14ae5dbb455d843466a0302.tar.gz gentoo-34ba96658b4aee13a14ae5dbb455d843466a0302.tar.bz2 gentoo-34ba96658b4aee13a14ae5dbb455d843466a0302.zip |
Merge updates from master
Diffstat (limited to 'media-libs/libdvdnav/libdvdnav-6.0.1.ebuild')
-rw-r--r-- | media-libs/libdvdnav/libdvdnav-6.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/libdvdnav/libdvdnav-6.0.1.ebuild b/media-libs/libdvdnav/libdvdnav-6.0.1.ebuild index ec07e6a8c918..945ffe1f209c 100644 --- a/media-libs/libdvdnav/libdvdnav-6.0.1.ebuild +++ b/media-libs/libdvdnav/libdvdnav-6.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" fi LICENSE="GPL-2" |