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 3B834138CA4 for ; Sun, 3 May 2015 13:45:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2A04E0822; Sun, 3 May 2015 13:45:39 +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 6EC41E0822 for ; Sun, 3 May 2015 13:45:39 +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 82F57340E88 for ; Sun, 3 May 2015 13:45:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C0E59BD for ; Sun, 3 May 2015 13:45:35 +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: <1430660692.8ae691b0bd15c6f6a1f772f0a051f2d0d5944726.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: x11-misc/maliit-framework/ X-VCS-Repository: proj/kde X-VCS-Files: x11-misc/maliit-framework/maliit-framework-0.94.0.ebuild X-VCS-Directories: x11-misc/maliit-framework/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 8ae691b0bd15c6f6a1f772f0a051f2d0d5944726 X-VCS-Branch: master Date: Sun, 3 May 2015 13:45:35 +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: 921cc5ad-b790-4445-b70c-31bd935a70a7 X-Archives-Hash: 967f0c4c48be01c829c9bebfce72c5e3 commit: 8ae691b0bd15c6f6a1f772f0a051f2d0d5944726 Author: Michael Palimaka gentoo org> AuthorDate: Sun May 3 13:44:52 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun May 3 13:44:52 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8ae691b0 [x11-misc/maliit-framework] Update dependencies. Package-Manager: portage-2.2.18 .../maliit-framework-0.94.0.ebuild | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/x11-misc/maliit-framework/maliit-framework-0.94.0.ebuild b/x11-misc/maliit-framework/maliit-framework-0.94.0.ebuild index b3ad5bc..7830326 100644 --- a/x11-misc/maliit-framework/maliit-framework-0.94.0.ebuild +++ b/x11-misc/maliit-framework/maliit-framework-0.94.0.ebuild @@ -15,9 +15,25 @@ KEYWORDS="~amd64 ~x86" IUSE="+dbus doc examples gtk test" DEPEND=" - dbus? ( sys-apps/dbus ) - gtk? ( x11-libs/gtk+ ) - dev-qt/qtdeclarative + dbus? ( + dev-libs/dbus-glib + dev-libs/glib:2 + dev-qt/qtdbus:4 + sys-apps/dbus + ) + gtk? ( + x11-libs/gtk+:2 + x11-libs/gtk+:3 + x11-libs/pango + ) + dev-qt/qtcore:4 + dev-qt/qtgui:4 + dev-qt/qtdeclarative:4 + virtual/libudev:= + x11-libs/libX11 + x11-libs/libXcomposite + x11-libs/libXdamage + x11-libs/libXfixes " RDEPEND="${DEPEND}"