diff options
author | Timothy Redaelli <drizzt@gentoo.org> | 2007-05-07 22:33:44 +0000 |
---|---|---|
committer | Timothy Redaelli <drizzt@gentoo.org> | 2007-05-07 22:33:44 +0000 |
commit | 30cb2584d97944d1c73cb5164960daec0789303e (patch) | |
tree | 677780b123c376358bb06ffbd96d2e8509c90117 /net-misc/dhcping | |
parent | Remove http://apache.get-software.com/ from apache mirrors, all distfiles red... (diff) | |
download | gentoo-2-30cb2584d97944d1c73cb5164960daec0789303e.tar.gz gentoo-2-30cb2584d97944d1c73cb5164960daec0789303e.tar.bz2 gentoo-2-30cb2584d97944d1c73cb5164960daec0789303e.zip |
Add ~x86-fbsd keyword.
(Portage version: 2.1.2.6)
Diffstat (limited to 'net-misc/dhcping')
-rw-r--r-- | net-misc/dhcping/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/dhcping/dhcping-1.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/dhcping/ChangeLog b/net-misc/dhcping/ChangeLog index 190f21b8c4f2..2048dfc9f7c0 100644 --- a/net-misc/dhcping/ChangeLog +++ b/net-misc/dhcping/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/dhcping # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcping/ChangeLog,v 1.4 2007/04/24 06:39:47 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcping/ChangeLog,v 1.5 2007/05/07 22:33:44 drizzt Exp $ + + 07 May 2007; Timothy Redaelli <drizzt@gentoo.org> dhcping-1.2.ebuild: + Add ~x86-fbsd keyword. 24 Apr 2007; Andrej Kacian <ticho@gentoo.org> dhcping-1.2.ebuild: Stable on x86. diff --git a/net-misc/dhcping/dhcping-1.2.ebuild b/net-misc/dhcping/dhcping-1.2.ebuild index 6c5995377053..8a5146094a11 100644 --- a/net-misc/dhcping/dhcping-1.2.ebuild +++ b/net-misc/dhcping/dhcping-1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcping/dhcping-1.2.ebuild,v 1.3 2007/04/24 06:39:47 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcping/dhcping-1.2.ebuild,v 1.4 2007/05/07 22:33:44 drizzt Exp $ DESCRIPTION="Utility for sending a dhcp request to a dhcp server to see if it is responding." HOMEPAGE="http://www.mavetju.org/unix/general.php" @@ -8,7 +8,7 @@ SRC_URI="http://www.mavetju.org/download/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 x86" +KEYWORDS="~amd64 ~ppc ~ppc64 x86 ~x86-fbsd" IUSE="" DEPEND="" |