summaryrefslogtreecommitdiff
path: root/app-mobilephone/dfu-util/dfu-util-0.11.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-mobilephone/dfu-util/dfu-util-0.11.ebuild')
-rw-r--r--app-mobilephone/dfu-util/dfu-util-0.11.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-mobilephone/dfu-util/dfu-util-0.11.ebuild b/app-mobilephone/dfu-util/dfu-util-0.11.ebuild
index 438ec96ffeef..7b6de0cc3ff0 100644
--- a/app-mobilephone/dfu-util/dfu-util-0.11.ebuild
+++ b/app-mobilephone/dfu-util/dfu-util-0.11.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -8,7 +8,7 @@ if [[ ${PV} == *9999 ]] ; then
inherit autotools git-r3
else
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
- KEYWORDS="amd64 ~arm64 x86"
+ KEYWORDS="amd64 ~arm64 ~riscv x86"
fi
DESCRIPTION="implements the Host (PC) side of the USB DFU (Device Firmware Upgrade) protocol"