From 813a2c895b231747a9dbddb04ba155c9e0fc34bd Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 22 Jan 2022 03:22:10 +0000 Subject: sys-boot/palo: tidy up Signed-off-by: Sam James --- 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" -- cgit v1.2.3-65-gdbad