summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2010-09-04 23:12:16 +0000
committerMike Frysinger <vapier@gentoo.org>2010-09-04 23:12:16 +0000
commit6a43376a357a63a125d4ecfa5ce3c30cad112c69 (patch)
tree0716f6235dc8bc8a1d8bcd2c6a0f7633fc39aa44 /app-shells/bash
parentAutomated update of use.local.desc (diff)
downloadgentoo-2-6a43376a357a63a125d4ecfa5ce3c30cad112c69.tar.gz
gentoo-2-6a43376a357a63a125d4ecfa5ce3c30cad112c69.tar.bz2
gentoo-2-6a43376a357a63a125d4ecfa5ce3c30cad112c69.zip
Disable emacs checking #335896 by Fernando V.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-shells/bash')
-rw-r--r--app-shells/bash/ChangeLog5
-rw-r--r--app-shells/bash/bash-4.1_p7.ebuild4
2 files changed, 7 insertions, 2 deletions
diff --git a/app-shells/bash/ChangeLog b/app-shells/bash/ChangeLog
index 19937078f944..8c5fb76431f9 100644
--- a/app-shells/bash/ChangeLog
+++ b/app-shells/bash/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-shells/bash
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.260 2010/05/20 03:01:41 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.261 2010/09/04 23:12:16 vapier Exp $
+
+ 04 Sep 2010; Mike Frysinger <vapier@gentoo.org> bash-4.1_p7.ebuild:
+ Disable emacs checking #335896 by Fernando V.
*bash-4.1_p7 (20 May 2010)
diff --git a/app-shells/bash/bash-4.1_p7.ebuild b/app-shells/bash/bash-4.1_p7.ebuild
index 66291797fd8e..a458cfbce458 100644
--- a/app-shells/bash/bash-4.1_p7.ebuild
+++ b/app-shells/bash/bash-4.1_p7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.1_p7.ebuild,v 1.1 2010/05/20 03:01:41 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.1_p7.ebuild,v 1.2 2010/09/04 23:12:16 vapier Exp $
EAPI="1"
@@ -108,6 +108,8 @@ src_compile() {
# sucks bad compared to ncurses
myconf="${myconf} --with-curses"
+ myconf="${myconf} --without-lispdir" #335896
+
use plugins && append-ldflags -Wl,-rpath,/usr/$(get_libdir)/bash
econf \
$(use_with afs) \