diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-11-14 20:07:10 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-11-14 20:07:10 +0000 |
commit | 0b8932756596ac72d355ec5166421ec3652b4f9e (patch) | |
tree | 3b98745ddb3bddd6537db9ad025c2c8a94986e81 /app-emulation/hercules/hercules-3.00.ebuild | |
parent | bzip2 moved from sys-apps to app-arch (diff) | |
download | gentoo-2-0b8932756596ac72d355ec5166421ec3652b4f9e.tar.gz gentoo-2-0b8932756596ac72d355ec5166421ec3652b4f9e.tar.bz2 gentoo-2-0b8932756596ac72d355ec5166421ec3652b4f9e.zip |
dependency from sys-apps/bzip2 to app-arch/bzip2
Diffstat (limited to 'app-emulation/hercules/hercules-3.00.ebuild')
-rw-r--r-- | app-emulation/hercules/hercules-3.00.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/hercules/hercules-3.00.ebuild b/app-emulation/hercules/hercules-3.00.ebuild index 0f89c4d68bbd..7fa822457c77 100644 --- a/app-emulation/hercules/hercules-3.00.ebuild +++ b/app-emulation/hercules/hercules-3.00.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # 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.1 2003/10/12 18:27:22 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/hercules/hercules-3.00.ebuild,v 1.2 2003/11/14 20:03:42 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Hercules System/370, ESA/390 and zArchitecture Mainframe Emulator" @@ -12,7 +12,7 @@ SLOT="0" IUSE="" DEPEND="virtual/glibc - sys-apps/bzip2" + app-arch/bzip2" src_compile() { local mycflags |