diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 02:52:04 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 02:52:04 +0000 |
commit | ebbcab75669c501f475dca2a3837669d7a003ef5 (patch) | |
tree | 19b6fd2fb1c0299acdd5fb762f84bab4259a5bec /sys-boot/silo/silo-1.3.1-r1.ebuild | |
parent | don't assign S=${WORKDIR}/${P} (diff) | |
download | gentoo-2-ebbcab75669c501f475dca2a3837669d7a003ef5.tar.gz gentoo-2-ebbcab75669c501f475dca2a3837669d7a003ef5.tar.bz2 gentoo-2-ebbcab75669c501f475dca2a3837669d7a003ef5.zip |
sync IUSE (+hardened), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'sys-boot/silo/silo-1.3.1-r1.ebuild')
-rw-r--r-- | sys-boot/silo/silo-1.3.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-boot/silo/silo-1.3.1-r1.ebuild b/sys-boot/silo/silo-1.3.1-r1.ebuild index 159ce964eb71..41952f713472 100644 --- a/sys-boot/silo/silo-1.3.1-r1.ebuild +++ b/sys-boot/silo/silo-1.3.1-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.1-r1.ebuild,v 1.4 2004/06/24 22:36:09 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/silo/silo-1.3.1-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" |