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 5B0AD1381F3 for ; Sat, 5 Oct 2013 16:47:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC381E0995; Sat, 5 Oct 2013 16:47:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9017EE0995 for ; Sat, 5 Oct 2013 16:47:10 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ADBE633EEAB for ; Sat, 5 Oct 2013 16:47:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 5B9C2E5308 for ; Sat, 5 Oct 2013 16:47:08 +0000 (UTC) From: "Chris Reffett" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Chris Reffett" Message-ID: <1380991580.51a76340c2f8c7ded615552a6b2e483dc5a715a0.creffett@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: creffett X-VCS-Committer-Name: Chris Reffett X-VCS-Revision: 51a76340c2f8c7ded615552a6b2e483dc5a715a0 X-VCS-Branch: master Date: Sat, 5 Oct 2013 16:47:08 +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: 47f0f241-f180-413d-b13c-288108f4be8c X-Archives-Hash: 3062adfb9132a7628cf4e44b785a24aa commit: 51a76340c2f8c7ded615552a6b2e483dc5a715a0 Author: Chris Reffett gentoo org> AuthorDate: Sat Oct 5 16:46:20 2013 +0000 Commit: Chris Reffett gentoo org> CommitDate: Sat Oct 5 16:46:20 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=51a76340 [x11-misc/maliit-framework] Add qtdeclarative dep Package-Manager: portage-2.2.7 --- x11-misc/maliit-framework/maliit-framework-0.94.0.ebuild | 1 + 1 file changed, 1 insertion(+) 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 671092a..35bd54c 100644 --- a/x11-misc/maliit-framework/maliit-framework-0.94.0.ebuild +++ b/x11-misc/maliit-framework/maliit-framework-0.94.0.ebuild @@ -17,6 +17,7 @@ IUSE="+dbus doc examples gtk test" DEPEND=" dbus? ( sys-apps/dbus ) gtk? ( x11-libs/gtk+ ) + dev-qt/qtdeclarative " RDEPEND="${DEPEND}"