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 17137138334 for ; Fri, 12 Oct 2018 13:30:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2BFD7E09F5; Fri, 12 Oct 2018 13:30:46 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 03EF5E09F5 for ; Fri, 12 Oct 2018 13:30:45 +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 811B3335CEB for ; Fri, 12 Oct 2018 13:30:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C79033E1 for ; Fri, 12 Oct 2018 13:30:41 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1539351036.3a597106dc7275e42aaaea9e9544bf8fd18e6d14.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/f2fs-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/f2fs-tools/f2fs-tools-1.11.0-r1.ebuild X-VCS-Directories: sys-fs/f2fs-tools/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 3a597106dc7275e42aaaea9e9544bf8fd18e6d14 X-VCS-Branch: master Date: Fri, 12 Oct 2018 13:30:41 +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: 37ca9d71-ba95-459c-9007-2477dd90314d X-Archives-Hash: e6c642b85f4b813a0234cb2a681cb73d commit: 3a597106dc7275e42aaaea9e9544bf8fd18e6d14 Author: Mikle Kolyada gentoo org> AuthorDate: Fri Oct 12 13:30:19 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Fri Oct 12 13:30:36 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a597106 sys-fs/f2fs-tools: Mark stable Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 sys-fs/f2fs-tools/f2fs-tools-1.11.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-fs/f2fs-tools/f2fs-tools-1.11.0-r1.ebuild b/sys-fs/f2fs-tools/f2fs-tools-1.11.0-r1.ebuild index 700844feff8..7d9f76759f8 100644 --- a/sys-fs/f2fs-tools/f2fs-tools-1.11.0-r1.ebuild +++ b/sys-fs/f2fs-tools/f2fs-tools-1.11.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~zlogene/distfiles/${CATEGORY}/${PN}/${P}.tar.gz LICENSE="GPL-2" SLOT="0/5" -KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 arm ~arm64 ~mips ppc ppc64 x86" IUSE="selinux" RDEPEND="selinux? ( sys-libs/libselinux )"