From 8e222e9f89d1c8a29454f11799befba61378f534 Mon Sep 17 00:00:00 2001 From: Jeroen Roovers Date: Sat, 11 Aug 2018 13:30:16 +0200 Subject: sys-boot/palo: Update live ebuild. Package-Manager: Portage-2.3.45, Repoman-2.3.10 --- sys-boot/palo/files/palo-9999-toolchain.patch | 9 --------- sys-boot/palo/palo-9999.ebuild | 4 ++-- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/sys-boot/palo/files/palo-9999-toolchain.patch b/sys-boot/palo/files/palo-9999-toolchain.patch index 12b9c5e73b6e..4869f7e6a4e4 100644 --- a/sys-boot/palo/files/palo-9999-toolchain.patch +++ b/sys-boot/palo/files/palo-9999-toolchain.patch @@ -12,12 +12,3 @@ endif ifneq ("$(wildcard /etc/debian_version)","") -@@ -38,7 +38,7 @@ - $(CC) $(CFLAGS) $(LDFLAGS) -o palo palo.a build.o - - palo.a: $(OFILES) -- ar rv palo.a $? -+ $(AR) rv palo.a $? - - mkbootable: $(OFILES2) - $(CC) $(CFLAGS) $(LDFLAGS) -o mkbootable $(OFILES2) diff --git a/sys-boot/palo/palo-9999.ebuild b/sys-boot/palo/palo-9999.ebuild index 2d47d63af700..ff73edaaaccc 100644 --- a/sys-boot/palo/palo-9999.ebuild +++ b/sys-boot/palo/palo-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ inherit eutils flag-o-matic git-r3 toolchain-funcs DESCRIPTION="PALO : PArisc Linux Loader" HOMEPAGE="http://parisc-linux.org/ https://parisc.wiki.kernel.org/" -EGIT_REPO_URI="git://git.kernel.org/pub/scm/linux/kernel/git/deller/palo.git" +EGIT_REPO_URI="https://git.kernel.org/pub/scm/linux/kernel/git/deller/palo.git" LICENSE="GPL-2" SLOT="0" -- cgit v1.2.3-65-gdbad