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 9AA97138CCF for ; Thu, 14 May 2015 16:19:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F24AE08F2; Thu, 14 May 2015 16:19:40 +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 43926E08F2 for ; Thu, 14 May 2015 16:19:40 +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 0D518340E11 for ; Thu, 14 May 2015 16:19:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BB20B9D4 for ; Thu, 14 May 2015 16:19:37 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1431620367.bd3ef623e078c086f4818027edbf129c2a57fab0.pesa@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: net-libs/telepathy-qt/ X-VCS-Repository: proj/qt X-VCS-Files: net-libs/telepathy-qt/telepathy-qt-9999.ebuild X-VCS-Directories: net-libs/telepathy-qt/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: bd3ef623e078c086f4818027edbf129c2a57fab0 X-VCS-Branch: master Date: Thu, 14 May 2015 16:19:37 +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: 9833dead-8175-431d-9d46-84a17dc01332 X-Archives-Hash: a7f7ad4784ead820d1c2e021f23c74f2 commit: bd3ef623e078c086f4818027edbf129c2a57fab0 Author: Davide Pesavento gentoo org> AuthorDate: Thu May 14 16:19:27 2015 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Thu May 14 16:19:27 2015 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=bd3ef623 [net-libs/telepathy-qt] Specify glib SLOT. Package-Manager: portage-2.2.18 net-libs/telepathy-qt/telepathy-qt-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild index 5dd4c17..cd86768 100644 --- a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild +++ b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild @@ -41,7 +41,7 @@ DEPEND="${RDEPEND} virtual/pkgconfig test? ( dev-libs/dbus-glib - dev-libs/glib + dev-libs/glib:2 dev-python/dbus-python qt4? ( dev-qt/qttest:4 ) qt5? ( dev-qt/qttest:5 )