diff options
author | Alexis Ballier <aballier@gentoo.org> | 2019-02-19 12:36:27 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2019-02-19 12:36:36 +0100 |
commit | 41c86831a378f9080281ee366616801724266195 (patch) | |
tree | 828a337d79cda0d62d2dc218ac5e0aa0e25182f5 /net-libs/srt | |
parent | profiles: Add ACCEPT_LICENSE to info_vars. (diff) | |
download | gentoo-41c86831a378f9080281ee366616801724266195.tar.gz gentoo-41c86831a378f9080281ee366616801724266195.tar.bz2 gentoo-41c86831a378f9080281ee366616801724266195.zip |
net-libs/srt: keyword ~arm64
Package-Manager: Portage-2.3.61, Repoman-2.3.12
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'net-libs/srt')
-rw-r--r-- | net-libs/srt/srt-1.3.1-r1.ebuild | 4 | ||||
-rw-r--r-- | net-libs/srt/srt-9999.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-libs/srt/srt-1.3.1-r1.ebuild b/net-libs/srt/srt-1.3.1-r1.ebuild index c52840923895..4233da5f8f4a 100644 --- a/net-libs/srt/srt-1.3.1-r1.ebuild +++ b/net-libs/srt/srt-1.3.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]] ; then inherit git-r3 else SRC_URI="https://github.com/Haivision/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 -sparc ~x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 -sparc ~x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos" fi LICENSE="LGPL-2.1" diff --git a/net-libs/srt/srt-9999.ebuild b/net-libs/srt/srt-9999.ebuild index 7cdc3dc723e8..2de86652d528 100644 --- a/net-libs/srt/srt-9999.ebuild +++ b/net-libs/srt/srt-9999.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]] ; then inherit git-r3 else SRC_URI="https://github.com/Haivision/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 -sparc ~x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 -sparc ~x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos" fi LICENSE="LGPL-2.1" |