From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9DECF13832E for ; Wed, 17 Aug 2016 20:41:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC1D521C012; Wed, 17 Aug 2016 20:41:39 +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 6A33321C012 for ; Wed, 17 Aug 2016 20:41:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 5AB81340EE0 for ; Wed, 17 Aug 2016 20:41:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 99FFE2444 for ; Wed, 17 Aug 2016 20:41: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: <1471466479.9d549303e846712f12d13ce4206563bec6afb78a.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/konsole/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/konsole/konsole-16.04.3.ebuild X-VCS-Directories: kde-apps/konsole/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 9d549303e846712f12d13ce4206563bec6afb78a X-VCS-Branch: master Date: Wed, 17 Aug 2016 20:41: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: a56588dc-ed72-4175-8bed-c12416447b3b X-Archives-Hash: 700da3c1c3263bdef119fb3d53d9e8e9 commit: 9d549303e846712f12d13ce4206563bec6afb78a Author: Andreas Sturmlechner gmail com> AuthorDate: Sun Aug 14 20:34:52 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Aug 17 20:41:19 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d549303 kde-apps/konsole: USE=X requires kdelibs4support[X] Gentoo-bug: 591074 Package-Manager: portage-2.2.28 kde-apps/konsole/konsole-16.04.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-apps/konsole/konsole-16.04.3.ebuild b/kde-apps/konsole/konsole-16.04.3.ebuild index f47f16f..9c87770 100644 --- a/kde-apps/konsole/konsole-16.04.3.ebuild +++ b/kde-apps/konsole/konsole-16.04.3.ebuild @@ -21,7 +21,7 @@ DEPEND=" $(add_frameworks_dep kconfig) $(add_frameworks_dep kconfigwidgets) $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdelibs4support) + $(add_frameworks_dep kdelibs4support 'X?') $(add_frameworks_dep kguiaddons) $(add_frameworks_dep kjobwidgets) $(add_frameworks_dep ki18n)