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 D925F138335 for ; Mon, 1 Apr 2019 19:58:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C15FCE0858; Mon, 1 Apr 2019 19:58:17 +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 99E69E0858 for ; Mon, 1 Apr 2019 19:58:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 1BF7F335CF4 for ; Mon, 1 Apr 2019 19:58:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D657559 for ; Mon, 1 Apr 2019 19:58:14 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1554148661.5ecba72e524862664479e64cff4429874ad61616.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/fuse-exfat/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/fuse-exfat/fuse-exfat-1.3.0.ebuild X-VCS-Directories: sys-fs/fuse-exfat/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 5ecba72e524862664479e64cff4429874ad61616 X-VCS-Branch: master Date: Mon, 1 Apr 2019 19:58:14 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c80fd37f-90ce-45a0-9fbe-047573dfa875 X-Archives-Hash: 22ae8f79ac5855e5fb8d98a4eab81141 commit: 5ecba72e524862664479e64cff4429874ad61616 Author: Thomas Deutschmann gentoo org> AuthorDate: Mon Apr 1 19:43:24 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Mon Apr 1 19:57:41 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ecba72e sys-fs/fuse-exfat: x86 stable (bug #681536) Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann gentoo.org> sys-fs/fuse-exfat/fuse-exfat-1.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/fuse-exfat/fuse-exfat-1.3.0.ebuild b/sys-fs/fuse-exfat/fuse-exfat-1.3.0.ebuild index 9b71ea2f581..8af0429633c 100644 --- a/sys-fs/fuse-exfat/fuse-exfat-1.3.0.ebuild +++ b/sys-fs/fuse-exfat/fuse-exfat-1.3.0.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 ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-linux" RDEPEND="sys-fs/fuse:0" DEPEND="${RDEPEND}"