diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-06-14 21:51:55 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-06-14 21:51:55 +0000 |
commit | 5b01f452435aefac510747bb905c9c328cd35351 (patch) | |
tree | d32d56a37ded12735434d91cd0ad5a094acc213c /app-shells/bash/bash-2.05b-r11.ebuild | |
parent | Version bump, bug #95853 (diff) | |
download | historical-5b01f452435aefac510747bb905c9c328cd35351.tar.gz historical-5b01f452435aefac510747bb905c9c328cd35351.tar.bz2 historical-5b01f452435aefac510747bb905c9c328cd35351.zip |
cleanup
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'app-shells/bash/bash-2.05b-r11.ebuild')
-rw-r--r-- | app-shells/bash/bash-2.05b-r11.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-shells/bash/bash-2.05b-r11.ebuild b/app-shells/bash/bash-2.05b-r11.ebuild index 76822557fe27..7004ecd96d84 100644 --- a/app-shells/bash/bash-2.05b-r11.ebuild +++ b/app-shells/bash/bash-2.05b-r11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-2.05b-r11.ebuild,v 1.7 2005/05/30 02:32:07 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-2.05b-r11.ebuild,v 1.8 2005/06/14 21:51:55 vapier Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -15,8 +15,8 @@ SRC_URI="mirror://gnu/bash/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="nls build" +KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86" +IUSE="nls build minimal" # we link statically with ncurses DEPEND=">=sys-libs/ncurses-5.2-r2" @@ -111,7 +111,7 @@ src_install() { dosym bash /bin/sh dosym bash /bin/rbash - use elibc_uclibc && rm -f ${D}/usr/bin/bashbug ${D}/usr/share/man*/bashbug* + use minimal && rm -f ${D}/usr/bin/bashbug ${D}/usr/share/man*/bashbug* insinto /etc/bash doins ${FILESDIR}/bashrc |