diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-27 23:04:50 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-27 23:04:50 +0000 |
commit | 524693934163c0286d2885619a1513a6b96eecdd (patch) | |
tree | bc921253af57d081ba5a28fe00955cd1d560e889 /app-emulation/hercules/hercules-3.00.ebuild | |
parent | ver bump (Manifest recommit) (diff) | |
download | gentoo-2-524693934163c0286d2885619a1513a6b96eecdd.tar.gz gentoo-2-524693934163c0286d2885619a1513a6b96eecdd.tar.bz2 gentoo-2-524693934163c0286d2885619a1513a6b96eecdd.zip |
touch the libc
Diffstat (limited to 'app-emulation/hercules/hercules-3.00.ebuild')
-rw-r--r-- | app-emulation/hercules/hercules-3.00.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emulation/hercules/hercules-3.00.ebuild b/app-emulation/hercules/hercules-3.00.ebuild index a3154c7eba63..dcd67937c4ca 100644 --- a/app-emulation/hercules/hercules-3.00.ebuild +++ b/app-emulation/hercules/hercules-3.00.ebuild @@ -1,17 +1,17 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/hercules/hercules-3.00.ebuild,v 1.5 2004/06/24 22:32:29 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/hercules/hercules-3.00.ebuild,v 1.6 2004/06/27 23:04:29 vapier Exp $ DESCRIPTION="Hercules System/370, ESA/390 and zArchitecture Mainframe Emulator" -SRC_URI="http://www.conmicro.cx/hercules/${P}.tar.gz" HOMEPAGE="http://www.conmicro.cx/hercules/" +SRC_URI="http://www.conmicro.cx/hercules/${P}.tar.gz" LICENSE="QPL-1.0" SLOT="0" KEYWORDS="~x86 ~ppc ~alpha ~sparc" IUSE="" -DEPEND="virtual/glibc +DEPEND="virtual/libc app-arch/bzip2" src_compile() { |