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 184C31382C5 for ; Sun, 18 Mar 2018 23:32:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D499E053C; Sun, 18 Mar 2018 23:32:28 +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 EBE8DE053C for ; Sun, 18 Mar 2018 23:32:27 +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 30853335D62 for ; Sun, 18 Mar 2018 23:32:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4FB75242 for ; Sun, 18 Mar 2018 23:32:24 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1521415937.e6efdf85a2e6480c742d6c0835682053e79b04e5.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/dracut/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-kernel/dracut/dracut-046-r1.ebuild X-VCS-Directories: sys-kernel/dracut/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: e6efdf85a2e6480c742d6c0835682053e79b04e5 X-VCS-Branch: master Date: Sun, 18 Mar 2018 23:32:24 +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: 9814c04a-8995-4e89-a9f8-2083476cbe26 X-Archives-Hash: 31e5400daad43b901e933c9b75854fe8 commit: e6efdf85a2e6480c742d6c0835682053e79b04e5 Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Mar 18 23:32:17 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Mar 18 23:32:17 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6efdf85 sys-kernel/dracut: stable 046-r1 for ppc, bug #643808 Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc" sys-kernel/dracut/dracut-046-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-kernel/dracut/dracut-046-r1.ebuild b/sys-kernel/dracut/dracut-046-r1.ebuild index 19dcdd2c1fe..c9eb00c37e5 100644 --- a/sys-kernel/dracut/dracut-046-r1.ebuild +++ b/sys-kernel/dracut/dracut-046-r1.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"