summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharlie Shepherd <masterdriverz@gentoo.org>2006-12-09 12:08:01 +0000
committerCharlie Shepherd <masterdriverz@gentoo.org>2006-12-09 12:08:01 +0000
commitee04e198e1dcf8bfe7ec646e583b956c2e41dbd9 (patch)
tree8eb852b2778da1931f27c99c8b9164427d4d9e7d /sys-boot
parentRemove old versions, add blocker with sys-boot/netboot (diff)
downloadgentoo-2-ee04e198e1dcf8bfe7ec646e583b956c2e41dbd9.tar.gz
gentoo-2-ee04e198e1dcf8bfe7ec646e583b956c2e41dbd9.tar.bz2
gentoo-2-ee04e198e1dcf8bfe7ec646e583b956c2e41dbd9.zip
Add blockers with net-misc/mknbi; bug 91057
(Portage version: 2.1.2_rc2-r2)
Diffstat (limited to 'sys-boot')
-rw-r--r--sys-boot/netboot/ChangeLog8
-rw-r--r--sys-boot/netboot/netboot-0.9.8.ebuild9
2 files changed, 11 insertions, 6 deletions
diff --git a/sys-boot/netboot/ChangeLog b/sys-boot/netboot/ChangeLog
index ac1992261973..d04bc580fae1 100644
--- a/sys-boot/netboot/ChangeLog
+++ b/sys-boot/netboot/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-boot/netboot
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/netboot/ChangeLog,v 1.3 2005/11/16 20:14:39 wolf31o2 Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/netboot/ChangeLog,v 1.4 2006/12/09 12:08:01 masterdriverz Exp $
+
+ 09 Dec 2006; Charlie Shepherd <masterdriverz@gentoo.org>
+ netboot-0.9.8.ebuild:
+ Add blockers with net-misc/mknbi; bug 91057
16 Nov 2005; Chris Gianelloni <wolf31o2@gentoo.org> metadata.xml:
Changed to maintainer-wanted, as I have never worked with this package.
diff --git a/sys-boot/netboot/netboot-0.9.8.ebuild b/sys-boot/netboot/netboot-0.9.8.ebuild
index 80377eabe0f0..818e83c40740 100644
--- a/sys-boot/netboot/netboot-0.9.8.ebuild
+++ b/sys-boot/netboot/netboot-0.9.8.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/netboot/netboot-0.9.8.ebuild,v 1.3 2004/10/07 15:16:20 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/netboot/netboot-0.9.8.ebuild,v 1.4 2006/12/09 12:08:01 masterdriverz Exp $
DESCRIPTION="x86 specific netbooting utility"
HOMEPAGE="http://netboot.sourceforge.net/"
@@ -11,8 +11,9 @@ SLOT="0"
KEYWORDS="-* x86"
IUSE=""
-DEPEND="sys-devel/autoconf"
-RDEPEND=""
+RDEPEND="!net-misc/mknbi"
+DEPEND="$RDEPEND
+ sys-devel/autoconf"
src_install() {
# this method does not work thanks to a icky Makefile, so we use einstall instead