summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-29 17:37:44 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-29 17:37:44 +0000
commit358f1cd8b0277d928d5413b83c2ed4b1bc177f9d (patch)
tree0607256e6b59f126a26093c2e7ca6797d5bf3209 /sys-devel/pmake
parentremove bogus use sparc64 (diff)
downloadhistorical-358f1cd8b0277d928d5413b83c2ed4b1bc177f9d.tar.gz
historical-358f1cd8b0277d928d5413b83c2ed4b1bc177f9d.tar.bz2
historical-358f1cd8b0277d928d5413b83c2ed4b1bc177f9d.zip
kill sparc64 use flag
Diffstat (limited to 'sys-devel/pmake')
-rw-r--r--sys-devel/pmake/ChangeLog5
-rw-r--r--sys-devel/pmake/Manifest4
-rw-r--r--sys-devel/pmake/pmake-1.45-r2.ebuild3
3 files changed, 7 insertions, 5 deletions
diff --git a/sys-devel/pmake/ChangeLog b/sys-devel/pmake/ChangeLog
index 5515a0406f89..8810eca2bf83 100644
--- a/sys-devel/pmake/ChangeLog
+++ b/sys-devel/pmake/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-devel/pmake
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/pmake/ChangeLog,v 1.14 2004/06/24 22:49:00 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/pmake/ChangeLog,v 1.15 2004/06/29 17:37:44 agriffis Exp $
+
+ 29 Jun 2004; Aron Griffis <agriffis@gentoo.org> pmake-1.45-r2.ebuild:
+ kill sparc64 use flag
09 Jun 2004; Luca Barbato <lu_zero@gentoo.org> pmake-1.45-r4.ebuild:
Marked ppc
diff --git a/sys-devel/pmake/Manifest b/sys-devel/pmake/Manifest
index 791e6f6ea355..a5b4140416c8 100644
--- a/sys-devel/pmake/Manifest
+++ b/sys-devel/pmake/Manifest
@@ -1,6 +1,6 @@
-MD5 4f45e5dff0af9348175023b91c913edc pmake-1.45-r2.ebuild 1663
+MD5 c543f4c85feb9840f0a487ad25722d3d pmake-1.45-r2.ebuild 1565
MD5 938778edbce41c8a9a2a02b5da521fcc pmake-1.45-r4.ebuild 1759
-MD5 87430bdc016fc46bfda771e5914dbc62 ChangeLog 1945
+MD5 60bb306d58260a50e83056e74f5f8f92 ChangeLog 2042
MD5 3ab57fd4d1893cc3dbffa46a07475a61 pmake-1.45-r3.ebuild 1537
MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164
MD5 1095ca9c07bda375bf9674fe20d79ba6 files/02_all_mktemp.patch 406
diff --git a/sys-devel/pmake/pmake-1.45-r2.ebuild b/sys-devel/pmake/pmake-1.45-r2.ebuild
index 3eb916f85307..809928c52158 100644
--- a/sys-devel/pmake/pmake-1.45-r2.ebuild
+++ b/sys-devel/pmake/pmake-1.45-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/pmake/pmake-1.45-r2.ebuild,v 1.12 2004/06/24 22:49:00 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/pmake/pmake-1.45-r2.ebuild,v 1.13 2004/06/29 17:37:44 agriffis Exp $
IUSE=""
@@ -37,7 +37,6 @@ src_unpack() {
use x86 && sed 's/MACHINE_ARCH=sparc/MACHINE_ARCH=i386/g' Makefile.bootor > Makefile.boot
use alpha && sed 's/MACHINE_ARCH=sparc/MACHINE_ARCH=alpha/g' Makefile.bootor > Makefile.boot
use ppc && sed 's/MACHINE_ARCH=sparc/MACHINE_ARCH=ppc/g' Makefile.bootor > Makefile.boot
- use sparc64 && sed 's/MACHINE_ARCH=sparc/MACHINE_ARCH=sparc64/g' Makefile.bootor > Makefile.boot
use amd64 && sed 's/MACHINE_ARCH=sparc/MACHINE_ARCH=amd64/g' Makefile.bootor > Makefile.boot
}