Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/palo/
Date: Sat, 07 May 2022 09:27:23
Message-Id: 1651915611.851b0e2a5ea91648be344aedc6ce1f917a0341e1.arthurzam@gentoo
1 commit: 851b0e2a5ea91648be344aedc6ce1f917a0341e1
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 7 09:26:51 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sat May 7 09:26:51 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=851b0e2a
7
8 sys-boot/palo: Stabilize 2.15 hppa, #840410
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 sys-boot/palo/palo-2.15.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-boot/palo/palo-2.15.ebuild b/sys-boot/palo/palo-2.15.ebuild
16 index 2956c2939a97..c4c6eddfa190 100644
17 --- a/sys-boot/palo/palo-2.15.ebuild
18 +++ b/sys-boot/palo/palo-2.15.ebuild
19 @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]] ; then
20 inherit git-r3
21 else
22 SRC_URI="https://git.kernel.org/pub/scm/linux/kernel/git/deller/${PN}.git/snapshot/${P}.tar.gz"
23 - KEYWORDS="-* ~hppa"
24 + KEYWORDS="-* hppa"
25 fi
26
27 LICENSE="GPL-2"