Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/srt/
Date: Tue, 19 Feb 2019 11:37:13
Message-Id: 1550576196.41c86831a378f9080281ee366616801724266195.aballier@gentoo
1 commit: 41c86831a378f9080281ee366616801724266195
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 19 11:36:27 2019 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 19 11:36:36 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41c86831
7
8 net-libs/srt: keyword ~arm64
9
10 Package-Manager: Portage-2.3.61, Repoman-2.3.12
11 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
12
13 net-libs/srt/srt-1.3.1-r1.ebuild | 4 ++--
14 net-libs/srt/srt-9999.ebuild | 2 +-
15 2 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/net-libs/srt/srt-1.3.1-r1.ebuild b/net-libs/srt/srt-1.3.1-r1.ebuild
18 index c5284092389..4233da5f8f4 100644
19 --- a/net-libs/srt/srt-1.3.1-r1.ebuild
20 +++ b/net-libs/srt/srt-1.3.1-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Authors
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]] ; then
28 inherit git-r3
29 else
30 SRC_URI="https://github.com/Haivision/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
31 - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 -sparc ~x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos"
32 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 -sparc ~x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos"
33 fi
34
35 LICENSE="LGPL-2.1"
36
37 diff --git a/net-libs/srt/srt-9999.ebuild b/net-libs/srt/srt-9999.ebuild
38 index 7cdc3dc723e..2de86652d52 100644
39 --- a/net-libs/srt/srt-9999.ebuild
40 +++ b/net-libs/srt/srt-9999.ebuild
41 @@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]] ; then
42 inherit git-r3
43 else
44 SRC_URI="https://github.com/Haivision/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
45 - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 -sparc ~x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos"
46 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 -sparc ~x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos"
47 fi
48
49 LICENSE="LGPL-2.1"