diff options
author | David Holm <dholm@gentoo.org> | 2005-05-06 18:27:41 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2005-05-06 18:27:41 +0000 |
commit | 7ffa3274a99b901ca5f2db7b770a10430065c33d (patch) | |
tree | 8fa3bd8b73650e098365ae4d0ed28292c314e135 /sci-mathematics/num-utils | |
parent | Marking stable on x86. appears to fix bug 89681 (diff) | |
download | gentoo-2-7ffa3274a99b901ca5f2db7b770a10430065c33d.tar.gz gentoo-2-7ffa3274a99b901ca5f2db7b770a10430065c33d.tar.bz2 gentoo-2-7ffa3274a99b901ca5f2db7b770a10430065c33d.zip |
Added to ~ppc
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'sci-mathematics/num-utils')
-rw-r--r-- | sci-mathematics/num-utils/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/num-utils/num-utils-0.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-mathematics/num-utils/ChangeLog b/sci-mathematics/num-utils/ChangeLog index 734c1ca822ba..1ba4d5e5e5a8 100644 --- a/sci-mathematics/num-utils/ChangeLog +++ b/sci-mathematics/num-utils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/num-utils # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/num-utils/ChangeLog,v 1.3 2005/03/12 23:33:33 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/num-utils/ChangeLog,v 1.4 2005/05/06 18:27:41 dholm Exp $ + + 06 May 2005; David Holm <dholm@gentoo.org> num-utils-0.5.ebuild: + Added to ~ppc. *num-utils-0.5 (13 Mar 2005) diff --git a/sci-mathematics/num-utils/num-utils-0.5.ebuild b/sci-mathematics/num-utils/num-utils-0.5.ebuild index 7fda0b90b50a..916a60f15f3d 100644 --- a/sci-mathematics/num-utils/num-utils-0.5.ebuild +++ b/sci-mathematics/num-utils/num-utils-0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/num-utils/num-utils-0.5.ebuild,v 1.1 2005/03/12 23:33:33 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/num-utils/num-utils-0.5.ebuild,v 1.2 2005/05/06 18:27:41 dholm Exp $ IUSE="" @@ -12,7 +12,7 @@ DEPEND="" RDEPEND="dev-lang/perl" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~ppc" src_compile() { emake || die |