diff options
author | Yixun Lan <dlan@gentoo.org> | 2022-03-03 21:52:20 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2022-03-03 23:13:05 +0800 |
commit | 2f138fb4e33a9c5f7677dd16b3f5a23b5a1639a6 (patch) | |
tree | db2a54f90d417f6bf501088bffdc2613dd61b85a /app-mobilephone | |
parent | net-mail/fetchmail: keyword ~riscv (diff) | |
download | gentoo-2f138fb4e33a9c5f7677dd16b3f5a23b5a1639a6.tar.gz gentoo-2f138fb4e33a9c5f7677dd16b3f5a23b5a1639a6.tar.bz2 gentoo-2f138fb4e33a9c5f7677dd16b3f5a23b5a1639a6.zip |
app-mobilephone/dfu-util: keyword ~riscv
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'app-mobilephone')
-rw-r--r-- | app-mobilephone/dfu-util/dfu-util-0.11.ebuild | 4 | ||||
-rw-r--r-- | app-mobilephone/dfu-util/dfu-util-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 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" diff --git a/app-mobilephone/dfu-util/dfu-util-9999.ebuild b/app-mobilephone/dfu-util/dfu-util-9999.ebuild index 0f4c6cd5a619..a8be280fc8fb 100644 --- a/app-mobilephone/dfu-util/dfu-util-9999.ebuild +++ b/app-mobilephone/dfu-util/dfu-util-9999.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 ~x86" + KEYWORDS="~amd64 ~riscv ~x86" fi DESCRIPTION="implements the Host (PC) side of the USB DFU (Device Firmware Upgrade) protocol" |