diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-01-31 20:49:07 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-01-31 20:49:07 +0000 |
commit | be3eb5e24a1ee9b920f5abc0395377870260323f (patch) | |
tree | 738e86242e5972111efda01394d9d1604355edaf /sys-devel/bin86 | |
parent | *** empty log message *** (diff) | |
download | historical-be3eb5e24a1ee9b920f5abc0395377870260323f.tar.gz historical-be3eb5e24a1ee9b920f5abc0395377870260323f.tar.bz2 historical-be3eb5e24a1ee9b920f5abc0395377870260323f.zip |
*** empty log message ***
Diffstat (limited to 'sys-devel/bin86')
-rw-r--r-- | sys-devel/bin86/bin86-0.15.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/bin86/bin86-0.15.4.ebuild b/sys-devel/bin86/bin86-0.15.4.ebuild index 5005be222673..38516031304f 100644 --- a/sys-devel/bin86/bin86-0.15.4.ebuild +++ b/sys-devel/bin86/bin86-0.15.4.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bin86/bin86-0.15.4.ebuild,v 1.2 2000/11/30 23:15:06 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bin86/bin86-0.15.4.ebuild,v 1.3 2001/01/31 20:49:07 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/bin86 DESCRIPTION="Assembler and loader used to create kernel bootsector" SRC_URI="http://www.cix.co.uk/~mayday/${A}" HOMEPAGE="http://www.cix.co.uk/~mayday/" -DEPEND=">=sys-libs/glibc-2.1.3" +DEPEND="virtual/glibc" RDEPEND="$DEPEND >=sys-apps/bash-2.04" |