Gentoo Archives: gentoo-commits

From: WANG Xuerui <xen0n@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libdvdnav/
Date: Sun, 28 Aug 2022 05:06:17
Message-Id: 1661663152.71be74ae09e0aaf51412cae548b3f3f068f95d32.xen0n@gentoo
1 commit: 71be74ae09e0aaf51412cae548b3f3f068f95d32
2 Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 28 03:52:53 2022 +0000
4 Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 28 05:05:52 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71be74ae
7
8 media-libs/libdvdnav: keyword 6.1.1 for ~loong
9
10 Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
11
12 media-libs/libdvdnav/libdvdnav-6.1.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/media-libs/libdvdnav/libdvdnav-6.1.1.ebuild b/media-libs/libdvdnav/libdvdnav-6.1.1.ebuild
16 index 4c004b8a2107..4ae5a2fa3b09 100644
17 --- a/media-libs/libdvdnav/libdvdnav-6.1.1.ebuild
18 +++ b/media-libs/libdvdnav/libdvdnav-6.1.1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -12,7 +12,7 @@ if [[ ${PV} = 9999 ]]; then
26 EGIT_REPO_URI="https://code.videolan.org/videolan/libdvdnav.git"
27 else
28 SRC_URI="https://downloads.videolan.org/pub/videolan/libdvdnav/${PV}/${P}.tar.bz2"
29 - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris"
30 + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris"
31 fi
32
33 LICENSE="GPL-2"