diff options
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/silo/ChangeLog | 6 | ||||
-rw-r--r-- | sys-boot/silo/silo-1.4.8.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-boot/silo/ChangeLog b/sys-boot/silo/ChangeLog index 2b629dcf9428..f7123ada6ac5 100644 --- a/sys-boot/silo/ChangeLog +++ b/sys-boot/silo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-boot/silo # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/silo/ChangeLog,v 1.17 2004/07/14 15:40:43 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/silo/ChangeLog,v 1.18 2004/07/27 20:42:05 ciaranm Exp $ + + 27 Jul 2004; Ciaran McCreesh <ciaranm@gentoo.org> silo-1.4.8.ebuild: + Stable on sparc. Ben claims that the problems that a few people have been + having with the 1.4.x series are now fixed. *silo-1.4.8 (14 Jul 2004) diff --git a/sys-boot/silo/silo-1.4.8.ebuild b/sys-boot/silo/silo-1.4.8.ebuild index 5a993336065a..d18dee96f339 100644 --- a/sys-boot/silo/silo-1.4.8.ebuild +++ b/sys-boot/silo/silo-1.4.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/silo/silo-1.4.8.ebuild,v 1.2 2004/07/15 02:52:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/silo/silo-1.4.8.ebuild,v 1.3 2004/07/27 20:42:05 ciaranm Exp $ inherit mount-boot flag-o-matic @@ -10,7 +10,7 @@ HOMEPAGE="http://www.sparc-boot.org" SLOT="0" LICENSE="GPL-2" -KEYWORDS="-* ~sparc" +KEYWORDS="-* sparc" IUSE="hardened" PROVIDE="virtual/bootloader" |