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 F08EE138334 for ; Mon, 15 Jul 2019 15:28:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B49BE08F1; Mon, 15 Jul 2019 15:28:20 +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 12364E08ED for ; Mon, 15 Jul 2019 15:28:20 +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 8D42C347C42 for ; Mon, 15 Jul 2019 15:28:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AFA6270D for ; Mon, 15 Jul 2019 15:28:14 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1563204424.522340181bfa572dec8a168f904d5fae65b0d95b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/daemontools-encore/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/daemontools-encore/daemontools-encore-1.10.ebuild X-VCS-Directories: sys-process/daemontools-encore/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 522340181bfa572dec8a168f904d5fae65b0d95b X-VCS-Branch: master Date: Mon, 15 Jul 2019 15:28: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: 86508770-5f75-4229-b37d-761d6ea0e305 X-Archives-Hash: 7a27d391e69d21e52798df8dab2a8d24 commit: 522340181bfa572dec8a168f904d5fae65b0d95b Author: Michał Górny gentoo org> AuthorDate: Mon Jul 15 15:27:04 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Jul 15 15:27:04 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52234018 sys-process/daemontools-encore: Sort KEYWORDS Signed-off-by: Michał Górny gentoo.org> sys-process/daemontools-encore/daemontools-encore-1.10.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-process/daemontools-encore/daemontools-encore-1.10.ebuild b/sys-process/daemontools-encore/daemontools-encore-1.10.ebuild index 5a8a4fbabf1..b9827594a5d 100644 --- a/sys-process/daemontools-encore/daemontools-encore-1.10.ebuild +++ b/sys-process/daemontools-encore/daemontools-encore-1.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -11,7 +11,7 @@ SRC_URI="http://untroubled.org/daemontools-encore/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="~amd64 ~x86" IUSE="selinux static" DEPEND=""