diff options
author | Sam James <sam@gentoo.org> | 2021-11-09 21:33:48 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-11-09 21:33:48 +0000 |
commit | 9603b9b48f471ec9711dcf2383418d2986b3e93d (patch) | |
tree | 833aa86dbde4685c5d1c88eaaa4814c7430847b5 /app-mobilephone | |
parent | sci-libs/superlu: Stabilize 5.3.0 x86, #822606 (diff) | |
download | gentoo-9603b9b48f471ec9711dcf2383418d2986b3e93d.tar.gz gentoo-9603b9b48f471ec9711dcf2383418d2986b3e93d.tar.bz2 gentoo-9603b9b48f471ec9711dcf2383418d2986b3e93d.zip |
app-mobilephone/dfu-util: Stabilize 0.11 x86, #822603
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 a266d0a3b23a..438ec96ffeef 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="mirror://sourceforge/${PN}/${P}.tar.gz" - KEYWORDS="amd64 ~arm64 ~x86" + KEYWORDS="amd64 ~arm64 x86" fi DESCRIPTION="implements the Host (PC) side of the USB DFU (Device Firmware Upgrade) protocol" |