diff options
author | Brad House <brad_mssw@gentoo.org> | 2003-10-02 18:24:25 +0000 |
---|---|---|
committer | Brad House <brad_mssw@gentoo.org> | 2003-10-02 18:24:25 +0000 |
commit | cd3e096ac7b0d784dd682e101ab6490b8273a6f9 (patch) | |
tree | 37fe589dce731d812e110ad3f6e8bc289f8b48e8 /sys-devel/pmake | |
parent | add ~amd64 flag (diff) | |
download | historical-cd3e096ac7b0d784dd682e101ab6490b8273a6f9.tar.gz historical-cd3e096ac7b0d784dd682e101ab6490b8273a6f9.tar.bz2 historical-cd3e096ac7b0d784dd682e101ab6490b8273a6f9.zip |
patch for amd64. add ~amd64 flag
Diffstat (limited to 'sys-devel/pmake')
-rw-r--r-- | sys-devel/pmake/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/pmake/Manifest | 6 | ||||
-rw-r--r-- | sys-devel/pmake/pmake-1.45-r2.ebuild | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/sys-devel/pmake/ChangeLog b/sys-devel/pmake/ChangeLog index cfd2f5a14a4e..de957baf5ab3 100644 --- a/sys-devel/pmake/ChangeLog +++ b/sys-devel/pmake/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/pmake # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/pmake/ChangeLog,v 1.5 2003/05/28 21:34:32 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/pmake/ChangeLog,v 1.6 2003/10/02 18:24:20 brad_mssw Exp $ + + 02 Oct 2003; Brad House <brad_mssw@gentoo.org> pmake-1.45-r2.ebuild: + make pmake build on amd64. patch from russ@zerotech.net + add ~amd64 flag 28 May 2003; Tavis Ormandy <taviso@gentoo.org> pmake-1.45-r2.ebuild: marking alpha. diff --git a/sys-devel/pmake/Manifest b/sys-devel/pmake/Manifest index e5141e455766..580bfd08f7c7 100644 --- a/sys-devel/pmake/Manifest +++ b/sys-devel/pmake/Manifest @@ -1,5 +1,5 @@ -MD5 47836f6232012d0e193fc81baae73a03 ChangeLog 812 -MD5 4317581065c6aea015dc86cccb3a04eb pmake-1.45-r2.ebuild 1660 +MD5 c653c1d6873948d7746e5acad7d04957 pmake-1.45-r2.ebuild 1674 +MD5 6ef569cef0763a879bb99bf7546a07bf ChangeLog 963 +MD5 aa2eb71443dc4352bdf910fcbaf9f05e files/digest-pmake-1.45-r2 65 MD5 56b250e5c99455640556fcb776b9bd7e files/01_all_groffpatch.patch 485 MD5 1095ca9c07bda375bf9674fe20d79ba6 files/02_all_mktemp.patch 406 -MD5 aa2eb71443dc4352bdf910fcbaf9f05e files/digest-pmake-1.45-r2 65 diff --git a/sys-devel/pmake/pmake-1.45-r2.ebuild b/sys-devel/pmake/pmake-1.45-r2.ebuild index d969e64f96f0..8cb6774685b7 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-2003 Gentoo Technologies, Inc. # 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.9 2003/09/21 18:15:33 avenj Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/pmake/pmake-1.45-r2.ebuild,v 1.10 2003/10/02 18:24:20 brad_mssw Exp $ IUSE="" @@ -19,7 +19,7 @@ LICENSE="BSD" SLOT="0" -KEYWORDS="x86 alpha ia64" +KEYWORDS="x86 alpha ia64 ~amd64" DEPEND="virtual/glibc" #RDEPEND="" @@ -38,7 +38,7 @@ src_unpack() { 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 ia64 && sed 's/MACHINE_ARCH=sparc/MACHINE_ARCH=ia64/g' Makefile.bootor > Makefile.boot + use amd64 && sed 's/MACHINE_ARCH=sparc/MACHINE_ARCH=amd64/g' Makefile.bootor > Makefile.boot } src_compile() { |