diff options
author | Johannes Huber <johu@gentoo.org> | 2016-12-25 19:53:52 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2016-12-25 19:54:12 +0100 |
commit | b3604b6fd215d0df6033cca2aee1974c1ae2a7af (patch) | |
tree | b759a4ec9a595417eeef6ad6bcf7f23d93b4f36a /x11-misc/appmenu-qt | |
parent | dev-libs/re2: add link to hosted abi checker (diff) | |
download | gentoo-b3604b6fd215d0df6033cca2aee1974c1ae2a7af.tar.gz gentoo-b3604b6fd215d0df6033cca2aee1974c1ae2a7af.tar.bz2 gentoo-b3604b6fd215d0df6033cca2aee1974c1ae2a7af.zip |
x11-misc/appmenu-qt: EAPI 6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'x11-misc/appmenu-qt')
-rw-r--r-- | x11-misc/appmenu-qt/appmenu-qt-0.2.6.ebuild | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/x11-misc/appmenu-qt/appmenu-qt-0.2.6.ebuild b/x11-misc/appmenu-qt/appmenu-qt-0.2.6.ebuild index 86f9a8ffe636..ff6d2ff156cd 100644 --- a/x11-misc/appmenu-qt/appmenu-qt-0.2.6.ebuild +++ b/x11-misc/appmenu-qt/appmenu-qt-0.2.6.ebuild @@ -1,23 +1,24 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=4 +EAPI=6 inherit cmake-utils DESCRIPTION="Application menu module for Qt" HOMEPAGE="https://launchpad.net/appmenu-qt" -SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${PN}-${PV}.tar.bz2" +SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.bz2" LICENSE="GPL-2 LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND=">=dev-qt/qtcore-4.8:4 - >=dev-qt/qtdbus-4.8:4 - >=dev-qt/qtgui-4.8:4 +DEPEND=" + dev-qt/qtcore:4 + dev-qt/qtdbus:4 + dev-qt/qtgui:4 >=dev-libs/libdbusmenu-qt-0.9.0[qt4(+)]" RDEPEND="${DEPEND}" |