diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-02-21 01:00:11 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-02-21 01:00:11 +0000 |
commit | e8d64ab1ceadebb535b992ced73553da74d9fe8d (patch) | |
tree | 31af7bd1dca22198571efbc3ddc558018da30331 /app-emulation | |
parent | arm needs deps first; tidy (diff) | |
download | historical-e8d64ab1ceadebb535b992ced73553da74d9fe8d.tar.gz historical-e8d64ab1ceadebb535b992ced73553da74d9fe8d.tar.bz2 historical-e8d64ab1ceadebb535b992ced73553da74d9fe8d.zip |
bug #41491
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/hercules/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/hercules/Manifest | 4 | ||||
-rw-r--r-- | app-emulation/hercules/hercules-3.01.ebuild | 6 |
3 files changed, 11 insertions, 4 deletions
diff --git a/app-emulation/hercules/ChangeLog b/app-emulation/hercules/ChangeLog index a27384fbc50d..458b38a7ee42 100644 --- a/app-emulation/hercules/ChangeLog +++ b/app-emulation/hercules/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/hercules # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/hercules/ChangeLog,v 1.9 2004/02/11 11:30:15 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/hercules/ChangeLog,v 1.10 2004/02/21 01:00:11 lanius Exp $ + + 21 Feb 2004; Heinrich Wendel <lanius@gentoo.org> hercules-3.01.ebuild: + bug #41491 *hercules-3.01 (11 Feb 2004) diff --git a/app-emulation/hercules/Manifest b/app-emulation/hercules/Manifest index 2c3157aa1544..7052c83f2f91 100644 --- a/app-emulation/hercules/Manifest +++ b/app-emulation/hercules/Manifest @@ -1,7 +1,7 @@ -MD5 008a383383727e7ee0fcb03b7fc78ff7 ChangeLog 1186 +MD5 33c6a8b63e82eb79bd03aade6a0004fd hercules-3.01.ebuild 1966 MD5 5778494910ccfd3ba38d780fe4c1cfbe hercules-2.17.1-r1.ebuild 1777 MD5 52d99cf7518c2a8f8738f51b635f28b7 hercules-3.00.ebuild 1920 -MD5 e1ff744eba92efea0889ac2a21f02a9a hercules-3.01.ebuild 1901 +MD5 0d8ea57b07eb5a8ecb12fcab7ff0d16c ChangeLog 1274 MD5 e09f0c008fb3b02510eb63971a66ecf3 files/digest-hercules-2.17.1-r1 68 MD5 64b6313ec62cc77a8a5b021ab426a67d files/digest-hercules-3.00 66 MD5 420850c3a641b2b1c34c6a9794e2278c files/digest-hercules-3.01 66 diff --git a/app-emulation/hercules/hercules-3.01.ebuild b/app-emulation/hercules/hercules-3.01.ebuild index 596f5f015f32..62ecf2daa0da 100644 --- a/app-emulation/hercules/hercules-3.01.ebuild +++ b/app-emulation/hercules/hercules-3.01.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/hercules/hercules-3.01.ebuild,v 1.2 2004/02/17 03:23:55 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/hercules/hercules-3.01.ebuild,v 1.3 2004/02/21 01:00:11 lanius Exp $ + +inherit flag-o-matic DESCRIPTION="Hercules System/370, ESA/390 and zArchitecture Mainframe Emulator" SRC_URI="http://www.conmicro.cx/hercules/${P}.tar.gz" @@ -13,6 +15,8 @@ IUSE="" DEPEND="virtual/glibc app-arch/bzip2" +replace-flags -march=pentium3 -mcpu=pentium3 + src_compile() { local mycflags mycflags="${CFLAGS}" |