diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-06-20 16:22:14 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-06-20 16:22:45 +0200 |
commit | 7f7114f8601f322ed0185c056243e812c52579f3 (patch) | |
tree | 81ac43180344a396da3f3e068b90d06df94ae9f0 /profiles/profiles.desc | |
parent | cannadic.eclass: Last-rite (diff) | |
download | gentoo-7f7114f8601f322ed0185c056243e812c52579f3.tar.gz gentoo-7f7114f8601f322ed0185c056243e812c52579f3.tar.bz2 gentoo-7f7114f8601f322ed0185c056243e812c52579f3.zip |
profiles.desc: make riscv 20.0 profiles stable, 17.0 exp
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'profiles/profiles.desc')
-rw-r--r-- | profiles/profiles.desc | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/profiles/profiles.desc b/profiles/profiles.desc index 49acf8ccc595..bb9409df2bbc 100644 --- a/profiles/profiles.desc +++ b/profiles/profiles.desc @@ -199,16 +199,16 @@ ppc64 default/linux/ppc64le/17.0/musl/hardened exp # RISC-V Profiles # @MAINTAINER: riscv@gentoo.org riscv default/linux/riscv/17.0/rv64gc exp -riscv default/linux/riscv/17.0/rv64gc/lp64d stable -riscv default/linux/riscv/17.0/rv64gc/lp64d/systemd stable -riscv default/linux/riscv/17.0/rv64gc/lp64 stable -riscv default/linux/riscv/17.0/rv64gc/lp64/systemd stable +riscv default/linux/riscv/17.0/rv64gc/lp64d exp +riscv default/linux/riscv/17.0/rv64gc/lp64d/systemd exp +riscv default/linux/riscv/17.0/rv64gc/lp64 exp +riscv default/linux/riscv/17.0/rv64gc/lp64/systemd exp riscv default/linux/riscv/17.0/rv32imac/ilp32 exp riscv default/linux/riscv/17.0/rv32imac/ilp32d exp -riscv default/linux/riscv/20.0/rv64gc/lp64d exp -riscv default/linux/riscv/20.0/rv64gc/lp64d/systemd exp -riscv default/linux/riscv/20.0/rv64gc/lp64 exp -riscv default/linux/riscv/20.0/rv64gc/lp64/systemd exp +riscv default/linux/riscv/20.0/rv64gc/lp64d stable +riscv default/linux/riscv/20.0/rv64gc/lp64d/systemd stable +riscv default/linux/riscv/20.0/rv64gc/lp64 stable +riscv default/linux/riscv/20.0/rv64gc/lp64/systemd stable # S390 Profiles # @MAINTAINER: s390@gentoo.org |