commit: 813a2c895b231747a9dbddb04ba155c9e0fc34bd
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 22 03:22:10 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 22 03:22:10 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=813a2c89
sys-boot/palo: tidy up
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-boot/palo/palo-2.15.ebuild | 5 ++---
sys-boot/palo/palo-9999.ebuild | 4 ++--
2 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/sys-boot/palo/palo-2.15.ebuild b/sys-boot/palo/palo-2.15.ebuild
index 5d425944019f..2956c2939a97 100644
--- a/sys-boot/palo/palo-2.15.ebuild
+++ b/sys-boot/palo/palo-2.15.ebuild
@@ -11,13 +11,12 @@ if [[ ${PV} == 9999 ]] ; then
EGIT_REPO_URI="https://git.kernel.org/pub/scm/linux/kernel/git/deller/palo.git"
inherit git-r3
else
-
SRC_URI="https://git.kernel.org/pub/scm/linux/kernel/git/deller/${PN}.git/snapshot/${P}.tar.gz"
- KEYWORDS="-* ~hppa"
+
SRC_URI="https://git.kernel.org/pub/scm/linux/kernel/git/deller/${PN}.git/snapshot/${P}.tar.gz"
+ KEYWORDS="-* ~hppa"
fi
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="-* ~hppa"
PATCHES=(
"${FILESDIR}"/${PN}-2.00-toolchain.patch
diff --git a/sys-boot/palo/palo-9999.ebuild b/sys-boot/palo/palo-9999.ebuild
index 2b80fbe60c6d..2956c2939a97 100644
--- a/sys-boot/palo/palo-9999.ebuild
+++ b/sys-boot/palo/palo-9999.ebuild
@@ -11,8 +11,8 @@ if [[ ${PV} == 9999 ]] ; then
EGIT_REPO_URI="https://git.kernel.org/pub/scm/linux/kernel/git/deller/palo.git"
inherit git-r3
else
-
SRC_URI="https://git.kernel.org/pub/scm/linux/kernel/git/deller/${PN}.git/snapshot/${P}.tar.gz"
- KEYWORDS="-* ~hppa"
+
SRC_URI="https://git.kernel.org/pub/scm/linux/kernel/git/deller/${PN}.git/snapshot/${P}.tar.gz"
+ KEYWORDS="-* ~hppa"
fi
LICENSE="GPL-2"