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 C03B81383E0 for ; Thu, 1 Oct 2015 14:21:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8BBDE21C098; Thu, 1 Oct 2015 14:21:16 +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 0154421C098 for ; Thu, 1 Oct 2015 14:21:10 +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 8B677340887 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 7B7CB392 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: <1443709244.df4bf0297b60b3f31d98ed22523fc07e2318bfbb.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-notificationd/ X-VCS-Repository: repo/gentoo X-VCS-Files: lxqt-base/lxqt-notificationd/lxqt-notificationd-0.8.0.ebuild lxqt-base/lxqt-notificationd/lxqt-notificationd-0.9.0-r1.ebuild lxqt-base/lxqt-notificationd/lxqt-notificationd-0.9.0.ebuild X-VCS-Directories: lxqt-base/lxqt-notificationd/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: df4bf0297b60b3f31d98ed22523fc07e2318bfbb 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: e8b8ecd5-f63a-428f-8c25-9f7b8553f455 X-Archives-Hash: 85da290a74cb7d1458ba033c4042621e commit: df4bf0297b60b3f31d98ed22523fc07e2318bfbb Author: Michael Palimaka gentoo org> AuthorDate: Thu Oct 1 14:02:57 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Oct 1 14:20:44 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df4bf029 lxqt-base/lxqt-notificationd: dev-qt/linguist-tools is a build-time dependency Package-Manager: portage-2.2.20.1 lxqt-base/lxqt-notificationd/lxqt-notificationd-0.8.0.ebuild | 7 ++++--- lxqt-base/lxqt-notificationd/lxqt-notificationd-0.9.0-r1.ebuild | 7 ++++--- lxqt-base/lxqt-notificationd/lxqt-notificationd-0.9.0.ebuild | 7 ++++--- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.8.0.ebuild b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.8.0.ebuild index ba4602b..11acda5 100644 --- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.8.0.ebuild +++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.8.0.ebuild @@ -19,9 +19,8 @@ fi LICENSE="GPL-2 LGPL-2.1+" SLOT="0" -DEPEND=" +RDEPEND=" >=dev-libs/libqtxdg-1.0.0 - dev-qt/linguist-tools:5 dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 @@ -32,7 +31,9 @@ DEPEND=" ~lxqt-base/lxqt-common-${PV} x11-libs/libX11 " -RDEPEND="${DEPEND}" +DEPEND="${RDEPEND} + dev-qt/linguist-tools:5 +" src_configure() { local mycmakeargs=( diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.9.0-r1.ebuild b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.9.0-r1.ebuild index 9ba7668..7f60f73 100644 --- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.9.0-r1.ebuild +++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.9.0-r1.ebuild @@ -19,9 +19,8 @@ fi LICENSE="GPL-2 LGPL-2.1+" SLOT="0" -DEPEND=" +RDEPEND=" >=dev-libs/libqtxdg-1.0.0 - dev-qt/linguist-tools:5 dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 @@ -32,4 +31,6 @@ DEPEND=" ~lxqt-base/liblxqt-${PV} =lxqt-base/lxqt-common-0.9* " -RDEPEND="${DEPEND}" +DEPEND="${RDEPEND} + dev-qt/linguist-tools:5 +" diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.9.0.ebuild b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.9.0.ebuild index 990e0a7..bfcbd4c 100644 --- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.9.0.ebuild +++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.9.0.ebuild @@ -19,9 +19,8 @@ fi LICENSE="GPL-2 LGPL-2.1+" SLOT="0" -DEPEND=" +RDEPEND=" >=dev-libs/libqtxdg-1.0.0 - dev-qt/linguist-tools:5 dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 @@ -32,4 +31,6 @@ DEPEND=" ~lxqt-base/liblxqt-${PV} ~lxqt-base/lxqt-common-${PV} " -RDEPEND="${DEPEND}" +DEPEND="${RDEPEND} + dev-qt/linguist-tools:5 +"