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 C0BC9138E66 for ; Tue, 25 Feb 2014 17:45:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F090E0B28; Tue, 25 Feb 2014 17:45:36 +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 C1F52E0B28 for ; Tue, 25 Feb 2014 17:45:35 +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 BB4F733FAA7 for ; Tue, 25 Feb 2014 17:45:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 66025188E8 for ; Tue, 25 Feb 2014 17:45:33 +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: <1393350308.0834fe5b1cb1f0b8b0124013ce5bb003125f2740.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: x11-themes/bespin/ X-VCS-Repository: proj/kde X-VCS-Files: x11-themes/bespin/bespin-9999.ebuild X-VCS-Directories: x11-themes/bespin/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 0834fe5b1cb1f0b8b0124013ce5bb003125f2740 X-VCS-Branch: master Date: Tue, 25 Feb 2014 17:45:33 +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: 90cd83fe-3665-437f-9a19-39d3afd81bbf X-Archives-Hash: 82adce1ea06928583359edfb5f379ec7 commit: 0834fe5b1cb1f0b8b0124013ce5bb003125f2740 Author: Michael Palimaka gentoo org> AuthorDate: Tue Feb 25 17:41:12 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Tue Feb 25 17:45:08 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=0834fe5b [x11-themes/bespin] Improve dependencies. It is necessary to specify Qt/X11 dependencies explicitly, since the KDE eclass will only pull them in conditionally with USE="kde". It's not necessary to pull in kdelibs with USE="plasma", since this requires USE="kde" which unconditionally pulls in kdelibs. dev-qt/qtgui[dbus] is not required since in this case it only served to pull in qtdbus, which we now explicitly require. Explicitly set RDEPEND="${DEPEND}" since this is required in EAPI 5. Package-Manager: portage-2.2.7 --- x11-themes/bespin/bespin-9999.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/x11-themes/bespin/bespin-9999.ebuild b/x11-themes/bespin/bespin-9999.ebuild index 3910735..954e554 100644 --- a/x11-themes/bespin/bespin-9999.ebuild +++ b/x11-themes/bespin/bespin-9999.ebuild @@ -31,11 +31,15 @@ REQUIRED_USE=" " DEPEND=" + dev-qt/qt3support:4 dev-qt/qtcore:4 + dev-qt/qtdbus:4 dev-qt/qtgui:4 + x11-libs/libX11 + x11-libs/libXrender windeco? ( $(add_kdebase_dep kwin) ) - plasma? ( $(add_kdebase_dep kdelibs) dev-qt/qtgui:4[dbus(+)] ) " +RDEPEND="${DEPEND}" src_configure() { if use kde ; then