aboutsummaryrefslogtreecommitdiff
blob: 05919207e0fa6a22f04f3f274af34bf0831c6c25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5

inherit kde-frameworks

DESCRIPTION="Framework providing data models that help with tasks such as sorting and filtering"
LICENSE="LGPL-2+"
KEYWORDS=""
IUSE=""

# tests are not enabled upstream due to unconverted dependencies.
# restrict to avoid issues when enabled due to missing dependencies
# etc, and as a personal reminder to check if upstream has properly
# specified all dependencies.
RESTRICT="test"