From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-878255-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id A5EE7138206
	for <garchives@archives.gentoo.org>; Mon, 25 Apr 2016 10:08:47 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id C6FB421C00B;
	Mon, 25 Apr 2016 10:08:40 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 4070B21C009
	for <gentoo-commits@lists.gentoo.org>; Mon, 25 Apr 2016 10:08:40 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id B63B0340A2B
	for <gentoo-commits@lists.gentoo.org>; Mon, 25 Apr 2016 10:08:38 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 6944895D
	for <gentoo-commits@lists.gentoo.org>; Mon, 25 Apr 2016 10:08:34 +0000 (UTC)
From: "Sam Jorna" <wraeth@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sam Jorna" <wraeth@gentoo.org>
Message-ID: <1461578855.4bf3304865fe5b0b4306cdcdbc56756285464f07.wraeth@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/qtox/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-im/qtox/qtox-1.4.0.ebuild net-im/qtox/qtox-9999.ebuild
X-VCS-Directories: net-im/qtox/
X-VCS-Committer: wraeth
X-VCS-Committer-Name: Sam Jorna
X-VCS-Revision: 4bf3304865fe5b0b4306cdcdbc56756285464f07
X-VCS-Branch: master
Date: Mon, 25 Apr 2016 10:08:34 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 61c657fc-1e28-432b-936a-e94b7d25c639
X-Archives-Hash: 25f636fa3bbacc4ecd7bc0fa4bbf3d30

commit:     4bf3304865fe5b0b4306cdcdbc56756285464f07
Author:     Zetok Zalbavar <zetok <AT> openmailbox <DOT> org>
AuthorDate: Mon Apr 25 09:13:38 2016 +0000
Commit:     Sam Jorna <wraeth <AT> gentoo <DOT> org>
CommitDate: Mon Apr 25 10:07:35 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bf33048

net-im/qtox: move virtual/pkgconfig to DEPEND

Package-Manager: portage-2.2.26
Signed-off-by: Sam Jorna <wraeth <AT> gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/1337

 net-im/qtox/qtox-1.4.0.ebuild | 2 +-
 net-im/qtox/qtox-9999.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-im/qtox/qtox-1.4.0.ebuild b/net-im/qtox/qtox-1.4.0.ebuild
index 9583cfc..054a451 100644
--- a/net-im/qtox/qtox-1.4.0.ebuild
+++ b/net-im/qtox/qtox-1.4.0.ebuild
@@ -38,12 +38,12 @@ RDEPEND="
 			x11-libs/cairo[X]
 			x11-libs/pango[X] )
 	net-libs/tox[av]
-	virtual/pkgconfig
 	X? ( x11-libs/libX11
 		x11-libs/libXScrnSaver )
 "
 DEPEND="${RDEPEND}
 	dev-qt/linguist-tools:5
+	virtual/pkgconfig
 "
 
 pkg_pretend() {

diff --git a/net-im/qtox/qtox-9999.ebuild b/net-im/qtox/qtox-9999.ebuild
index 45bf9a5..19761c5 100644
--- a/net-im/qtox/qtox-9999.ebuild
+++ b/net-im/qtox/qtox-9999.ebuild
@@ -37,12 +37,12 @@ RDEPEND="
 			x11-libs/cairo[X]
 			x11-libs/pango[X] )
 	net-libs/tox[av]
-	virtual/pkgconfig
 	X? ( x11-libs/libX11
 		x11-libs/libXScrnSaver )
 "
 DEPEND="${RDEPEND}
 	dev-qt/linguist-tools:5
+	virtual/pkgconfig
 "
 
 pkg_pretend() {