app-admin/rsyslog: handle implicit libuuid dep via USE=uuid
[gentoo.git] / net-dialup / dial / dial-1.2-r2.ebuild
1 # Copyright 1999-2016 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Id$
4
5 EAPI=6
6
7 DESCRIPTION="A simple client for DWUN"
8 HOMEPAGE="http://dwun.sourceforge.net/"
9 SRC_URI="mirror://sourceforge/dwun/${P}.tar.gz"
10
11 LICENSE="MIT"
12 SLOT="0"
13 KEYWORDS="~amd64 ~x86"
14 IUSE=""
15
16 DEPEND=""
17 RDEPEND="net-dialup/dwun"
18
19 PATCHES=( "${FILESDIR}/${P}-gcc3.3.patch" )