commit: 0597b8f18ed8a2da77a00db59821cea406f05909 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Nov 22 01:42:43 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Nov 22 01:42:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0597b8f1
profiles: fix typo in arm64 SELinux + systemd profile Fixes: efc1c320336a1e0eb46c1faff68c3f797a101f18 Reported-by: James Beddek <telans <AT> posteo.de> Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/profiles.desc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/profiles.desc b/profiles/profiles.desc index 9f31ac1497db..8f1cfafcd351 100644 --- a/profiles/profiles.desc +++ b/profiles/profiles.desc @@ -114,7 +114,7 @@ arm64 default/linux/arm64/17.0/desktop/plasma/systemd stable arm64 default/linux/arm64/17.0/desktop/systemd stable arm64 default/linux/arm64/17.0/developer exp arm64 default/linux/arm64/17.0/systemd stable -arm64 default/linux/amd64/17.1/systemd/selinux exp +arm64 default/linux/arm64/17.0/systemd/selinux exp # ARM64 Profiles (big-endian) # @MAINTAINER: [email protected], [email protected]
