sys-boot/palo: tidy up

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2022-01-22 03:22:10 +00:00
parent 0f71502657
commit 813a2c895b
2 changed files with 4 additions and 5 deletions

View File

@@ -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

View File

@@ -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"