commit: 61dbd634ef154194aac09e2627cc176e44bd8877 Author: 0xd34df00d <0xd34df00d <AT> gmail <DOT> com> AuthorDate: Fri Feb 17 04:37:18 2017 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Sat Feb 25 00:38:24 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61dbd634
dev-libs/qrosscore: build 9999 with Qt5 dev-libs/qrosscore/qrosscore-9999.ebuild | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/dev-libs/qrosscore/qrosscore-9999.ebuild b/dev-libs/qrosscore/qrosscore-9999.ebuild index 1af1847da0..56f3cc0d87 100644 --- a/dev-libs/qrosscore/qrosscore-9999.ebuild +++ b/dev-libs/qrosscore/qrosscore-9999.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 - -EGIT_REPO_URI="git://github.com/0xd34df00d/Qross.git" +EAPI=6 inherit cmake-utils git-r3 +EGIT_REPO_URI="git://github.com/0xd34df00d/Qross.git" + DESCRIPTION="KDE-free version of Kross (core libraries and Qt Script backend)" HOMEPAGE="https://github.com/0xd34df00d/Qross" @@ -17,11 +17,14 @@ KEYWORDS="" IUSE="debug" RDEPEND=" - dev-qt/qtcore:4 - dev-qt/qtgui:4 - dev-qt/designer:4 - dev-qt/qtscript:4 + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + dev-qt/designer:5 + dev-qt/qtscript:5 " DEPEND="${RDEPEND}" CMAKE_USE_DIR="${S}/src/qross" + +mycmakeargs=( -DUSE_QT5=ON )
