diff options
author | Nicholas Wourms <dragon@gentoo.org> | 2003-02-24 19:42:05 +0000 |
---|---|---|
committer | Nicholas Wourms <dragon@gentoo.org> | 2003-02-24 19:42:05 +0000 |
commit | 0c4409430cc5191fcadc15471972ac8cc597c06d (patch) | |
tree | f5644aed39cc84df05a66a3532bd3f94050deb1b /net-misc/netkit-bootpd | |
parent | new pack (diff) | |
download | gentoo-2-0c4409430cc5191fcadc15471972ac8cc597c06d.tar.gz gentoo-2-0c4409430cc5191fcadc15471972ac8cc597c06d.tar.bz2 gentoo-2-0c4409430cc5191fcadc15471972ac8cc597c06d.zip |
Added mips keywordage to ebuilds.
Diffstat (limited to 'net-misc/netkit-bootpd')
-rw-r--r-- | net-misc/netkit-bootpd/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/netkit-bootpd/netkit-bootpd-0.17-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/netkit-bootpd/ChangeLog b/net-misc/netkit-bootpd/ChangeLog index 7e703c559de3..4e99b25d698c 100644 --- a/net-misc/netkit-bootpd/ChangeLog +++ b/net-misc/netkit-bootpd/ChangeLog @@ -1,11 +1,14 @@ # ChangeLog for net-misc/netkit-bootpd # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-bootpd/ChangeLog,v 1.7 2003/02/12 08:28:18 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-bootpd/ChangeLog,v 1.8 2003/02/24 19:42:04 dragon Exp $ 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords *netkit-bootpd-0.17-r1 (1 Feb 2002) + 24 Feb 2003; Nicholas Wourmsdragon@gentoo.org> netkit-bootpd-0.17-r1.ebuild : + Added stable mips keyword to the ebuild. + 20 Oct 2002; Calum Selkirk <cselkirk@gentoo.org> netkit-bootpd-0.17-r1.ebuild : diff --git a/net-misc/netkit-bootpd/netkit-bootpd-0.17-r1.ebuild b/net-misc/netkit-bootpd/netkit-bootpd-0.17-r1.ebuild index cba8abf98944..22d1c3172223 100644 --- a/net-misc/netkit-bootpd/netkit-bootpd-0.17-r1.ebuild +++ b/net-misc/netkit-bootpd/netkit-bootpd-0.17-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-bootpd/netkit-bootpd-0.17-r1.ebuild,v 1.16 2003/02/13 15:01:26 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-bootpd/netkit-bootpd-0.17-r1.ebuild,v 1.17 2003/02/24 19:42:04 dragon Exp $ MY_PN=${PN/pd/paramd} S=${WORKDIR}/${MY_PN}-${PV} @@ -8,7 +8,7 @@ DESCRIPTION="Netkit - bootp" SRC_URI="http://ftp.debian.org/debian/pool/main/n/netkit-bootparamd/${MY_PN}_${PV}.orig.tar.gz" HOMEPAGE="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/" -KEYWORDS="x86 sparc ppc" +KEYWORDS="x86 sparc ppc mips" LICENSE="bsd" SLOT="0" |