summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Rothe <corsair@gentoo.org>2008-04-11 17:47:27 +0000
committerMarkus Rothe <corsair@gentoo.org>2008-04-11 17:47:27 +0000
commit77fc89e6d5a13e92a033a681d6ff64136594b9ee (patch)
tree4f3e132a7996593e0110c729ba163863042325a9 /dev-util
parentNew poppler-test tarball for 0.8.0 (diff)
downloadgentoo-2-77fc89e6d5a13e92a033a681d6ff64136594b9ee.tar.gz
gentoo-2-77fc89e6d5a13e92a033a681d6ff64136594b9ee.tar.bz2
gentoo-2-77fc89e6d5a13e92a033a681d6ff64136594b9ee.zip
Update ppc patch to replace HOST_CPU powerpc64 with ppc. Add ~ppc64. Bug #217219
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/ltrace/ChangeLog7
-rw-r--r--dev-util/ltrace/files/ltrace-0.5.3-ppc.patch2
-rw-r--r--dev-util/ltrace/ltrace-0.5.3.ebuild6
3 files changed, 10 insertions, 5 deletions
diff --git a/dev-util/ltrace/ChangeLog b/dev-util/ltrace/ChangeLog
index 3730b9c6226b..85d113381f0f 100644
--- a/dev-util/ltrace/ChangeLog
+++ b/dev-util/ltrace/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-util/ltrace
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ltrace/ChangeLog,v 1.45 2008/03/27 16:39:54 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ltrace/ChangeLog,v 1.46 2008/04/11 17:47:27 corsair Exp $
+
+ 11 Apr 2008; Markus Rothe <corsair@gentoo.org>
+ files/ltrace-0.5.3-ppc.patch, ltrace-0.5.3.ebuild:
+ Update ppc patch to replace HOST_CPU powerpc64 with ppc. Add ~ppc64. Bug
+ #217219
27 Mar 2008; Raúl Porcel <armin76@gentoo.org> ltrace-0.4-r1.ebuild:
Fix debian HOMEPAGE
diff --git a/dev-util/ltrace/files/ltrace-0.5.3-ppc.patch b/dev-util/ltrace/files/ltrace-0.5.3-ppc.patch
index eee870587817..e344c3e28f5b 100644
--- a/dev-util/ltrace/files/ltrace-0.5.3-ppc.patch
+++ b/dev-util/ltrace/files/ltrace-0.5.3-ppc.patch
@@ -5,6 +5,6 @@ diff -Naur ltrace-0.5.old/sysdeps/linux-gnu/Makefile.in ltrace-0.5/sysdeps/linux
ARCH := $(shell echo @HOST_CPU@ | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ \
- -e s/arm.*/arm/ -e s/sa110/arm/ -e s/ppc64/ppc/ -e s/s390x/s390/)
+ -e s/arm.*/arm/ -e s/sa110/arm/ -e s/ppc64/ppc/ -e s/s390x/s390/ \
-+ -e s/powerpc/ppc/)
++ -e s/powerpc64/ppc/ -e s/powerpc/ppc/)
CPPFLAGS += -I$(TOPDIR)/sysdeps/linux-gnu/$(ARCH)
diff --git a/dev-util/ltrace/ltrace-0.5.3.ebuild b/dev-util/ltrace/ltrace-0.5.3.ebuild
index b6d5041cdda0..7b9f55929e59 100644
--- a/dev-util/ltrace/ltrace-0.5.3.ebuild
+++ b/dev-util/ltrace/ltrace-0.5.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ltrace/ltrace-0.5.3.ebuild,v 1.3 2007/12/26 19:08:52 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ltrace/ltrace-0.5.3.ebuild,v 1.4 2008/04/11 17:47:27 corsair Exp $
inherit eutils autotools
@@ -15,7 +15,7 @@ SRC_URI="mirror://debian/pool/main/l/ltrace/${MY_P}.orig.tar.gz
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
DEPEND="dev-libs/elfutils"