diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-18 23:22:52 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-18 23:22:52 +0000 |
commit | f62937cab196d3ac4f1c7cfe48733508bddb8de2 (patch) | |
tree | 9c80a9ffcaeccd18f09aa3ded1da093c3a2bab7e /net-analyzer/mtr | |
parent | repoman'd (diff) | |
download | gentoo-2-f62937cab196d3ac4f1c7cfe48733508bddb8de2.tar.gz gentoo-2-f62937cab196d3ac4f1c7cfe48733508bddb8de2.tar.bz2 gentoo-2-f62937cab196d3ac4f1c7cfe48733508bddb8de2.zip |
repoman'd
Diffstat (limited to 'net-analyzer/mtr')
-rw-r--r-- | net-analyzer/mtr/mtr-0.49-r1.ebuild | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/mtr/mtr-0.49-r1.ebuild b/net-analyzer/mtr/mtr-0.49-r1.ebuild index c901359b3644..61c4a942c4cc 100644 --- a/net-analyzer/mtr/mtr-0.49-r1.ebuild +++ b/net-analyzer/mtr/mtr-0.49-r1.ebuild @@ -1,15 +1,18 @@ # 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-analyzer/mtr/mtr-0.49-r1.ebuild,v 1.1 2002/06/28 11:54:12 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mtr/mtr-0.49-r1.ebuild,v 1.2 2002/07/18 23:22:50 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Matt's TraceRoute. Excellent network diagnostic tool." SRC_URI="ftp://ftp.bitwizard.nl/mtr/${P}.tar.gz" HOMEPAGE="http://www.bitwizard.nl/mtr/" -DEPEND="virtual/glibc >=sys-libs/ncurses-5.2 gtk? ( =x11-libs/gtk+-1.2* )" -LICENSE="GPL-2" +DEPEND=">=sys-libs/ncurses-5.2 + gtk? ( =x11-libs/gtk+-1.2* )" + SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" src_compile() { local myconf |