diff options
author | Lars Weiler <pylon@gentoo.org> | 2007-06-26 20:07:18 +0000 |
---|---|---|
committer | Lars Weiler <pylon@gentoo.org> | 2007-06-26 20:07:18 +0000 |
commit | 3efefc7578f9f2196121430430a5615da5262cc6 (patch) | |
tree | c1fb239ef91dbe4ee9f8734f533d47328e69751f /app-emulation | |
parent | added support for Ada (diff) | |
download | gentoo-2-3efefc7578f9f2196121430430a5615da5262cc6.tar.gz gentoo-2-3efefc7578f9f2196121430430a5615da5262cc6.tar.bz2 gentoo-2-3efefc7578f9f2196121430430a5615da5262cc6.zip |
Stable on ppc; bug #183080.
(Portage version: 2.1.3_rc5)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/hercules/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/hercules/hercules-3.04.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/hercules/ChangeLog b/app-emulation/hercules/ChangeLog index 592060f6c2cc..5403e7ad5b2d 100644 --- a/app-emulation/hercules/ChangeLog +++ b/app-emulation/hercules/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/hercules # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/hercules/ChangeLog,v 1.19 2007/06/24 21:37:55 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/hercules/ChangeLog,v 1.20 2007/06/26 20:07:18 pylon Exp $ + + 26 Jun 2007; Lars Weiler <pylon@gentoo.org> hercules-3.04.ebuild: + Stable on ppc; bug #183080. 24 Jun 2007; Christoph Mende <angelos@gentoo.org> hercules-3.04.ebuild: Stable on amd64 wrt bug 183080 diff --git a/app-emulation/hercules/hercules-3.04.ebuild b/app-emulation/hercules/hercules-3.04.ebuild index e15fc36d4bba..ab3963d4cf05 100644 --- a/app-emulation/hercules/hercules-3.04.ebuild +++ b/app-emulation/hercules/hercules-3.04.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/hercules/hercules-3.04.ebuild,v 1.2 2007/06/24 21:37:55 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/hercules/hercules-3.04.ebuild,v 1.3 2007/06/26 20:07:18 pylon Exp $ inherit flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="http://www.hercules-390.org/${P}.tar.gz" LICENSE="QPL-1.0" SLOT="0" -KEYWORDS="~alpha amd64 ~ppc ~sparc ~x86" +KEYWORDS="~alpha amd64 ppc ~sparc ~x86" IUSE="custom-cflags" src_compile() { |