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 C4B7D1380DC for ; Wed, 5 Feb 2014 17:20:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57210E0C70; Wed, 5 Feb 2014 17:20:13 +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 E9936E0C70 for ; Wed, 5 Feb 2014 17:20:12 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1DC5F33F88A for ; Wed, 5 Feb 2014 17:20:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 7D32818278 for ; Wed, 5 Feb 2014 17:20:09 +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: <1391620798.c9d2edfa2eb7c10666fb9ec04ff97b2c78c3c99a.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kinit/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/kinit/kinit-9999.ebuild X-VCS-Directories: kde-frameworks/kinit/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: c9d2edfa2eb7c10666fb9ec04ff97b2c78c3c99a X-VCS-Branch: master Date: Wed, 5 Feb 2014 17:20:09 +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: b4e9f452-9da5-4756-ae1c-f143c33e75f7 X-Archives-Hash: 6126bcef5099c69ae1bef3fc56b368c3 commit: c9d2edfa2eb7c10666fb9ec04ff97b2c78c3c99a Author: Michael Palimaka gentoo org> AuthorDate: Wed Feb 5 17:19:58 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Feb 5 17:19:58 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=c9d2edfa [kde-frameworks/kinit] qtwidgets is build-time only. Package-Manager: portage-2.2.7 --- kde-frameworks/kinit/kinit-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-frameworks/kinit/kinit-9999.ebuild b/kde-frameworks/kinit/kinit-9999.ebuild index fc994b1..15348ea 100644 --- a/kde-frameworks/kinit/kinit-9999.ebuild +++ b/kde-frameworks/kinit/kinit-9999.ebuild @@ -21,9 +21,9 @@ RDEPEND=" $(add_frameworks_dep kwindowsystem) dev-qt/qtdbus:5 dev-qt/qtgui:5 - dev-qt/qtwidgets:5 x11-libs/libX11 " DEPEND="${RDEPEND} + dev-qt/qtwidgets:5 x11-proto/xproto "