From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1041665-garchives=archives.gentoo.org@lists.gentoo.org> 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 36875138335 for <garchives@archives.gentoo.org>; Mon, 13 Aug 2018 14:43:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 370E5E0821; Mon, 13 Aug 2018 14:43:26 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 0CB6AE0821 for <gentoo-commits@lists.gentoo.org>; Mon, 13 Aug 2018 14:43:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 AC44A335CA5 for <gentoo-commits@lists.gentoo.org>; Mon, 13 Aug 2018 14:43:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5ED813A6 for <gentoo-commits@lists.gentoo.org>; Mon, 13 Aug 2018 14:43:23 +0000 (UTC) From: "Luca Barbato" <lu_zero@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Luca Barbato" <lu_zero@gentoo.org> Message-ID: <1534171379.5e142d5f4c5f0722433e9a50c10785c6ab0a9b24.lu_zero@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/grub/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-boot/grub/grub-2.02-r2.ebuild X-VCS-Directories: sys-boot/grub/ X-VCS-Committer: lu_zero X-VCS-Committer-Name: Luca Barbato X-VCS-Revision: 5e142d5f4c5f0722433e9a50c10785c6ab0a9b24 X-VCS-Branch: master Date: Mon, 13 Aug 2018 14:43:23 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8aca3a21-a9f5-4bfb-95d6-9272acc3f71c X-Archives-Hash: 71360e59d46292705e41f83007ec3194 commit: 5e142d5f4c5f0722433e9a50c10785c6ab0a9b24 Author: Luca Barbato <lu_zero <AT> gentoo <DOT> org> AuthorDate: Mon Aug 13 14:42:05 2018 +0000 Commit: Luca Barbato <lu_zero <AT> gentoo <DOT> org> CommitDate: Mon Aug 13 14:42:59 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e142d5f sys-boot/grub: Make it available to ppc64 Tested on Integricloud. Package-Manager: Portage-2.3.40, Repoman-2.3.9 sys-boot/grub/grub-2.02-r2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-boot/grub/grub-2.02-r2.ebuild b/sys-boot/grub/grub-2.02-r2.ebuild index 2b29ae72752..01c56fe388a 100644 --- a/sys-boot/grub/grub-2.02-r2.ebuild +++ b/sys-boot/grub/grub-2.02-r2.ebuild @@ -28,7 +28,7 @@ if [[ ${PV} != 9999 ]]; then SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" S=${WORKDIR}/${P%_*} fi - KEYWORDS="~amd64 ~arm64 ~x86" + KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" else inherit git-r3 EGIT_REPO_URI="git://git.sv.gnu.org/grub.git @@ -79,8 +79,8 @@ COMMON_DEPEND=" libzfs? ( sys-fs/zfs ) mount? ( sys-fs/fuse:0 ) truetype? ( media-libs/freetype:2= ) - ppc? ( sys-apps/ibm-powerpc-utils sys-apps/powerpc-utils ) - ppc64? ( sys-apps/ibm-powerpc-utils sys-apps/powerpc-utils ) + ppc? ( >=sys-apps/ibm-powerpc-utils-1.3.5 ) + ppc64? ( >=sys-apps/ibm-powerpc-utils-1.3.5 ) " DEPEND="${COMMON_DEPEND} ${PYTHON_DEPS}