diff options
author | Guy Martin <gmsoft@gentoo.org> | 2003-02-13 19:31:27 +0000 |
---|---|---|
committer | Guy Martin <gmsoft@gentoo.org> | 2003-02-13 19:31:27 +0000 |
commit | fd4db08fbe074f78a57267c1731efa80ca04aabc (patch) | |
tree | 819f510c559aeb7bd43067f65496154162fd4c9e | |
parent | Added missing USE flag 'nls crypt doc' to IUSE. (diff) | |
download | gentoo-2-fd4db08fbe074f78a57267c1731efa80ca04aabc.tar.gz gentoo-2-fd4db08fbe074f78a57267c1731efa80ca04aabc.tar.bz2 gentoo-2-fd4db08fbe074f78a57267c1731efa80ca04aabc.zip |
Added hppa to keywords.
-rw-r--r-- | net-analyzer/mtr/ChangeLog | 4 | ||||
-rw-r--r-- | net-analyzer/mtr/mtr-0.49-r1.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/mtr/mtr-0.51.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/mtr/mtr-0.52.ebuild | 4 |
4 files changed, 9 insertions, 7 deletions
diff --git a/net-analyzer/mtr/ChangeLog b/net-analyzer/mtr/ChangeLog index 6b05b710a426..1b0260466ce6 100644 --- a/net-analyzer/mtr/ChangeLog +++ b/net-analyzer/mtr/ChangeLog @@ -1,7 +1,9 @@ # ChangeLog for net-analyzer/mtr # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mtr/ChangeLog,v 1.7 2003/02/12 07:46:37 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mtr/ChangeLog,v 1.8 2003/02/13 19:31:27 gmsoft Exp $ + 13 Feb 2003; Guy Martin <gmsoft@gentoo.org> : + Added hppa to keywords. *mtr-0.52 (02 Jan 2002) diff --git a/net-analyzer/mtr/mtr-0.49-r1.ebuild b/net-analyzer/mtr/mtr-0.49-r1.ebuild index 7bd3c9234261..ef32dc7df3dc 100644 --- a/net-analyzer/mtr/mtr-0.49-r1.ebuild +++ b/net-analyzer/mtr/mtr-0.49-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-analyzer/mtr/mtr-0.49-r1.ebuild,v 1.9 2003/02/13 13:43:05 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mtr/mtr-0.49-r1.ebuild,v 1.10 2003/02/13 19:31:27 gmsoft Exp $ IUSE="gtk" @@ -14,7 +14,7 @@ DEPEND=">=sys-libs/ncurses-5.2 SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc " +KEYWORDS="x86 ppc sparc hppa" src_compile() { local myconf diff --git a/net-analyzer/mtr/mtr-0.51.ebuild b/net-analyzer/mtr/mtr-0.51.ebuild index 88c8e5d827e3..251541057ec5 100644 --- a/net-analyzer/mtr/mtr-0.51.ebuild +++ b/net-analyzer/mtr/mtr-0.51.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-analyzer/mtr/mtr-0.51.ebuild,v 1.3 2003/02/13 13:43:10 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mtr/mtr-0.51.ebuild,v 1.4 2003/02/13 19:31:27 gmsoft Exp $ IUSE="gtk" @@ -14,7 +14,7 @@ DEPEND=">=sys-libs/ncurses-5.2 SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc " +KEYWORDS="~x86 ~ppc ~sparc ~hppa" src_compile() { local myconf diff --git a/net-analyzer/mtr/mtr-0.52.ebuild b/net-analyzer/mtr/mtr-0.52.ebuild index 796befabbbac..cc5b5c3128f7 100644 --- a/net-analyzer/mtr/mtr-0.52.ebuild +++ b/net-analyzer/mtr/mtr-0.52.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-analyzer/mtr/mtr-0.52.ebuild,v 1.2 2003/02/13 13:43:16 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mtr/mtr-0.52.ebuild,v 1.3 2003/02/13 19:31:27 gmsoft Exp $ IUSE="gtk" @@ -14,7 +14,7 @@ DEPEND=">=sys-libs/ncurses-5.2 SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc" +KEYWORDS="~x86 ~ppc ~sparc ~hppa" src_compile() { local myconf |