diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-03-18 01:30:03 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-03-18 01:30:03 +0000 |
commit | 098f5ded12e68d8e298754597b8cd81bd19bb7d4 (patch) | |
tree | 216594268aefa0ffd58a5f9d579798be00b5d97f /dev-util | |
parent | Clean up upstream code slightly, so it works better. (diff) | |
download | gentoo-2-098f5ded12e68d8e298754597b8cd81bd19bb7d4.tar.gz gentoo-2-098f5ded12e68d8e298754597b8cd81bd19bb7d4.tar.bz2 gentoo-2-098f5ded12e68d8e298754597b8cd81bd19bb7d4.zip |
Stable on ppc64; bug #126569
(Portage version: 2.0.54)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/guile/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/guile/guile-1.6.7.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/guile/ChangeLog b/dev-util/guile/ChangeLog index 04602bdc92bc..adb69ee7a210 100644 --- a/dev-util/guile/ChangeLog +++ b/dev-util/guile/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/guile -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/guile/ChangeLog,v 1.49 2005/09/09 21:18:13 ranger Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/guile/ChangeLog,v 1.50 2006/03/18 01:30:03 corsair Exp $ + + 18 Mar 2006; Markus Rothe <corsair@gentoo.org> guile-1.6.7.ebuild: + Stable on ppc64; bug #126569 09 Sep 2005; Brent Baude <ranger@gentoo.org> guile-1.6.7.ebuild: Marking guile-1.6.7 as ~ppc64 for bug 103918 diff --git a/dev-util/guile/guile-1.6.7.ebuild b/dev-util/guile/guile-1.6.7.ebuild index d539053e0f66..ac8e089df8c8 100644 --- a/dev-util/guile/guile-1.6.7.ebuild +++ b/dev-util/guile/guile-1.6.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/guile/guile-1.6.7.ebuild,v 1.16 2005/09/09 21:18:13 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/guile/guile-1.6.7.ebuild,v 1.17 2006/03/18 01:30:03 corsair Exp $ inherit flag-o-matic eutils libtool @@ -9,7 +9,7 @@ HOMEPAGE="http://www.gnu.org/software/guile/" SRC_URI="mirror://gnu/guile/${P}.tar.gz" LICENSE="GPL-2" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ~ppc-macos ~ppc64 s390 sh sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ~ppc-macos ppc64 s390 sh sparc x86" IUSE="" # Problems with parallel builds (#34029), so I'm taking the safer route |