blob: 05dca850d1c15691dc91e48e06f1eac1b820f73a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
DESCRIPTION="A library providing Qt implementation of DBusMenu specification (meta mackage)"
HOMEPAGE="https://launchpad.net/libdbusmenu-qt/"
LICENSE="LGPL-2"
KEYWORDS="amd64 x86"
SLOT="0"
IUSE="debug"
RDEPEND="~dev-libs/libdbusmenu-qt5-${PV}"
DEPEND=""
RESTRICT="test"
|