diff options
author | Sam James (sam_c) <sam@cmpct.info> | 2020-06-22 05:03:42 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2020-06-22 22:02:40 +0300 |
commit | aaf8502f3feb9d9fb6feb6c3b7fa2debe281782b (patch) | |
tree | 0ad643673eff86bde33bcb4ae067a106762f3044 /media-libs | |
parent | media-tv/linuxtv-dvb-apps: arm64 keyworded (bug #722280) (diff) | |
download | gentoo-aaf8502f3feb9d9fb6feb6c3b7fa2debe281782b.tar.gz gentoo-aaf8502f3feb9d9fb6feb6c3b7fa2debe281782b.tar.bz2 gentoo-aaf8502f3feb9d9fb6feb6c3b7fa2debe281782b.zip |
media-libs/libhdhomerun: arm64 keyworded (bug #722280)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c) <sam@cmpct.info>
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libhdhomerun/libhdhomerun-20190621.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/libhdhomerun/libhdhomerun-20190621.ebuild b/media-libs/libhdhomerun/libhdhomerun-20190621.ebuild index 6ce4dafdd0c8..0d2414e0360f 100644 --- a/media-libs/libhdhomerun/libhdhomerun-20190621.ebuild +++ b/media-libs/libhdhomerun/libhdhomerun-20190621.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 @@ -11,7 +11,7 @@ SRC_URI="https://download.silicondust.com/hdhomerun/${PN}_${PV}.tgz" LICENSE="LGPL-2.1+" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" PATCHES=( "${FILESDIR}/${PV}-use_shared_library.patch" |