dev-lang/vala: p.masked bump to 0.45.3
[gentoo.git] / kde-apps / ksmtp / ksmtp-18.12.3.ebuild
1 # Copyright 1999-2019 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=7
5
6 KDE_TEST="true"
7 inherit kde5
8
9 DESCRIPTION="Job-based library to send email through an SMTP server"
10 LICENSE="LGPL-2.1+"
11 KEYWORDS="amd64 ~arm64 x86"
12 IUSE=""
13
14 DEPEND="
15         $(add_frameworks_dep kcoreaddons)
16         $(add_frameworks_dep ki18n)
17         $(add_frameworks_dep kio)
18         $(add_qt_dep qtnetwork)
19         dev-libs/cyrus-sasl
20 "
21 RDEPEND="${DEPEND}"
22
23 RESTRICT+=" test" # bug 642410