diff options
author | Owen Stampflee <owen@gentoo.org> | 2002-07-21 21:07:39 +0000 |
---|---|---|
committer | Owen Stampflee <owen@gentoo.org> | 2002-07-21 21:07:39 +0000 |
commit | 73f1567f7cac29b399339bb11e57f4440f12c4a6 (patch) | |
tree | 6aba69d36a25323f11517e519624ef4b91eae83e /net-misc | |
parent | added ppc to keywords (diff) | |
download | gentoo-2-73f1567f7cac29b399339bb11e57f4440f12c4a6.tar.gz gentoo-2-73f1567f7cac29b399339bb11e57f4440f12c4a6.tar.bz2 gentoo-2-73f1567f7cac29b399339bb11e57f4440f12c4a6.zip |
Added PPC to keywords
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/dhcp/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/dhcp/dhcp-3.0-r1.ebuild | 4 | ||||
-rw-r--r-- | net-misc/dhcp/dhcp-3.0-r2.ebuild | 4 | ||||
-rw-r--r-- | net-misc/dhcp/dhcp-3.0.ebuild | 4 |
4 files changed, 12 insertions, 7 deletions
diff --git a/net-misc/dhcp/ChangeLog b/net-misc/dhcp/ChangeLog index 8946372db769..d1ae19362775 100644 --- a/net-misc/dhcp/ChangeLog +++ b/net-misc/dhcp/ChangeLog @@ -1,9 +1,14 @@ # ChangeLog for net-misc/dhcp # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcp/ChangeLog,v 1.5 2002/07/06 14:51:36 phoenix Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcp/ChangeLog,v 1.6 2002/07/21 21:07:39 owen Exp $ *dhcp-3.0-r2 (16 Jun 2002) + 21 Jul 2002; Owen Stampflee <owen@gentoo.org> : + + Added PPC to KEYWORDS. + + 6 Jul 2002; phoen][x <phoenix@gentoo.org>: dhcp-3.0-r2.ebuild: Added KEYWORDS. diff --git a/net-misc/dhcp/dhcp-3.0-r1.ebuild b/net-misc/dhcp/dhcp-3.0-r1.ebuild index 6711e6e0fee9..5b45add237a4 100644 --- a/net-misc/dhcp/dhcp-3.0-r1.ebuild +++ b/net-misc/dhcp/dhcp-3.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcp/dhcp-3.0-r1.ebuild,v 1.3 2002/07/06 14:51:36 phoenix Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcp/dhcp-3.0-r1.ebuild,v 1.4 2002/07/21 21:07:39 owen Exp $ #This is only needed for a release with pl1 at the end. P="dhcp-3.0pl1" @@ -10,7 +10,7 @@ DESCRIPTION="ISC Dynamic Host Configuration Protocol" SRC_URI="ftp://ftp.isc.org/isc/dhcp/${P}.tar.gz" HOMEPAGE="http://www.isc.org/products/DHCP" LICENSE="isc-dhcp" -KEYWORDS="x86" +KEYWORDS="x86 ppc" SLOT="0" DEPEND="virtual/glibc sys-apps/groff" diff --git a/net-misc/dhcp/dhcp-3.0-r2.ebuild b/net-misc/dhcp/dhcp-3.0-r2.ebuild index b840936c7d3f..cca2c76cab0e 100644 --- a/net-misc/dhcp/dhcp-3.0-r2.ebuild +++ b/net-misc/dhcp/dhcp-3.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcp/dhcp-3.0-r2.ebuild,v 1.3 2002/07/06 14:51:36 phoenix Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcp/dhcp-3.0-r2.ebuild,v 1.4 2002/07/21 21:07:39 owen Exp $ #This is only needed for a release with pl1 at the end. P="dhcp-3.0pl1" @@ -10,7 +10,7 @@ DESCRIPTION="ISC Dynamic Host Configuration Protocol" SRC_URI="ftp://ftp.isc.org/isc/dhcp/${P}.tar.gz" HOMEPAGE="http://www.isc.org/products/DHCP" LICENSE="isc-dhcp" -KEYWORDS="x86" +KEYWORDS="x86 ppc" SLOT="0" DEPEND="virtual/glibc sys-apps/groff" diff --git a/net-misc/dhcp/dhcp-3.0.ebuild b/net-misc/dhcp/dhcp-3.0.ebuild index 9f7b8860dd09..f421dc76e945 100644 --- a/net-misc/dhcp/dhcp-3.0.ebuild +++ b/net-misc/dhcp/dhcp-3.0.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcp/dhcp-3.0.ebuild,v 1.4 2002/07/06 14:51:36 phoenix Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcp/dhcp-3.0.ebuild,v 1.5 2002/07/21 21:07:39 owen Exp $ S=${WORKDIR}/${P} DESCRIPTION="ISC Dynamic Host Configuration Protocol" SRC_URI="ftp://ftp.isc.org/isc/dhcp/${P}.tar.gz" HOMEPAGE="http://www.isc.org/products/DHCP" LICENSE="isc-dhcp" -KEYWORDS="x86" +KEYWORDS="x86 ppc" SLOT="0" DEPEND="virtual/glibc sys-apps/groff" |