diff options
author | Raúl Porcel <armin76@gentoo.org> | 2011-04-02 12:02:49 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2011-04-02 12:02:49 +0000 |
commit | 983088ff6df4965f70bdeb4fd5f63819360f4c64 (patch) | |
tree | ebb26d7f5793aaec4a675ae65cb277aaa0b1d868 /sys-boot/silo | |
parent | Remove PROVIDE line for bug #359971 (diff) | |
download | gentoo-2-983088ff6df4965f70bdeb4fd5f63819360f4c64.tar.gz gentoo-2-983088ff6df4965f70bdeb4fd5f63819360f4c64.tar.bz2 gentoo-2-983088ff6df4965f70bdeb4fd5f63819360f4c64.zip |
Remove PROVIDE line for bug #359971
(Portage version: 2.1.9.44/cvs/Linux ia64)
Diffstat (limited to 'sys-boot/silo')
-rw-r--r-- | sys-boot/silo/ChangeLog | 5 | ||||
-rw-r--r-- | sys-boot/silo/silo-1.4.14_p20100228.ebuild | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/sys-boot/silo/ChangeLog b/sys-boot/silo/ChangeLog index b88caca20388..fbf074c28d27 100644 --- a/sys-boot/silo/ChangeLog +++ b/sys-boot/silo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-boot/silo # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/silo/ChangeLog,v 1.46 2011/01/22 12:25:20 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/silo/ChangeLog,v 1.47 2011/04/02 12:02:49 armin76 Exp $ + + 02 Apr 2011; Raúl Porcel <armin76@gentoo.org> silo-1.4.14_p20100228.ebuild: + Remove PROVIDE line for bug #359971 22 Jan 2011; Raúl Porcel <armin76@gentoo.org> -silo-1.4.14.ebuild, silo-1.4.14_p20100228.ebuild, +files/silo-e2fsprogs-1.4.14.patch, diff --git a/sys-boot/silo/silo-1.4.14_p20100228.ebuild b/sys-boot/silo/silo-1.4.14_p20100228.ebuild index ca501c60e854..ec09fea8a30c 100644 --- a/sys-boot/silo/silo-1.4.14_p20100228.ebuild +++ b/sys-boot/silo/silo-1.4.14_p20100228.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/silo/silo-1.4.14_p20100228.ebuild,v 1.4 2011/01/22 12:25:20 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/silo/silo-1.4.14_p20100228.ebuild,v 1.5 2011/04/02 12:02:49 armin76 Exp $ inherit mount-boot flag-o-matic toolchain-funcs @@ -20,8 +20,6 @@ LICENSE="GPL-2" KEYWORDS="-* sparc" IUSE="hardened" -PROVIDE="virtual/bootloader" - DEPEND="sys-fs/e2fsprogs sys-apps/sparc-utils" |