diff options
author | Sam James <sam@gentoo.org> | 2024-06-06 02:57:51 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-06-06 02:57:51 +0100 |
commit | 4edc9066b9801f7c659614de6797df39deed1e34 (patch) | |
tree | 8783a198d3987ed2fdd68a4c066766dc8db92ec5 /app-mobilephone | |
parent | x11-misc/xwallpaper: Stabilize 0.7.4 arm64, #909810 (diff) | |
download | gentoo-4edc9066b9801f7c659614de6797df39deed1e34.tar.gz gentoo-4edc9066b9801f7c659614de6797df39deed1e34.tar.bz2 gentoo-4edc9066b9801f7c659614de6797df39deed1e34.zip |
app-mobilephone/dfu-util: Stabilize 0.11 arm64, #922176
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-mobilephone')
-rw-r--r-- | app-mobilephone/dfu-util/dfu-util-0.11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-mobilephone/dfu-util/dfu-util-0.11.ebuild b/app-mobilephone/dfu-util/dfu-util-0.11.ebuild index 249559ac0820..93350d080235 100644 --- a/app-mobilephone/dfu-util/dfu-util-0.11.ebuild +++ b/app-mobilephone/dfu-util/dfu-util-0.11.ebuild @@ -8,7 +8,7 @@ if [[ ${PV} == *9999 ]] ; then inherit autotools git-r3 else SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz" - KEYWORDS="amd64 ~arm64 ~riscv x86" + KEYWORDS="amd64 arm64 ~riscv x86" fi DESCRIPTION="implements the Host (PC) side of the USB DFU (Device Firmware Upgrade) protocol" |