From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 827A1138334 for ; Mon, 18 Feb 2019 21:37:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1184E085B; Mon, 18 Feb 2019 21:37:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5EB83E085B for ; Mon, 18 Feb 2019 21:37:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 316C4335D06 for ; Mon, 18 Feb 2019 21:37:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 950F0546 for ; Mon, 18 Feb 2019 21:37:03 +0000 (UTC) From: "Jimi Huotari" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jimi Huotari" Message-ID: <1550525315.ac7fe1b2aaa0f9c9bd7a622e8da6ae4e08ef48ea.chiitoo@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-libs/libqtxdg/, dev-util/lxqt-build-tools/, x11-themes/lxqt-themes/ X-VCS-Repository: proj/qt X-VCS-Files: dev-libs/libqtxdg/libqtxdg-9999.ebuild dev-util/lxqt-build-tools/lxqt-build-tools-9999.ebuild x11-themes/lxqt-themes/lxqt-themes-9999.ebuild X-VCS-Directories: dev-libs/libqtxdg/ dev-util/lxqt-build-tools/ x11-themes/lxqt-themes/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: ac7fe1b2aaa0f9c9bd7a622e8da6ae4e08ef48ea X-VCS-Branch: master Date: Mon, 18 Feb 2019 21:37:03 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f27730a4-99c0-45a4-99b8-afbff8ce6f31 X-Archives-Hash: 7b6d9db957a000c481b03e1cd5e395d7 commit: ac7fe1b2aaa0f9c9bd7a622e8da6ae4e08ef48ea Author: Jimi Huotari gentoo org> AuthorDate: Mon Feb 18 21:21:17 2019 +0000 Commit: Jimi Huotari gentoo org> CommitDate: Mon Feb 18 21:28:35 2019 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=ac7fe1b2 lxqt: EAPI="7" bump for a few forgotten ones Package-Manager: Portage-2.3.61, Repoman-2.3.12 Signed-off-by: Jimi Huotari gentoo.org> dev-libs/libqtxdg/libqtxdg-9999.ebuild | 13 +++++++------ dev-util/lxqt-build-tools/lxqt-build-tools-9999.ebuild | 5 +++-- x11-themes/lxqt-themes/lxqt-themes-9999.ebuild | 9 ++++----- 3 files changed, 14 insertions(+), 13 deletions(-) diff --git a/dev-libs/libqtxdg/libqtxdg-9999.ebuild b/dev-libs/libqtxdg/libqtxdg-9999.ebuild index 67317650..936e7f64 100644 --- a/dev-libs/libqtxdg/libqtxdg-9999.ebuild +++ b/dev-libs/libqtxdg/libqtxdg-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit cmake-utils virtualx @@ -20,6 +20,10 @@ LICENSE="LGPL-2.1+ Nokia-Qt-LGPL-Exception-1.1" SLOT="0" IUSE="test" +BDEPEND=" + virtual/pkgconfig + test? ( dev-qt/qttest:5 ) +" RDEPEND=" dev-qt/qtcore:5 dev-qt/qtdbus:5 @@ -29,10 +33,7 @@ RDEPEND=" dev-qt/qtxml:5 x11-misc/xdg-utils " -DEPEND="${RDEPEND} - virtual/pkgconfig - test? ( dev-qt/qttest:5 ) -" +DEPEND="${RDEPEND}" src_configure() { local mycmakeargs=( diff --git a/dev-util/lxqt-build-tools/lxqt-build-tools-9999.ebuild b/dev-util/lxqt-build-tools/lxqt-build-tools-9999.ebuild index da7c6f4f..b81117b0 100644 --- a/dev-util/lxqt-build-tools/lxqt-build-tools-9999.ebuild +++ b/dev-util/lxqt-build-tools/lxqt-build-tools-9999.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 + inherit cmake-utils DESCRIPTION="LXQt Build tools" diff --git a/x11-themes/lxqt-themes/lxqt-themes-9999.ebuild b/x11-themes/lxqt-themes/lxqt-themes-9999.ebuild index 4760bcad..d02ca8d5 100644 --- a/x11-themes/lxqt-themes/lxqt-themes-9999.ebuild +++ b/x11-themes/lxqt-themes/lxqt-themes-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit cmake-utils @@ -19,7 +19,6 @@ fi LICENSE="LGPL-2.1+" SLOT="0" +BDEPEND=">=dev-util/lxqt-build-tools-0.5.0" RDEPEND="!lxqt-base/lxqt-common" -DEPEND="${RDEPEND} - >=dev-util/lxqt-build-tools-0.5.0 -" +DEPEND="${RDEPEND}"