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 | 4a26f039cf0c445b159b565ae351fb23a9afe041 (patch) | |
tree | 590a48e87bd53f0fbafa15c6fdfa219afef7657b /app-emulation | |
parent | arm needs deps first; tidy (Manifest recommit) (diff) | |
download | gentoo-2-4a26f039cf0c445b159b565ae351fb23a9afe041.tar.gz gentoo-2-4a26f039cf0c445b159b565ae351fb23a9afe041.tar.bz2 gentoo-2-4a26f039cf0c445b159b565ae351fb23a9afe041.zip |
bug #41491
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/hercules/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/hercules/hercules-3.01.ebuild | 6 |
2 files changed, 9 insertions, 2 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/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}" |