summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-08-05 21:10:27 +0000
committerMike Frysinger <vapier@gentoo.org>2006-08-05 21:10:27 +0000
commit980b21a71f14e43ae1c58248a43c61c8f8840e68 (patch)
treea1ccca28fd6881e491e0808a297b2ea13f1f41ac /dev-libs
parentminor touchups (diff)
downloadgentoo-2-980b21a71f14e43ae1c58248a43c61c8f8840e68.tar.gz
gentoo-2-980b21a71f14e43ae1c58248a43c61c8f8840e68.tar.bz2
gentoo-2-980b21a71f14e43ae1c58248a43c61c8f8840e68.zip
apply fix from Martin von Gagern #142264 / #142852
(Portage version: 2.1.1_pre4)
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/elfutils/ChangeLog6
-rw-r--r--dev-libs/elfutils/elfutils-0.122.ebuild5
2 files changed, 3 insertions, 8 deletions
diff --git a/dev-libs/elfutils/ChangeLog b/dev-libs/elfutils/ChangeLog
index f9dfdf081591..44cc07d0eda7 100644
--- a/dev-libs/elfutils/ChangeLog
+++ b/dev-libs/elfutils/ChangeLog
@@ -1,10 +1,6 @@
# ChangeLog for dev-libs/elfutils
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/ChangeLog,v 1.83 2006/08/04 15:34:11 vapier Exp $
-
- 04 Aug 2006; Mike Frysinger <vapier@gentoo.org>
- +files/elfutils-0.122-aux-config-dir.patch, elfutils-0.122.ebuild:
- Fix working with autoconf-2.60 #142264.
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/ChangeLog,v 1.84 2006/08/05 21:10:27 vapier Exp $
*elfutils-0.122 (25 Jul 2006)
diff --git a/dev-libs/elfutils/elfutils-0.122.ebuild b/dev-libs/elfutils/elfutils-0.122.ebuild
index 6a918ff9d257..29bc18473625 100644
--- a/dev-libs/elfutils/elfutils-0.122.ebuild
+++ b/dev-libs/elfutils/elfutils-0.122.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/dev-libs/elfutils/elfutils-0.122.ebuild,v 1.2 2006/08/04 15:34:11 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.122.ebuild,v 1.3 2006/08/05 21:10:27 vapier Exp $
inherit eutils autotools
@@ -34,8 +34,7 @@ src_unpack() {
epatch "${FILESDIR}"/${PN}-0.118-libelf-link.patch
epatch "${FILESDIR}"/${PN}-0.118-PaX-support.patch
epatch "${FILESDIR}"/${PN}-0.118-no-nested-functions.patch #116968
- epatch "${FILESDIR}"/${PN}-0.122-aux-config-dir.patch #
- # this will make more files than need be, but who cares really
+ # this will make more files +x than need be, but who cares really
chmod a+rx config/*
AT_M4DIR="${S}/m4" eautoreconf