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 03239139694 for ; Thu, 25 May 2017 23:17:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D07BC21C075; Thu, 25 May 2017 23:17:53 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ACD1421C075 for ; Thu, 25 May 2017 23:17:53 +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 56C1F341692 for ; Thu, 25 May 2017 23:17:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F05FB745C for ; Thu, 25 May 2017 23:17:50 +0000 (UTC) From: "Michael Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" Message-ID: <1495754224.99c47f9645d3cb0d3d588e9aacb2dbeb4b692903.xmw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/dmidecode/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/dmidecode/dmidecode-3.0.ebuild X-VCS-Directories: sys-apps/dmidecode/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: 99c47f9645d3cb0d3d588e9aacb2dbeb4b692903 X-VCS-Branch: master Date: Thu, 25 May 2017 23:17:50 +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: d601dced-e9ea-4131-b4e5-4d4d63e10b42 X-Archives-Hash: b52c37955805d54f4cb4d1582dfe7362 commit: 99c47f9645d3cb0d3d588e9aacb2dbeb4b692903 Author: Michael Weber gentoo org> AuthorDate: Thu May 25 23:17:04 2017 +0000 Commit: Michael Weber gentoo org> CommitDate: Thu May 25 23:17:04 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99c47f96 sys-apps/dmidecode: ppc stable (bug 619564). Package-Manager: Portage-2.3.6, Repoman-2.3.2 RepoMan-Options: --include-arches="ppc" sys-apps/dmidecode/dmidecode-3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/dmidecode/dmidecode-3.0.ebuild b/sys-apps/dmidecode/dmidecode-3.0.ebuild index f9e82f2389d..44eb632a8f4 100644 --- a/sys-apps/dmidecode/dmidecode-3.0.ebuild +++ b/sys-apps/dmidecode/dmidecode-3.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://savannah.nongnu.org/download/${PN}/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="-* amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-solaris" +KEYWORDS="-* amd64 ~arm ~arm64 ~ia64 ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-solaris" IUSE="selinux" RDEPEND="selinux? ( sec-policy/selinux-dmidecode )"