diff options
author | Ned Ludd <solar@gentoo.org> | 2005-05-30 02:32:07 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2005-05-30 02:32:07 +0000 |
commit | c53fbd12d377d81cccbb4aaff5b8a05d799701d8 (patch) | |
tree | 530e2d08ffd3cf90468690ad2c09b8091e9bfa98 /app-shells/bash/bash-2.05b-r11.ebuild | |
parent | echangelog - update package to use libc expanded variable elibc_uclibc vs ucl... (diff) | |
download | historical-c53fbd12d377d81cccbb4aaff5b8a05d799701d8.tar.gz historical-c53fbd12d377d81cccbb4aaff5b8a05d799701d8.tar.bz2 historical-c53fbd12d377d81cccbb4aaff5b8a05d799701d8.zip |
echangelog - update package to use libc expanded variable elibc_uclibc vs uclibc so USE=-* works
Diffstat (limited to 'app-shells/bash/bash-2.05b-r11.ebuild')
-rw-r--r-- | app-shells/bash/bash-2.05b-r11.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-shells/bash/bash-2.05b-r11.ebuild b/app-shells/bash/bash-2.05b-r11.ebuild index a123c90ffdff..76822557fe27 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.6 2005/05/14 18:55:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-2.05b-r11.ebuild,v 1.7 2005/05/30 02:32:07 solar Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -16,7 +16,7 @@ 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 uclibc" +IUSE="nls build" # 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 uclibc && rm -f ${D}/usr/bin/bashbug ${D}/usr/share/man*/bashbug* + use elibc_uclibc && rm -f ${D}/usr/bin/bashbug ${D}/usr/share/man*/bashbug* insinto /etc/bash doins ${FILESDIR}/bashrc |