diff options
author | 2002-05-08 00:06:18 +0000 | |
---|---|---|
committer | 2002-05-08 00:06:18 +0000 | |
commit | 345613fbe7da1ec1dfed5896ef689b44cfdd181e (patch) | |
tree | 13264d55e04cffde7fd4fdd4956cc9f5d4c46c10 /sys-apps/bash/bash-2.05a-r2.ebuild | |
parent | fix DEPEND typo (diff) | |
download | historical-345613fbe7da1ec1dfed5896ef689b44cfdd181e.tar.gz historical-345613fbe7da1ec1dfed5896ef689b44cfdd181e.tar.bz2 historical-345613fbe7da1ec1dfed5896ef689b44cfdd181e.zip |
removing old portage dependencies
Diffstat (limited to 'sys-apps/bash/bash-2.05a-r2.ebuild')
-rw-r--r-- | sys-apps/bash/bash-2.05a-r2.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-apps/bash/bash-2.05a-r2.ebuild b/sys-apps/bash/bash-2.05a-r2.ebuild index 30c8d44198d6..de187ae5b174 100644 --- a/sys-apps/bash/bash-2.05a-r2.ebuild +++ b/sys-apps/bash/bash-2.05a-r2.ebuild @@ -1,15 +1,14 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/bash/bash-2.05a-r2.ebuild,v 1.3 2002/04/12 17:53:04 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/bash/bash-2.05a-r2.ebuild,v 1.4 2002/05/08 00:06:18 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="The standard GNU Bourne again shell" SRC_URI="ftp://ftp.gnu.org/gnu/bash/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/bash/bash.html" -#A recent portage is needed since bash is dynamic. -DEPEND=">=sys-libs/ncurses-5.2-r2 readline? ( >=sys-libs/readline-4.1-r2 ) >=sys-apps/portage-1.8" +DEPEND=">=sys-libs/ncurses-5.2-r2 readline? ( >=sys-libs/readline-4.1-r2 )" RDEPEND="virtual/glibc" src_unpack() { |