diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2005-07-23 20:30:59 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2005-07-23 20:30:59 +0000 |
commit | a377e3317bff1091d0ebc4e16c952a3fe0c10875 (patch) | |
tree | 195a7e11397aba3552880116231a5437f96e5bff | |
parent | Now that mozilla-launcher-1.42 handles -register gracefully for mozilla (by (diff) | |
download | gentoo-2-a377e3317bff1091d0ebc4e16c952a3fe0c10875.tar.gz gentoo-2-a377e3317bff1091d0ebc4e16c952a3fe0c10875.tar.bz2 gentoo-2-a377e3317bff1091d0ebc4e16c952a3fe0c10875.zip |
Stable on sh.
(Portage version: 2.0.51.22-r2)
-rw-r--r-- | dev-util/guile/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/guile/guile-1.6.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/guile/ChangeLog b/dev-util/guile/ChangeLog index 8e5cfeba310c..4f7b5686c8d6 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.46 2005/07/12 03:56:37 geoman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/guile/ChangeLog,v 1.47 2005/07/23 20:30:59 matsuu Exp $ + + 23 Jul 2005; MATSUU Takuto <matsuu@gentoo.org> guile-1.6.7.ebuild: + Stable on sh. 12 Jul 2005; Stephen P. Becker <geoman@gentoo.org> guile-1.6.7.ebuild: stable on mips diff --git a/dev-util/guile/guile-1.6.7.ebuild b/dev-util/guile/guile-1.6.7.ebuild index 01080817e4c3..136847c954de 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 # 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.13 2005/07/12 03:56:37 geoman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/guile/guile-1.6.7.ebuild,v 1.14 2005/07/23 20:30:59 matsuu 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 s390 sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ~ppc-macos s390 sh sparc x86" IUSE="" # Problems with parallel builds (#34029), so I'm taking the safer route |