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 A8B87138A30 for ; Thu, 1 Oct 2015 14:21:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55B0921C094; Thu, 1 Oct 2015 14:21:15 +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 BBBC321C094 for ; Thu, 1 Oct 2015 14:21:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 04A3D340771 for ; Thu, 1 Oct 2015 14:21:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 36CA638E for ; Thu, 1 Oct 2015 14:21:05 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1443709242.5e582f3d90afd6ce2a256ec4a3a2ecd9349bf9ca.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-qtplugin/ X-VCS-Repository: repo/gentoo X-VCS-Files: lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.8.0.ebuild lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.9.0.ebuild X-VCS-Directories: lxqt-base/lxqt-qtplugin/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 5e582f3d90afd6ce2a256ec4a3a2ecd9349bf9ca X-VCS-Branch: master Date: Thu, 1 Oct 2015 14:21:05 +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: 28c98bd3-2119-459e-8425-2a9a34d4c45a X-Archives-Hash: 70c919923c8b8a924ff7559023d6495c commit: 5e582f3d90afd6ce2a256ec4a3a2ecd9349bf9ca Author: Michael Palimaka gentoo org> AuthorDate: Thu Oct 1 13:59:27 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Oct 1 14:20:42 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e582f3d lxqt-base/lxqt-qtplugin: dev-qt/linguist-tools is a build-time dependency Package-Manager: portage-2.2.20.1 lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.8.0.ebuild | 6 +++--- lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.9.0.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.8.0.ebuild b/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.8.0.ebuild index 7b4a58b..ea30143 100644 --- a/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.8.0.ebuild +++ b/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.8.0.ebuild @@ -19,14 +19,14 @@ fi LICENSE="LGPL-2.1+" SLOT="0" -DEPEND=" - dev-qt/linguist-tools:5 +RDEPEND=" dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 ~lxqt-base/liblxqt-${PV} x11-libs/libX11" -RDEPEND="${DEPEND}" +DEPEND="${RDEPEND} + dev-qt/linguist-tools:5" src_configure() { local mycmakeargs=( diff --git a/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.9.0.ebuild b/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.9.0.ebuild index c6fcd30..3491f63 100644 --- a/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.9.0.ebuild +++ b/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.9.0.ebuild @@ -19,11 +19,11 @@ fi LICENSE="LGPL-2.1+" SLOT="0" -DEPEND=" - dev-qt/linguist-tools:5 +RDEPEND=" dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 ~lxqt-base/liblxqt-${PV} x11-libs/libX11" -RDEPEND="${DEPEND}" +DEPEND="${RDEPEND} + dev-qt/linguist-tools:5"