Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/dfu-util/
Date: Thu, 03 Mar 2022 15:14:15
Message-Id: 1646320385.2f138fb4e33a9c5f7677dd16b3f5a23b5a1639a6.dlan@gentoo
1 commit: 2f138fb4e33a9c5f7677dd16b3f5a23b5a1639a6
2 Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 3 13:52:20 2022 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 3 15:13:05 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f138fb4
7
8 app-mobilephone/dfu-util: keyword ~riscv
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
12
13 app-mobilephone/dfu-util/dfu-util-0.11.ebuild | 4 ++--
14 app-mobilephone/dfu-util/dfu-util-9999.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/app-mobilephone/dfu-util/dfu-util-0.11.ebuild b/app-mobilephone/dfu-util/dfu-util-0.11.ebuild
18 index 438ec96ffeef..7b6de0cc3ff0 100644
19 --- a/app-mobilephone/dfu-util/dfu-util-0.11.ebuild
20 +++ b/app-mobilephone/dfu-util/dfu-util-0.11.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=8
27 @@ -8,7 +8,7 @@ if [[ ${PV} == *9999 ]] ; then
28 inherit autotools git-r3
29 else
30 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
31 - KEYWORDS="amd64 ~arm64 x86"
32 + KEYWORDS="amd64 ~arm64 ~riscv x86"
33 fi
34
35 DESCRIPTION="implements the Host (PC) side of the USB DFU (Device Firmware Upgrade) protocol"
36
37 diff --git a/app-mobilephone/dfu-util/dfu-util-9999.ebuild b/app-mobilephone/dfu-util/dfu-util-9999.ebuild
38 index 0f4c6cd5a619..a8be280fc8fb 100644
39 --- a/app-mobilephone/dfu-util/dfu-util-9999.ebuild
40 +++ b/app-mobilephone/dfu-util/dfu-util-9999.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2021 Gentoo Authors
43 +# Copyright 1999-2022 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=8
47 @@ -8,7 +8,7 @@ if [[ ${PV} == *9999 ]] ; then
48 inherit autotools git-r3
49 else
50 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
51 - KEYWORDS="~amd64 ~x86"
52 + KEYWORDS="~amd64 ~riscv ~x86"
53 fi
54
55 DESCRIPTION="implements the Host (PC) side of the USB DFU (Device Firmware Upgrade) protocol"