commit: 9fb13c3b7c5e632e3e3d6a4797fc4ce63390ee07 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Fri Aug 22 18:15:44 2025 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Tue Sep 2 17:00:14 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fb13c3b
profiles/arch/hppa: ACCEPT_KEYWORDS+=" ~hppa" Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> profiles/arch/hppa/make.defaults | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/arch/hppa/make.defaults b/profiles/arch/hppa/make.defaults index dc3189796375..71d1e3f06882 100644 --- a/profiles/arch/hppa/make.defaults +++ b/profiles/arch/hppa/make.defaults @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 ARCH="hppa" -ACCEPT_KEYWORDS="hppa" +ACCEPT_KEYWORDS="hppa ~hppa" CHOST="hppa-unknown-linux-gnu" CFLAGS="-O2 -pipe"
