From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 608B0138826 for ; Sun, 19 Oct 2014 22:35:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6EF9E0864; Sun, 19 Oct 2014 22:35:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3A682E0898 for ; Sun, 19 Oct 2014 22:35:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A35A633BF4D for ; Sun, 19 Oct 2014 22:35:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 499F38456 for ; Sun, 19 Oct 2014 22:35:23 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1413753641.8b42c1f4c3ce6fec7252e5cf1d0cedab05f6be49.pesa@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: razorqt-base/libqtxdg/ X-VCS-Repository: proj/qt X-VCS-Files: razorqt-base/libqtxdg/libqtxdg-9999.ebuild X-VCS-Directories: razorqt-base/libqtxdg/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: 8b42c1f4c3ce6fec7252e5cf1d0cedab05f6be49 X-VCS-Branch: master Date: Sun, 19 Oct 2014 22:35:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 754083ee-0218-468c-85b2-7785854df772 X-Archives-Hash: 3bcce3745f545a9037a2a0f7881bb4e8 commit: 8b42c1f4c3ce6fec7252e5cf1d0cedab05f6be49 Author: Jauhien Piatlicki gentoo org> AuthorDate: Sun Oct 19 21:19:11 2014 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Sun Oct 19 21:20:41 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=8b42c1f4 [razorqt-base/libqtxdg] update live ebuild, drop QT4 support --- razorqt-base/libqtxdg/libqtxdg-9999.ebuild | 25 +++++++++---------------- 1 file changed, 9 insertions(+), 16 deletions(-) diff --git a/razorqt-base/libqtxdg/libqtxdg-9999.ebuild b/razorqt-base/libqtxdg/libqtxdg-9999.ebuild index 42c2fad..54ac184 100644 --- a/razorqt-base/libqtxdg/libqtxdg-9999.ebuild +++ b/razorqt-base/libqtxdg/libqtxdg-9999.ebuild @@ -18,32 +18,25 @@ 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/qtwidgets:5 - dev-qt/qtxml:5 - dev-qt/linguist-tools:5 - )" + dev-qt/qtcore:5 + dev-qt/qtwidgets:5 + dev-qt/qtxml:5 + dev-qt/linguist-tools:5 +" DEPEND="${CDEPEND} test? ( - qt4? ( dev-qt/qttest:4 ) - qt5? ( dev-qt/qttest:5 ) - )" + dev-qt/qttest:5 ) +" RDEPEND="${CDEPEND} x11-misc/xdg-utils" src_configure() { local mycmakeargs=( - $(cmake-utils_use_use qt5 QT5) + -DUSE_QT5=ON $(cmake-utils_use test BUILD_TESTS) ) cmake-utils_src_configure