diff options
Diffstat (limited to 'kde-apps/kppp/kppp-17.08.1.ebuild')
-rw-r--r-- | kde-apps/kppp/kppp-17.08.1.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/kde-apps/kppp/kppp-17.08.1.ebuild b/kde-apps/kppp/kppp-17.08.1.ebuild new file mode 100644 index 000000000000..1a1b85427069 --- /dev/null +++ b/kde-apps/kppp/kppp-17.08.1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="optional" +QT3SUPPORT_REQUIRED="true" +inherit kde4-base + +DESCRIPTION="A dialer and front-end to pppd" +HOMEPAGE="https://www.kde.org/applications/internet/kppp" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +RDEPEND=" + net-dialup/ppp +" |