sys-boot/palo: Update live ebuild.
authorJeroen Roovers <jer@gentoo.org>
Sat, 11 Aug 2018 11:30:16 +0000 (13:30 +0200)
committerJeroen Roovers <jer@gentoo.org>
Sat, 11 Aug 2018 11:30:34 +0000 (13:30 +0200)
Package-Manager: Portage-2.3.45, Repoman-2.3.10

sys-boot/palo/files/palo-9999-toolchain.patch
sys-boot/palo/palo-9999.ebuild

index 12b9c5e73b6e0feb23ba97d72ebd5e895f546e97..4869f7e6a4e4bc8d4748b7db277d3a3ab6718768 100644 (file)
  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)
index 2d47d63af700fea570baef9447b752e13ff36aa8..ff73edaaaccc0ecc1463292796c9f103c0a537d0 100644 (file)
@@ -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"