Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/palo/
Date: Sat, 22 Jan 2022 03:22:27
Message-Id: 1642821730.813a2c895b231747a9dbddb04ba155c9e0fc34bd.sam@gentoo
1 commit: 813a2c895b231747a9dbddb04ba155c9e0fc34bd
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 22 03:22:10 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 22 03:22:10 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=813a2c89
7
8 sys-boot/palo: tidy up
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-boot/palo/palo-2.15.ebuild | 5 ++---
13 sys-boot/palo/palo-9999.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 5 deletions(-)
15
16 diff --git a/sys-boot/palo/palo-2.15.ebuild b/sys-boot/palo/palo-2.15.ebuild
17 index 5d425944019f..2956c2939a97 100644
18 --- a/sys-boot/palo/palo-2.15.ebuild
19 +++ b/sys-boot/palo/palo-2.15.ebuild
20 @@ -11,13 +11,12 @@ if [[ ${PV} == 9999 ]] ; then
21 EGIT_REPO_URI="https://git.kernel.org/pub/scm/linux/kernel/git/deller/palo.git"
22 inherit git-r3
23 else
24 - SRC_URI="https://git.kernel.org/pub/scm/linux/kernel/git/deller/${PN}.git/snapshot/${P}.tar.gz"
25 - KEYWORDS="-* ~hppa"
26 + SRC_URI="https://git.kernel.org/pub/scm/linux/kernel/git/deller/${PN}.git/snapshot/${P}.tar.gz"
27 + KEYWORDS="-* ~hppa"
28 fi
29
30 LICENSE="GPL-2"
31 SLOT="0"
32 -KEYWORDS="-* ~hppa"
33
34 PATCHES=(
35 "${FILESDIR}"/${PN}-2.00-toolchain.patch
36
37 diff --git a/sys-boot/palo/palo-9999.ebuild b/sys-boot/palo/palo-9999.ebuild
38 index 2b80fbe60c6d..2956c2939a97 100644
39 --- a/sys-boot/palo/palo-9999.ebuild
40 +++ b/sys-boot/palo/palo-9999.ebuild
41 @@ -11,8 +11,8 @@ if [[ ${PV} == 9999 ]] ; then
42 EGIT_REPO_URI="https://git.kernel.org/pub/scm/linux/kernel/git/deller/palo.git"
43 inherit git-r3
44 else
45 - SRC_URI="https://git.kernel.org/pub/scm/linux/kernel/git/deller/${PN}.git/snapshot/${P}.tar.gz"
46 - KEYWORDS="-* ~hppa"
47 + SRC_URI="https://git.kernel.org/pub/scm/linux/kernel/git/deller/${PN}.git/snapshot/${P}.tar.gz"
48 + KEYWORDS="-* ~hppa"
49 fi
50
51 LICENSE="GPL-2"