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 1092E1383E0 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 AAAAE21C097; 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 D635921C096 for ; Thu, 1 Oct 2015 14:21:09 +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 0F61D34085B 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 2580838D 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.655488661da3c77763cd1ea494ce7c64fc63341f.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-runner/ X-VCS-Repository: repo/gentoo X-VCS-Files: lxqt-base/lxqt-runner/lxqt-runner-0.8.0.ebuild lxqt-base/lxqt-runner/lxqt-runner-0.9.0.ebuild X-VCS-Directories: lxqt-base/lxqt-runner/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 655488661da3c77763cd1ea494ce7c64fc63341f 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: 42bc7b07-de8b-4503-a5f6-b22deecf62b3 X-Archives-Hash: dcb2bf8f12af70ce7ecac094975deb8a commit: 655488661da3c77763cd1ea494ce7c64fc63341f Author: Michael Palimaka gentoo org> AuthorDate: Thu Oct 1 13:57:36 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=65548866 lxqt-base/lxqt-runner: dev-qt/linguist-tools is a build-time dependency Package-Manager: portage-2.2.20.1 lxqt-base/lxqt-runner/lxqt-runner-0.8.0.ebuild | 2 +- lxqt-base/lxqt-runner/lxqt-runner-0.9.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lxqt-base/lxqt-runner/lxqt-runner-0.8.0.ebuild b/lxqt-base/lxqt-runner/lxqt-runner-0.8.0.ebuild index 40ea631..1be03f9 100644 --- a/lxqt-base/lxqt-runner/lxqt-runner-0.8.0.ebuild +++ b/lxqt-base/lxqt-runner/lxqt-runner-0.8.0.ebuild @@ -21,7 +21,6 @@ SLOT="0" RDEPEND=" dev-libs/glib:2 - dev-qt/linguist-tools:5 dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtscript:5 @@ -35,6 +34,7 @@ RDEPEND=" >=dev-libs/libqtxdg-1.0.0 x11-libs/libX11" DEPEND="${RDEPEND} + dev-qt/linguist-tools:5 virtual/pkgconfig" src_configure() { diff --git a/lxqt-base/lxqt-runner/lxqt-runner-0.9.0.ebuild b/lxqt-base/lxqt-runner/lxqt-runner-0.9.0.ebuild index d676569..cb3ca05 100644 --- a/lxqt-base/lxqt-runner/lxqt-runner-0.9.0.ebuild +++ b/lxqt-base/lxqt-runner/lxqt-runner-0.9.0.ebuild @@ -21,7 +21,6 @@ SLOT="0" RDEPEND="dev-libs/glib:2 >=dev-libs/libqtxdg-1.0.0 - dev-qt/linguist-tools:5 dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtscript:5 @@ -34,6 +33,7 @@ RDEPEND="dev-libs/glib:2 ~lxqt-base/lxqt-globalkeys-${PV} >=lxde-base/menu-cache-0.5.1" DEPEND="${RDEPEND} + dev-qt/linguist-tools:5 virtual/pkgconfig" src_install(){