summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadoslaw Stachowiak <radek@gentoo.org>2006-08-27 20:13:24 +0000
committerRadoslaw Stachowiak <radek@gentoo.org>2006-08-27 20:13:24 +0000
commitb978a1452f3e21d585d0bdba7068937da75a4172 (patch)
treec85bde8a3e3b6bbdd85b6ace28787e37dfd45459 /app-arch
parentversion bump; should resolve crasher noted in bug #120727 (diff)
downloadgentoo-2-b978a1452f3e21d585d0bdba7068937da75a4172.tar.gz
gentoo-2-b978a1452f3e21d585d0bdba7068937da75a4172.tar.bz2
gentoo-2-b978a1452f3e21d585d0bdba7068937da75a4172.zip
THanks to Fabian Groffen, closed #109949
(Portage version: 2.1.1_rc1)
Diffstat (limited to 'app-arch')
-rw-r--r--app-arch/p7zip/ChangeLog5
-rw-r--r--app-arch/p7zip/p7zip-4.42.ebuild7
2 files changed, 9 insertions, 3 deletions
diff --git a/app-arch/p7zip/ChangeLog b/app-arch/p7zip/ChangeLog
index 6a323ee8754e..7ed324562df7 100644
--- a/app-arch/p7zip/ChangeLog
+++ b/app-arch/p7zip/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-arch/p7zip
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/p7zip/ChangeLog,v 1.42 2006/08/02 13:41:14 chutzpah Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/p7zip/ChangeLog,v 1.43 2006/08/27 20:13:24 radek Exp $
+
+ 27 Aug 2006; Radoslaw Stachowiak <radek@gentoo.org> p7zip-4.42.ebuild:
+ THanks to Fabian Groffen, closed #109949
02 Aug 2006; Patrick McLean <chutzpah@gentoo.org> p7zip-4.42.ebuild:
Stable on amd64 (bug #142395).
diff --git a/app-arch/p7zip/p7zip-4.42.ebuild b/app-arch/p7zip/p7zip-4.42.ebuild
index 4e6b83dd4342..6a16f68f9a31 100644
--- a/app-arch/p7zip/p7zip-4.42.ebuild
+++ b/app-arch/p7zip/p7zip-4.42.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/p7zip/p7zip-4.42.ebuild,v 1.5 2006/08/02 13:41:14 chutzpah Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/p7zip/p7zip-4.42.ebuild,v 1.6 2006/08/27 20:13:24 radek Exp $
inherit eutils toolchain-funcs multilib
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}_src_all.tar.bz2"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~x86"
+KEYWORDS="amd64 ~hppa ~ppc ~ppc-macos ~x86"
IUSE="static doc"
S=${WORKDIR}/${PN}_${PV}
@@ -28,6 +28,9 @@ src_unpack() {
if use amd64; then
ewarn "Using suboptimal -fPIC upstream makefile due to amd64 being detected. See #126722"
cp -f makefile.linux_amd64 makefile.machine
+ elif use ppc-macos; then
+ # Mac OS X needs this special makefile, because it has a non-GNU linker
+ cp -f makefile.macosx makefile.machine
fi
}