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 426E1138334 for ; Sun, 24 Nov 2019 03:38:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D45AE0784; Sun, 24 Nov 2019 03:38:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 C2A4BE0784 for ; Sun, 24 Nov 2019 03:37:59 +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 877E534D29D for ; Sun, 24 Nov 2019 03:37:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B68185C for ; Sun, 24 Nov 2019 03:37:57 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1574566664.f8e85bba31647a3c2ff02674b56bafaa74941796.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/udisks/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/udisks/udisks-2.8.4.ebuild X-VCS-Directories: sys-fs/udisks/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: f8e85bba31647a3c2ff02674b56bafaa74941796 X-VCS-Branch: master Date: Sun, 24 Nov 2019 03:37:57 +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: d7bb7538-bef7-4a55-965d-730d09d5df73 X-Archives-Hash: 5c660541e86fa592528f6500384e4ff8 commit: f8e85bba31647a3c2ff02674b56bafaa74941796 Author: Aaron Bauman gentoo org> AuthorDate: Sun Nov 24 03:37:44 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun Nov 24 03:37:44 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8e85bba sys-fs/udisks: arm64 stable (bug #700666) Signed-off-by: Aaron Bauman gentoo.org> Package-Manager: Portage-2.3.79, Repoman-2.3.18 sys-fs/udisks/udisks-2.8.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/udisks/udisks-2.8.4.ebuild b/sys-fs/udisks/udisks-2.8.4.ebuild index 171a19f622f..d1a59a1738d 100644 --- a/sys-fs/udisks/udisks-2.8.4.ebuild +++ b/sys-fs/udisks/udisks-2.8.4.ebuild @@ -10,7 +10,7 @@ SRC_URI="https://github.com/storaged-project/udisks/releases/download/${P}/${P}. LICENSE="LGPL-2+ GPL-2+" SLOT="2" -KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="acl debug elogind +introspection lvm nls selinux systemd vdo" REQUIRED_USE="?? ( elogind systemd )"