commit: 83c1cfeb5103df517b9b8c01718a12d1aa8ea183
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 2 04:27:29 2017 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Mon Oct 2 04:27:29 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83c1cfeb
app-mobilephone/dfu-util: stabilize 0.9 for amd64/x86
app-mobilephone/dfu-util/dfu-util-0.9.ebuild | 4 ++--
1 file 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 9c3ac27b12b..e0eaa1553ad 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"