From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D8531138334 for ; Sat, 11 Aug 2018 11:30:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4916E07D3; Sat, 11 Aug 2018 11:30:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9C709E07D3 for ; Sat, 11 Aug 2018 11:30:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 702C0335C06 for ; Sat, 11 Aug 2018 11:30:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6AF88389 for ; Sat, 11 Aug 2018 11:30:37 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1533987034.8e222e9f89d1c8a29454f11799befba61378f534.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/palo/, sys-boot/palo/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-boot/palo/files/palo-9999-toolchain.patch sys-boot/palo/palo-9999.ebuild X-VCS-Directories: sys-boot/palo/files/ sys-boot/palo/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 8e222e9f89d1c8a29454f11799befba61378f534 X-VCS-Branch: master Date: Sat, 11 Aug 2018 11:30:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6b0eff9a-34e5-45e2-a54d-368fd14ad2f4 X-Archives-Hash: ea0f299b335e0f851c7b9572a10edf7d commit: 8e222e9f89d1c8a29454f11799befba61378f534 Author: Jeroen Roovers gentoo org> AuthorDate: Sat Aug 11 11:30:16 2018 +0000 Commit: Jeroen Roovers gentoo 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"