diff options
author | David Holm <dholm@gentoo.org> | 2005-07-19 13:14:49 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2005-07-19 13:14:49 +0000 |
commit | 29c8d96f1b6e572f458599a66c5e2fb6d267ba07 (patch) | |
tree | 5425737660523367cc791ff79617746a31f9eaa4 /net-analyzer/ifmetric | |
parent | Giving up on fixing this Build.PL - authors syntax is more than I can grok. O... (diff) | |
download | gentoo-2-29c8d96f1b6e572f458599a66c5e2fb6d267ba07.tar.gz gentoo-2-29c8d96f1b6e572f458599a66c5e2fb6d267ba07.tar.bz2 gentoo-2-29c8d96f1b6e572f458599a66c5e2fb6d267ba07.zip |
Added to ~ppc
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-analyzer/ifmetric')
-rw-r--r-- | net-analyzer/ifmetric/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/ifmetric/ifmetric-0.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/ifmetric/ChangeLog b/net-analyzer/ifmetric/ChangeLog index 5370ba6aeceb..48799b87cc7b 100644 --- a/net-analyzer/ifmetric/ChangeLog +++ b/net-analyzer/ifmetric/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/ifmetric # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ifmetric/ChangeLog,v 1.2 2005/06/09 14:20:11 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ifmetric/ChangeLog,v 1.3 2005/07/19 13:14:48 dholm Exp $ + + 19 Jul 2005; David Holm <dholm@gentoo.org> ifmetric-0.3.ebuild: + Added to ~ppc. 09 Jun 2005; Aaron Walker <ka0ttic@gentoo.org> ifmetric-0.3.ebuild: Stable on x86. diff --git a/net-analyzer/ifmetric/ifmetric-0.3.ebuild b/net-analyzer/ifmetric/ifmetric-0.3.ebuild index b58b20c75a51..4bb0974d6345 100644 --- a/net-analyzer/ifmetric/ifmetric-0.3.ebuild +++ b/net-analyzer/ifmetric/ifmetric-0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ifmetric/ifmetric-0.3.ebuild,v 1.2 2005/06/09 14:20:11 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ifmetric/ifmetric-0.3.ebuild,v 1.3 2005/07/19 13:14:48 dholm Exp $ DESCRIPTION="A Linux tool for setting the metrics of all IPv4 routes attached to a given network interface at once." HOMEPAGE="http://0pointer.de/lennart/projects/ifmetric/" @@ -8,7 +8,7 @@ SRC_URI="http://0pointer.de/lennart/projects/ifmetric/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86" +KEYWORDS="~ppc x86" IUSE="" # NOTE: this app is linux-only, virtual/os-headers therefore is incorrect |