commit: 1cea49f66f2f46a7fc8674b9a130df9f82b2ed99 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Apr 26 14:47:09 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Apr 26 14:47:09 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cea49f6
profiles: promote s390(x) from exp->dev Makes it a lot easier for releng builds to keep working and for (re)keywording to not enter a rabbithole. Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/profiles.desc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/profiles/profiles.desc b/profiles/profiles.desc index 4b85639c0822..d66850a7084d 100644 --- a/profiles/profiles.desc +++ b/profiles/profiles.desc @@ -247,8 +247,8 @@ riscv default/linux/riscv/20.0/rv64gc/multilib/systemd exp # S390 Profiles # @MAINTAINER: [email protected] -s390 default/linux/s390/17.0 exp -s390 default/linux/s390/17.0/s390x exp +s390 default/linux/s390/17.0 dev +s390 default/linux/s390/17.0/s390x dev # SPARC Profiles # @MAINTAINER: [email protected]
