blob: 3787062a57211540c107d7f71b17719cf35f694b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
TRINITY_MODULE_NAME="tdenetwork"
inherit trinity-meta
DESCRIPTION="Trinity: A dialer and front-end to pppd."
KEYWORDS=
IUSE=""
RDEPEND="net-dialup/ppp"
|