Skip to content

Commit

Permalink
app-mobilephone/dfu-util: stabilize 0.9 for amd64/x86
Browse files Browse the repository at this point in the history
  • Loading branch information
radhermit committed Oct 2, 2017
1 parent 1ee9693 commit 83c1cfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app-mobilephone/dfu-util/dfu-util-0.9.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"
Expand Down

0 comments on commit 83c1cfe

Please sign in to comment.