dev-ruby/ruby-beautify: document ruby25 status
[gentoo.git] / dev-qt / qtnetworkauth / qtnetworkauth-5.9.4.ebuild
1 # Copyright 1999-2018 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5 inherit qt5-build
6
7 DESCRIPTION="Network authorization library for the Qt5 framework"
8 LICENSE="GPL-3"
9
10 if [[ ${QT5_BUILD_TYPE} == release ]]; then
11         KEYWORDS="~amd64 ~x86"
12 fi
13
14 IUSE=""
15
16 DEPEND="
17         ~dev-qt/qtcore-${PV}
18         ~dev-qt/qtnetwork-${PV}
19 "
20 RDEPEND="${DEPEND}"