commit: 65a2d6b62bc39c667ce0f58f49fbc1d70758c32b Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Dec 18 07:07:04 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Dec 18 07:07:07 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65a2d6b6
sys-boot/palo: Stabilize 2.22 hppa, #886547 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-boot/palo/palo-2.22.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-boot/palo/palo-2.22.ebuild b/sys-boot/palo/palo-2.22.ebuild index 9f304fe83eaf..76c4d66a89e8 100644 --- a/sys-boot/palo/palo-2.22.ebuild +++ b/sys-boot/palo/palo-2.22.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]] ; then inherit git-r3 else SRC_URI="https://git.kernel.org/pub/scm/linux/kernel/git/deller/${PN}.git/snapshot/${P}.tar.gz" - KEYWORDS="-* ~hppa" + KEYWORDS="-* hppa" fi LICENSE="GPL-2"