diff options
author | 2007-10-08 14:21:37 +0000 | |
---|---|---|
committer | 2007-10-08 14:21:37 +0000 | |
commit | 9a467600028a0d0185ee3af875ff890d4e174abc (patch) | |
tree | 9fb7115e21757f6629eec903b2579890e579ed2c /net-misc/netkit-bootpd | |
parent | No longer install vdr-menu.xml to prevent file-collision with vdr-setup. (diff) | |
download | gentoo-2-9a467600028a0d0185ee3af875ff890d4e174abc.tar.gz gentoo-2-9a467600028a0d0185ee3af875ff890d4e174abc.tar.bz2 gentoo-2-9a467600028a0d0185ee3af875ff890d4e174abc.zip |
stable x86, bug 194704
(Portage version: 2.1.3.9)
Diffstat (limited to 'net-misc/netkit-bootpd')
-rw-r--r-- | net-misc/netkit-bootpd/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/netkit-bootpd/netkit-bootpd-2.4.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/net-misc/netkit-bootpd/ChangeLog b/net-misc/netkit-bootpd/ChangeLog index f4412f5873ca..739221b365f7 100644 --- a/net-misc/netkit-bootpd/ChangeLog +++ b/net-misc/netkit-bootpd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/netkit-bootpd # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-bootpd/ChangeLog,v 1.13 2007/05/14 19:45:45 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-bootpd/ChangeLog,v 1.14 2007/10/08 14:21:37 opfer Exp $ + + 08 Oct 2007; Christian Faulhammer <opfer@gentoo.org> + netkit-bootpd-2.4.ebuild: + stable x86, bug 194704 14 May 2007; Thilo Bangert <bangert@gentoo.org> metadata.xml: add <herd>no-herd</herd> diff --git a/net-misc/netkit-bootpd/netkit-bootpd-2.4.ebuild b/net-misc/netkit-bootpd/netkit-bootpd-2.4.ebuild index 764fbf5887ea..498e5ae21fb8 100644 --- a/net-misc/netkit-bootpd/netkit-bootpd-2.4.ebuild +++ b/net-misc/netkit-bootpd/netkit-bootpd-2.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-bootpd/netkit-bootpd-2.4.ebuild,v 1.2 2007/07/12 02:52:15 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-bootpd/netkit-bootpd-2.4.ebuild,v 1.3 2007/10/08 14:21:37 opfer Exp $ inherit eutils @@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netboot/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~hppa ~mips ~ppc ~sparc ~x86" +KEYWORDS="~hppa ~mips ~ppc ~sparc x86" IUSE="" S="${WORKDIR}/${MY_P}" |