diff options
author | Jeroen Roovers <jer@gentoo.org> | 2018-08-11 13:30:16 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2018-08-11 13:30:34 +0200 |
commit | 8e222e9f89d1c8a29454f11799befba61378f534 (patch) | |
tree | e22c3d84cb41f1b1a04264924caceec64a729e4e /sys-boot | |
parent | app-office/gnucash: Bump to 3.2 (diff) | |
download | gentoo-8e222e9f89d1c8a29454f11799befba61378f534.tar.gz gentoo-8e222e9f89d1c8a29454f11799befba61378f534.tar.bz2 gentoo-8e222e9f89d1c8a29454f11799befba61378f534.zip |
sys-boot/palo: Update live ebuild.
Package-Manager: Portage-2.3.45, Repoman-2.3.10
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/palo/files/palo-9999-toolchain.patch | 9 | ||||
-rw-r--r-- | 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" |