diff options
author | 2006-10-17 22:44:41 +0000 | |
---|---|---|
committer | 2006-10-17 22:44:41 +0000 | |
commit | fbd46640eda5c539bae5329637eb76cfdef76f90 (patch) | |
tree | 89cb39308a577be8f875fa99a787e96ea031f51c /sci-mathematics/euler | |
parent | Stable on x86 wrt bug #145829. (diff) | |
download | gentoo-2-fbd46640eda5c539bae5329637eb76cfdef76f90.tar.gz gentoo-2-fbd46640eda5c539bae5329637eb76cfdef76f90.tar.bz2 gentoo-2-fbd46640eda5c539bae5329637eb76cfdef76f90.zip |
Stable on amd64/x86 wrt bug #146590.
(Portage version: 2.1.2_pre3-r3)
Diffstat (limited to 'sci-mathematics/euler')
-rw-r--r-- | sci-mathematics/euler/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/euler/euler-1.61.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-mathematics/euler/ChangeLog b/sci-mathematics/euler/ChangeLog index 24551a943271..4621dc326780 100644 --- a/sci-mathematics/euler/ChangeLog +++ b/sci-mathematics/euler/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/euler # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/euler/ChangeLog,v 1.10 2006/04/04 14:01:04 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/euler/ChangeLog,v 1.11 2006/10/17 22:44:41 wolf31o2 Exp $ + + 17 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> euler-1.61.0.ebuild: + Stable on amd64/x86 wrt bug #146590. 04 Apr 2006; Markus Dittrich <markusle@gentoo.org> +files/euler-glibc-2.4-gentoo.patch, euler-1.61.0.ebuild: diff --git a/sci-mathematics/euler/euler-1.61.0.ebuild b/sci-mathematics/euler/euler-1.61.0.ebuild index f9004a7ca7ba..223afcb4414e 100644 --- a/sci-mathematics/euler/euler-1.61.0.ebuild +++ b/sci-mathematics/euler/euler-1.61.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/euler/euler-1.61.0.ebuild,v 1.3 2006/04/04 14:01:04 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/euler/euler-1.61.0.ebuild,v 1.4 2006/10/17 22:44:41 wolf31o2 Exp $ inherit autotools eutils @@ -9,7 +9,7 @@ HOMEPAGE="http://euler.sourceforge.net/" SRC_URI="mirror://sourceforge/euler/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc -sparc ~amd64" +KEYWORDS="amd64 ~ppc -sparc x86" IUSE="" DEPEND=">=x11-libs/gtk+-2" |