Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libhdhomerun/
Date: Sat, 27 Jun 2020 20:41:53
Message-Id: 1593290501.2795f765a1f209fbe712e229ffc16cc622ea33c6.leio@gentoo
1 commit: 2795f765a1f209fbe712e229ffc16cc622ea33c6
2 Author: Sam James (sam_c) <sam <AT> cmpct <DOT> info>
3 AuthorDate: Fri Jun 26 23:49:10 2020 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 27 20:41:41 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2795f765
7
8 media-libs/libhdhomerun: arm64 keyworded (bug #722280)
9
10 Keyword was dropped on bump, presumably because of when
11 the cp of the old ebuild occurred.
12
13 Package-Manager: Portage-2.3.99, Repoman-2.3.22
14 Signed-off-by: Sam James (sam_c) <sam <AT> cmpct.info>
15 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
16
17 media-libs/libhdhomerun/libhdhomerun-20200521.ebuild | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-)
19
20 diff --git a/media-libs/libhdhomerun/libhdhomerun-20200521.ebuild b/media-libs/libhdhomerun/libhdhomerun-20200521.ebuild
21 index 5e91bd25dfd..953fe13103b 100644
22 --- a/media-libs/libhdhomerun/libhdhomerun-20200521.ebuild
23 +++ b/media-libs/libhdhomerun/libhdhomerun-20200521.ebuild
24 @@ -11,7 +11,7 @@ SRC_URI="https://download.silicondust.com/hdhomerun/${PN}_${PV}.tgz"
25
26 LICENSE="LGPL-2.1+"
27 SLOT="0"
28 -KEYWORDS="~amd64 ~x86"
29 +KEYWORDS="~amd64 ~arm64 ~x86"
30
31 PATCHES=(
32 "${FILESDIR}/20190621-use_shared_library.patch"