diff options
author | Tim Harder <radhermit@gentoo.org> | 2017-10-01 23:27:29 -0500 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2017-10-01 23:27:29 -0500 |
commit | 83c1cfeb5103df517b9b8c01718a12d1aa8ea183 (patch) | |
tree | 8566cc7b2ce315558dca1f16bfdffc176421bb91 /app-mobilephone | |
parent | dev-embedded/u-boot-tools: version bump to 2017.09 (diff) | |
download | gentoo-83c1cfeb5103df517b9b8c01718a12d1aa8ea183.tar.gz gentoo-83c1cfeb5103df517b9b8c01718a12d1aa8ea183.tar.bz2 gentoo-83c1cfeb5103df517b9b8c01718a12d1aa8ea183.zip |
app-mobilephone/dfu-util: stabilize 0.9 for amd64/x86
Diffstat (limited to 'app-mobilephone')
-rw-r--r-- | app-mobilephone/dfu-util/dfu-util-0.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-mobilephone/dfu-util/dfu-util-0.9.ebuild b/app-mobilephone/dfu-util/dfu-util-0.9.ebuild index 9c3ac27b12b1..e0eaa1553ad5 100644 --- a/app-mobilephone/dfu-util/dfu-util-0.9.ebuild +++ b/app-mobilephone/dfu-util/dfu-util-0.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -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 x86" fi DESCRIPTION="implements the Host (PC) side of the USB DFU (Device Firmware Upgrade) protocol" |