Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/dfu-util/
Date: Mon, 02 Oct 2017 04:28:54
Message-Id: 1506918449.83c1cfeb5103df517b9b8c01718a12d1aa8ea183.radhermit@gentoo
1 commit: 83c1cfeb5103df517b9b8c01718a12d1aa8ea183
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 2 04:27:29 2017 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 2 04:27:29 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83c1cfeb
7
8 app-mobilephone/dfu-util: stabilize 0.9 for amd64/x86
9
10 app-mobilephone/dfu-util/dfu-util-0.9.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/app-mobilephone/dfu-util/dfu-util-0.9.ebuild b/app-mobilephone/dfu-util/dfu-util-0.9.ebuild
14 index 9c3ac27b12b..e0eaa1553ad 100644
15 --- a/app-mobilephone/dfu-util/dfu-util-0.9.ebuild
16 +++ b/app-mobilephone/dfu-util/dfu-util-0.9.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2016 Gentoo Foundation
19 +# Copyright 1999-2017 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=6
23 @@ -8,7 +8,7 @@ if [[ ${PV} == "9999" ]] ; then
24 inherit autotools git-r3
25 else
26 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
27 - KEYWORDS="~amd64 ~x86"
28 + KEYWORDS="amd64 x86"
29 fi
30
31 DESCRIPTION="implements the Host (PC) side of the USB DFU (Device Firmware Upgrade) protocol"