kde-apps: Drop KDE Applications 15.08.0
[gentoo.git] / kde-plasma / kwayland / kwayland-5.4.1.ebuild
1 # Copyright 1999-2015 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Id$
4
5 EAPI=5
6
7 KDE_TEST="true"
8 inherit kde5
9
10 DESCRIPTION="Qt-style client and server library wrapper for Wayland libraries"
11 HOMEPAGE="https://projects.kde.org/projects/kde/workspace/kwayland"
12
13 LICENSE="LGPL-2.1"
14 KEYWORDS="~amd64 ~x86"
15 IUSE=""
16
17 DEPEND="
18         >=dev-libs/wayland-1.3.0
19         dev-qt/qtgui:5
20         media-libs/mesa[egl]
21 "
22 RDEPEND="${DEPEND}"
23
24 # All failing, i guess we need a virtual wayland server
25 RESTRICT="test"