diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-10-28 04:18:57 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-10-28 04:18:57 +0000 |
commit | d84ad6160d85f88a89bddc246624e9aedcdbbdb0 (patch) | |
tree | f47c50327bc1a9918b8de86b688c4a4168178dfd /net-analyzer/dhcp_probe | |
parent | Keyword for ~amd64. (diff) | |
download | gentoo-2-d84ad6160d85f88a89bddc246624e9aedcdbbdb0.tar.gz gentoo-2-d84ad6160d85f88a89bddc246624e9aedcdbbdb0.tar.bz2 gentoo-2-d84ad6160d85f88a89bddc246624e9aedcdbbdb0.zip |
Keyword for ~amd64. Also spelling fix.
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/dhcp_probe')
-rw-r--r-- | net-analyzer/dhcp_probe/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/dhcp_probe/dhcp_probe-1.3.0.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/net-analyzer/dhcp_probe/ChangeLog b/net-analyzer/dhcp_probe/ChangeLog index a435edb79455..c96e757ef4af 100644 --- a/net-analyzer/dhcp_probe/ChangeLog +++ b/net-analyzer/dhcp_probe/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/dhcp_probe # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/dhcp_probe/ChangeLog,v 1.2 2009/05/26 21:20:12 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/dhcp_probe/ChangeLog,v 1.3 2009/10/28 04:18:57 robbat2 Exp $ + + 28 Oct 2009; Robin H. Johnson <robbat2@gentoo.org> + dhcp_probe-1.3.0.ebuild: + Keyword for ~amd64. Also spelling fix. 26 May 2009; Jeroen Roovers <jer@gentoo.org> files/dhcp_probe.confd: Add Copyright/CVS header. diff --git a/net-analyzer/dhcp_probe/dhcp_probe-1.3.0.ebuild b/net-analyzer/dhcp_probe/dhcp_probe-1.3.0.ebuild index ec1ebd785de0..d3fb4bf55783 100644 --- a/net-analyzer/dhcp_probe/dhcp_probe-1.3.0.ebuild +++ b/net-analyzer/dhcp_probe/dhcp_probe-1.3.0.ebuild @@ -1,16 +1,16 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/dhcp_probe/dhcp_probe-1.3.0.ebuild,v 1.1 2009/05/26 00:00:55 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/dhcp_probe/dhcp_probe-1.3.0.ebuild,v 1.2 2009/10/28 04:18:57 robbat2 Exp $ EAPI="2" -DESCRIPTION="dchp_probe attempts to discover DHCP and BootP servers on a directly-attached Ethernet network" +DESCRIPTION="dhcp_probe attempts to discover DHCP and BootP servers on a directly-attached Ethernet network" HOMEPAGE="http://www.net.princeton.edu/software/dhcp_probe/" SRC_URI="http://www.net.princeton.edu/software/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~amd64" IUSE="" DEPEND=" |