diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2020-09-02 23:00:50 +0300 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2020-09-02 23:01:55 +0300 |
commit | 29182d747fb2efdd22ff987649c31d2d7624f443 (patch) | |
tree | b96bda14c5ba9fe109a412051e7879580cc117ca /profiles | |
parent | sys-kernel/genkernel: unbreak remote unlock using POST action (diff) | |
download | gentoo-29182d747fb2efdd22ff987649c31d2d7624f443.tar.gz gentoo-29182d747fb2efdd22ff987649c31d2d7624f443.tar.bz2 gentoo-29182d747fb2efdd22ff987649c31d2d7624f443.zip |
profiles.desc: Mark riscv64 lp64 and lp64d profiles dev and stable
The multilib profile will go away, so we need a stable alternative.
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/profiles.desc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/profiles.desc b/profiles/profiles.desc index d147ce344797..e1e06ab027d4 100644 --- a/profiles/profiles.desc +++ b/profiles/profiles.desc @@ -189,8 +189,8 @@ ppc64 default/linux/ppc64le/17.0/musl/hardened exp # RISC-V Profiles # @MAINTAINER: riscv@gentoo.org riscv default/linux/riscv/17.0/rv64gc stable -riscv default/linux/riscv/17.0/rv64gc/lp64d dev -riscv default/linux/riscv/17.0/rv64gc/lp64 exp +riscv default/linux/riscv/17.0/rv64gc/lp64d stable +riscv default/linux/riscv/17.0/rv64gc/lp64 dev # S390 Profiles # @MAINTAINER: s390@gentoo.org |