diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-05-06 00:58:51 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-05-06 00:58:51 +0000 |
commit | 136877d36fe25088189c3e10ed5ade6d5f8089f5 (patch) | |
tree | 1bcb1cc24d5ea8c25fd32680267011959846811a /app-shells/bash/bash-3.1_p17.ebuild | |
parent | Add ~x86-fbsd keyword and move epunt_cxx after eautoreconf. (diff) | |
download | gentoo-2-136877d36fe25088189c3e10ed5ade6d5f8089f5.tar.gz gentoo-2-136877d36fe25088189c3e10ed5ade6d5f8089f5.tar.bz2 gentoo-2-136877d36fe25088189c3e10ed5ade6d5f8089f5.zip |
Fix /dev/fd test with FEATURES=userpriv #131875 by Heinrich Nirschl.
(Portage version: 2.1_pre10-r2)
Diffstat (limited to 'app-shells/bash/bash-3.1_p17.ebuild')
-rw-r--r-- | app-shells/bash/bash-3.1_p17.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-shells/bash/bash-3.1_p17.ebuild b/app-shells/bash/bash-3.1_p17.ebuild index a69ed84c76e3..bfaf2e1655cd 100644 --- a/app-shells/bash/bash-3.1_p17.ebuild +++ b/app-shells/bash/bash-3.1_p17.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-shells/bash/bash-3.1_p17.ebuild,v 1.1 2006/04/14 22:51:49 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.1_p17.ebuild,v 1.2 2006/05/06 00:58:51 vapier Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -65,6 +65,8 @@ src_unpack() { epatch "${FILESDIR}"/${PN}-3.0-trap-fg-signals.patch # Fix -/bin/bash login shell #118257 epatch "${FILESDIR}"/bash-3.1-fix-dash-login-shell.patch + # Fix /dev/fd test with FEATURES=userpriv #131875 + epatch "${FILESDIR}"/bash-3.1-dev-fd-test-as-user.patch # # Fix generation of signals list when cross-compiling # epatch "${FILESDIR}"/${PN}-3.0-cross-signals.patch # Log bash commands to syslog #91327 |