summaryrefslogtreecommitdiff
path: root/dev-libs/libdbusmenu-qt/libdbusmenu-qt-0.9.3_pre20140619-r1.ebuild
blob: 59d109a0dc23d5d5701b5d0d5005b5c316bf5e7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5

DESCRIPTION="A library providing Qt implementation of DBusMenu specification (meta mackage)"
HOMEPAGE="https://launchpad.net/libdbusmenu-qt/"
LICENSE="LGPL-2"
SLOT="0"
IUSE="debug doc +qt4 qt5"

REQUIRED_USE="|| ( qt4 qt5 )"

RDEPEND="
	qt4? ( ~dev-libs/libdbusmenu-qt4-${PV} )
	qt5? ( ~dev-libs/libdbusmenu-qt5-${PV} )
"
DEPEND=""
RESTRICT="test"