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 72B5B138350 for ; Tue, 28 Jan 2020 09:26:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D5DCE0891; Tue, 28 Jan 2020 09:26:23 +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 D5591E0891 for ; Tue, 28 Jan 2020 09:26: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 006AA34E4B7 for ; Tue, 28 Jan 2020 09:26:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 166E3107 for ; Tue, 28 Jan 2020 09:26:18 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1580203549.a8bdc64110b99e94d6e70506fcfe0784dd542c3a.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/profiles.desc X-VCS-Directories: profiles/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: a8bdc64110b99e94d6e70506fcfe0784dd542c3a X-VCS-Branch: master Date: Tue, 28 Jan 2020 09:26: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 97a4266d-77b6-450b-8930-dac0d4e6ebfb X-Archives-Hash: de99a5ce73b301e41af997ee41ae5824 commit: a8bdc64110b99e94d6e70506fcfe0784dd542c3a Author: Georgy Yakovlev gentoo org> AuthorDate: Thu Jan 23 04:31:16 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Tue Jan 28 09:25:49 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8bdc641 profiles/profiles.desc: add new ppc64 exp profiles Signed-off-by: Georgy Yakovlev gentoo.org> profiles/profiles.desc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/profiles.desc b/profiles/profiles.desc index 28c982088cd..227e85eb50f 100644 --- a/profiles/profiles.desc +++ b/profiles/profiles.desc @@ -159,6 +159,11 @@ ppc64 default/linux/powerpc/ppc64/17.0/64bit-userland/developer ppc64 default/linux/powerpc/ppc64/17.0/64bit-userland/little-endian stable ppc64 default/linux/powerpc/ppc64/17.0/64bit-userland/little-endian/systemd stable +# PPC64 flat Profiles +# @MAINTAINER: ppc64@gentoo.org +ppc64 default/linux/ppc64/17.0 exp +ppc64 default/linux/ppc64le/17.0 exp + # RISC-V Profiles # @MAINTAINER: riscv@gentoo.org riscv default/linux/riscv/17.0/rv64gc stable