summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2014-01-23 14:43:42 +0000
committerJeroen Roovers <jer@gentoo.org>2014-01-23 14:43:42 +0000
commita863027e334ea8e50b3a22e536dbc908861699e9 (patch)
treef1e608d8d7c5d23694f90d6444bb6dc0263104cf
parentpkgmove of games-board/capitalism to games-board/CapiCity (diff)
downloadgentoo-2-a863027e334ea8e50b3a22e536dbc908861699e9.tar.gz
gentoo-2-a863027e334ea8e50b3a22e536dbc908861699e9.tar.bz2
gentoo-2-a863027e334ea8e50b3a22e536dbc908861699e9.zip
Setting MACHINE= is not longer needed.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A792A613)
-rw-r--r--sys-boot/palo/ChangeLog6
-rw-r--r--sys-boot/palo/palo-1.92.ebuild4
-rw-r--r--sys-boot/palo/palo-9999.ebuild6
3 files changed, 10 insertions, 6 deletions
diff --git a/sys-boot/palo/ChangeLog b/sys-boot/palo/ChangeLog
index 262b542baeb5..bd68cc1740c3 100644
--- a/sys-boot/palo/ChangeLog
+++ b/sys-boot/palo/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-boot/palo
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/palo/ChangeLog,v 1.45 2014/01/23 14:21:28 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/palo/ChangeLog,v 1.46 2014/01/23 14:43:42 jer Exp $
+
+ 23 Jan 2014; Jeroen Roovers <jer@gentoo.org> palo-1.92.ebuild,
+ palo-9999.ebuild:
+ Setting MACHINE= is not longer needed.
23 Jan 2014; Jeroen Roovers <jer@gentoo.org> -palo-1.91.ebuild,
-files/palo-9999-open.patch:
diff --git a/sys-boot/palo/palo-1.92.ebuild b/sys-boot/palo/palo-1.92.ebuild
index fd3e287b9d84..7892258c2058 100644
--- a/sys-boot/palo/palo-1.92.ebuild
+++ b/sys-boot/palo/palo-1.92.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/palo/palo-1.92.ebuild,v 1.5 2014/01/23 14:20:25 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/palo/palo-1.92.ebuild,v 1.6 2014/01/23 14:43:42 jer Exp $
EAPI=5
@@ -23,7 +23,7 @@ src_prepare() {
src_compile() {
local target
- for target in '-C palo' '-C ipl' 'MACHINE=parisc iplboot'; do
+ for target in '-C palo' '-C ipl' 'iplboot'; do
emake AR=$(tc-getAR) CC=$(tc-getCC) LD=$(tc-getLD) ${target}
done
}
diff --git a/sys-boot/palo/palo-9999.ebuild b/sys-boot/palo/palo-9999.ebuild
index 839367380be6..e4e482333293 100644
--- a/sys-boot/palo/palo-9999.ebuild
+++ b/sys-boot/palo/palo-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/palo/palo-9999.ebuild,v 1.5 2014/01/23 14:14:20 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/palo/palo-9999.ebuild,v 1.6 2014/01/23 14:43:42 jer Exp $
EAPI=5
@@ -23,9 +23,9 @@ src_prepare() {
}
src_compile() {
- emake MACHINE=parisc AR=$(tc-getAR) CC=$(tc-getCC) LD=$(tc-getLD) \
+ emake AR=$(tc-getAR) CC=$(tc-getCC) LD=$(tc-getLD) \
makepalo makeipl || die
- emake MACHINE=parisc CC=$(tc-getCC) iplboot || die
+ emake CC=$(tc-getCC) iplboot || die
}
src_install() {