diff options
Diffstat (limited to 'sys-boot/silo/silo-1.3.2-r1.ebuild')
-rw-r--r-- | sys-boot/silo/silo-1.3.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-boot/silo/silo-1.3.2-r1.ebuild b/sys-boot/silo/silo-1.3.2-r1.ebuild index 34527428b505..c1d2e6a74d55 100644 --- a/sys-boot/silo/silo-1.3.2-r1.ebuild +++ b/sys-boot/silo/silo-1.3.2-r1.ebuild @@ -1,10 +1,9 @@ # 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.3.2-r1.ebuild,v 1.4 2004/06/24 22:36:09 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/silo/silo-1.3.2-r1.ebuild,v 1.5 2004/07/15 02:52:04 agriffis Exp $ inherit mount-boot -S=${WORKDIR}/${P} DESCRIPTION="SPARC/UltraSPARC Improved Loader, a boot loader for sparc" SRC_URI="http://www.sparc-boot.org/pub/silo/old/${P}.tar.gz" HOMEPAGE="http://www.sparc-boot.org" @@ -12,6 +11,7 @@ HOMEPAGE="http://www.sparc-boot.org" SLOT="0" LICENSE="GPL-2" KEYWORDS="-* ~sparc" +IUSE="" PROVIDE="virtual/bootloader" |