blob: 3182e5d253b293dd6eb04e197673dff9eb45a806 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
inherit php-pear-r1
KEYWORDS="amd64 x86"
DESCRIPTION="OS independet wrapper class for executing traceroute calls"
LICENSE="PHP-3.01"
SLOT="0"
IUSE=""
DEPEND=""
RDEPEND=""
|