commit: b3604b6fd215d0df6033cca2aee1974c1ae2a7af Author: Johannes Huber <johu <AT> gentoo <DOT> org> AuthorDate: Sun Dec 25 18:53:52 2016 +0000 Commit: Johannes Huber <johu <AT> gentoo <DOT> org> CommitDate: Sun Dec 25 18:54:12 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3604b6f
x11-misc/appmenu-qt: EAPI 6 Package-Manager: Portage-2.3.3, Repoman-2.3.1 x11-misc/appmenu-qt/appmenu-qt-0.2.6.ebuild | 13 +++++++------ 1 file 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 86f9a8f..ff6d2ff 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}"
