From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7BB9F1382C5 for ; Wed, 14 Feb 2018 15:55:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47FFAE09DD; Wed, 14 Feb 2018 15:55:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2BE90E09D9 for ; Wed, 14 Feb 2018 15:55:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C3816335C9A for ; Wed, 14 Feb 2018 13:29:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 515F3213 for ; Wed, 14 Feb 2018 13:29:47 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1518614947.30ce8a4b936ea92168714b4e46eefa01f4eff35e.perfinion@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/exfat-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/exfat-utils/exfat-utils-1.2.8.ebuild X-VCS-Directories: sys-fs/exfat-utils/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 30ce8a4b936ea92168714b4e46eefa01f4eff35e X-VCS-Branch: master Date: Wed, 14 Feb 2018 13:29:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0b164f97-cf67-4a74-aad7-0be79a6e9d54 X-Archives-Hash: 84ba6ef5b2188f6be4bbc08f9d0e1f6f commit: 30ce8a4b936ea92168714b4e46eefa01f4eff35e Author: Jason Zaman gentoo org> AuthorDate: Wed Feb 14 13:18:00 2018 +0000 Commit: Jason Zaman gentoo org> CommitDate: Wed Feb 14 13:29:07 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30ce8a4b sys-fs/exfat-utils: amd64 stable Gentoo-bug: 646674 Package-Manager: Portage-2.3.19, Repoman-2.3.6 sys-fs/exfat-utils/exfat-utils-1.2.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/exfat-utils/exfat-utils-1.2.8.ebuild b/sys-fs/exfat-utils/exfat-utils-1.2.8.ebuild index 8477a98fcf9..3eefa5a511c 100644 --- a/sys-fs/exfat-utils/exfat-utils-1.2.8.ebuild +++ b/sys-fs/exfat-utils/exfat-utils-1.2.8.ebuild @@ -10,7 +10,7 @@ SRC_URI="https://github.com/relan/exfat/releases/download/v${PV}/${P}.tar.gz" # COPYING is GPL-2 but ChangeLog says "Relicensed the project from GPLv3+ to GPLv2+" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~arm-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~arm-linux ~x86-linux" DOCS=( ChangeLog )