blob: 7c40eeeb14a08663480aaab3b26f618585ea8a63 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-frameworks/kitemmodels/kitemmodels-5.11.0.ebuild,v 1.1 2015/06/15 18:35:13 kensington Exp $
EAPI=5
VIRTUALX_REQUIRED="test"
inherit kde5
DESCRIPTION="Framework providing data models that help with tasks such as sorting and filtering"
LICENSE="LGPL-2+"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="test? ( dev-qt/qtwidgets:5 )"
|