commit:     8e222e9f89d1c8a29454f11799befba61378f534
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 11 11:30:16 2018 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Aug 11 11:30:34 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e222e9f

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 12b9c5e73b6..4869f7e6a4e 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 2d47d63af70..ff73edaaacc 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"

Reply via email to