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 EDDF01396D9 for ; Sun, 29 Oct 2017 11:17:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0F0D2BC14A; Sun, 29 Oct 2017 11:17:20 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 BEB3D2BC14A for ; Sun, 29 Oct 2017 11:17: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 DB2D733BEA7 for ; Sun, 29 Oct 2017 11:17:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C58141F for ; Sun, 29 Oct 2017 11:17:18 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1509275751.8a4f28b1976900aabdf8191dddebeab1e60ff96e.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/dracut/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-kernel/dracut/dracut-045-r2.ebuild X-VCS-Directories: sys-kernel/dracut/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 8a4f28b1976900aabdf8191dddebeab1e60ff96e X-VCS-Branch: master Date: Sun, 29 Oct 2017 11:17:18 +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: 81994816-c458-4035-8f33-e607b00d30c1 X-Archives-Hash: 5f782b27b4804963230557782a8f0743 commit: 8a4f28b1976900aabdf8191dddebeab1e60ff96e Author: Manuel Rüger gentoo org> AuthorDate: Sun Oct 29 11:15:51 2017 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sun Oct 29 11:15:51 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a4f28b1 sys-kernel/dracut: Stable on amd64 Package-Manager: Portage-2.3.13, Repoman-2.3.3 sys-kernel/dracut/dracut-045-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-kernel/dracut/dracut-045-r2.ebuild b/sys-kernel/dracut/dracut-045-r2.ebuild index 2e293072eb3..9f971c39ba5 100644 --- a/sys-kernel/dracut/dracut-045-r2.ebuild +++ b/sys-kernel/dracut/dracut-045-r2.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://dracut.wiki.kernel.org" SRC_URI="mirror://kernel/linux/utils/boot/${PN}/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="debug selinux" RESTRICT="test"