Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/
Date: Wed, 02 Sep 2020 20:02:12
Message-Id: 1599076915.29182d747fb2efdd22ff987649c31d2d7624f443.dilfridge@gentoo
1 commit: 29182d747fb2efdd22ff987649c31d2d7624f443
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 2 20:00:50 2020 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 2 20:01:55 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29182d74
7
8 profiles.desc: Mark riscv64 lp64 and lp64d profiles dev and stable
9
10 The multilib profile will go away, so we need a stable alternative.
11
12 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
13
14 profiles/profiles.desc | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/profiles/profiles.desc b/profiles/profiles.desc
18 index d147ce34479..e1e06ab027d 100644
19 --- a/profiles/profiles.desc
20 +++ b/profiles/profiles.desc
21 @@ -189,8 +189,8 @@ ppc64 default/linux/ppc64le/17.0/musl/hardened exp
22 # RISC-V Profiles
23 # @MAINTAINER: riscv@g.o
24 riscv default/linux/riscv/17.0/rv64gc stable
25 -riscv default/linux/riscv/17.0/rv64gc/lp64d dev
26 -riscv default/linux/riscv/17.0/rv64gc/lp64 exp
27 +riscv default/linux/riscv/17.0/rv64gc/lp64d stable
28 +riscv default/linux/riscv/17.0/rv64gc/lp64 dev
29
30 # S390 Profiles
31 # @MAINTAINER: s390@g.o