diff options
author | Ned Ludd <solar@gentoo.org> | 2004-06-15 06:10:25 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2004-06-15 06:10:25 +0000 |
commit | 3d3a648da418c500224d7799beb83cd3c7e702f4 (patch) | |
tree | b414966ac443e1c60ff3ebda860db6cf505f90b7 /app-shells | |
parent | USE=build cleanups (Manifest recommit) (diff) | |
download | gentoo-2-3d3a648da418c500224d7799beb83cd3c7e702f4.tar.gz gentoo-2-3d3a648da418c500224d7799beb83cd3c7e702f4.tar.bz2 gentoo-2-3d3a648da418c500224d7799beb83cd3c7e702f4.zip |
remove *bashbug* when using uclibc
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bash/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/bash/bash-2.05b-r9.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/app-shells/bash/ChangeLog b/app-shells/bash/ChangeLog index cc8b6bf6fb9b..992317243a32 100644 --- a/app-shells/bash/ChangeLog +++ b/app-shells/bash/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/bash # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.35 2004/04/17 06:18:52 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.36 2004/06/15 06:10:25 solar Exp $ + + 15 Jun 2004; <solar@gentoo.org> bash-2.05b-r9.ebuild: + remove *bashbug* when using uclibc 17 Apr 2004; Travis Tilley <lv@gentoo.org> bash-2.05b-r9.ebuild: marked stable on amd64 diff --git a/app-shells/bash/bash-2.05b-r9.ebuild b/app-shells/bash/bash-2.05b-r9.ebuild index 6eb3f25e00b7..40b89c71b9fa 100644 --- a/app-shells/bash/bash-2.05b-r9.ebuild +++ b/app-shells/bash/bash-2.05b-r9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-2.05b-r9.ebuild,v 1.13 2004/05/28 21:15:02 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-2.05b-r9.ebuild,v 1.14 2004/06/15 06:10:25 solar Exp $ inherit eutils flag-o-matic gnuconfig @@ -16,7 +16,7 @@ SRC_URI="mirror://gnu/bash/${P}.tar.gz LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc ppc64 sparc mips alpha arm hppa amd64 ia64 s390" -IUSE="nls build" +IUSE="nls build uclibc" DEPEND=">=sys-libs/ncurses-5.2-r2" @@ -96,6 +96,8 @@ src_install() { dosym bash /bin/sh dosym bash /bin/rbash + use uclibc && rm -f ${D}/usr/bin/bashbug ${D}/usr/share/man*/bashbug* + use build \ && rm -rf ${D}/usr \ || ( \ |