diff options
author | 2014-05-25 10:51:30 +0000 | |
---|---|---|
committer | 2014-05-25 10:51:30 +0000 | |
commit | 43be1536279c1d73138ffd2325dd7b0cf93624b4 (patch) | |
tree | 19b6d16ebd7fd9a87ad67bbb2b98019346f9ab7c /razorqt-base | |
parent | Initial import from the qt overlay, thanks to Harvey Mittens and Davide Pesav... (diff) | |
download | gentoo-2-43be1536279c1d73138ffd2325dd7b0cf93624b4.tar.gz gentoo-2-43be1536279c1d73138ffd2325dd7b0cf93624b4.tar.bz2 gentoo-2-43be1536279c1d73138ffd2325dd7b0cf93624b4.zip |
fix dependencies as qt-5 is not in tree still
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB2EFA1D4)
Diffstat (limited to 'razorqt-base')
-rw-r--r-- | razorqt-base/libqtxdg/ChangeLog | 5 | ||||
-rw-r--r-- | razorqt-base/libqtxdg/libqtxdg-0.5.3.ebuild | 27 |
2 files changed, 10 insertions, 22 deletions
diff --git a/razorqt-base/libqtxdg/ChangeLog b/razorqt-base/libqtxdg/ChangeLog index d215713d5b30..24d87679532f 100644 --- a/razorqt-base/libqtxdg/ChangeLog +++ b/razorqt-base/libqtxdg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for razorqt-base/libqtxdg # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/razorqt-base/libqtxdg/ChangeLog,v 1.12 2014/05/25 10:30:54 jauhien Exp $ +# $Header: /var/cvsroot/gentoo-x86/razorqt-base/libqtxdg/ChangeLog,v 1.13 2014/05/25 10:51:30 jauhien Exp $ + + 25 May 2014; Jauhien Piatlicki <jauhien@gentoo.org> libqtxdg-0.5.3.ebuild: + fix dependencies as qt-5 is not in tree still *libqtxdg-0.5.3 (25 May 2014) diff --git a/razorqt-base/libqtxdg/libqtxdg-0.5.3.ebuild b/razorqt-base/libqtxdg/libqtxdg-0.5.3.ebuild index 4718c4037c22..00e3513dbc4c 100644 --- a/razorqt-base/libqtxdg/libqtxdg-0.5.3.ebuild +++ b/razorqt-base/libqtxdg/libqtxdg-0.5.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/razorqt-base/libqtxdg/libqtxdg-0.5.3.ebuild,v 1.1 2014/05/25 10:30:54 jauhien Exp $ +# $Header: /var/cvsroot/gentoo-x86/razorqt-base/libqtxdg/libqtxdg-0.5.3.ebuild,v 1.2 2014/05/25 10:51:30 jauhien Exp $ EAPI=5 inherit cmake-utils @@ -18,27 +18,13 @@ fi LICENSE="LGPL-2.1" SLOT="0" -IUSE="+qt4 qt5 test" -REQUIRED_USE="^^ ( qt4 qt5 )" +IUSE="test" -CDEPEND=" - sys-apps/file - qt4? ( - dev-qt/qtcore:4 - dev-qt/qtgui:4 - ) - qt5? ( - dev-qt/qtcore:5 - dev-qt/qttools:5 - dev-qt/qtwidgets:5 - dev-qt/qtxml:5 - dev-qt/linguist-tools:5 - )" +CDEPEND="sys-apps/file + dev-qt/qtcore:4 + dev-qt/qtgui:4" DEPEND="${CDEPEND} - test? ( - qt4? ( dev-qt/qttest:4 ) - qt5? ( dev-qt/qttest:5 ) - )" + test? ( dev-qt/qttest:4 )" RDEPEND="${CDEPEND} x11-misc/xdg-utils" @@ -46,7 +32,6 @@ S=${WORKDIR} src_configure() { local mycmakeargs=( - $(cmake-utils_use_use qt5 QT5) $(cmake-utils_use test BUILD_TESTS) ) cmake-utils_src_configure |