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 DA0F11381F3 for ; Wed, 14 Aug 2013 12:26:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72F2AE0B50; Wed, 14 Aug 2013 12:26:45 +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 0406DE0B50 for ; Wed, 14 Aug 2013 12:26:44 +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 D0C3A33EAC4 for ; Wed, 14 Aug 2013 12:26:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id E44ABE468F for ; Wed, 14 Aug 2013 12:26:40 +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: <1376483019.c385cc40b9d1ce55eb84c57839d14f50491a1846.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-libs/libdbusmenu-qt/ X-VCS-Repository: proj/kde X-VCS-Files: dev-libs/libdbusmenu-qt/libdbusmenu-qt-9999.ebuild X-VCS-Directories: dev-libs/libdbusmenu-qt/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: c385cc40b9d1ce55eb84c57839d14f50491a1846 X-VCS-Branch: master Date: Wed, 14 Aug 2013 12:26:40 +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: 7791ca43-b2e8-4fe1-8b24-e3c3fa2f257c X-Archives-Hash: f95dda2f32ed79aa9da6c3d9c9db3be4 commit: c385cc40b9d1ce55eb84c57839d14f50491a1846 Author: Michael Palimaka gentoo org> AuthorDate: Wed Aug 14 12:23:31 2013 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Aug 14 12:23:39 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=c385cc40 [dev-libs/libdbusmenu-qt] Remove unnecessary USE dependency. It's not required since we explicitly depend on qtdbus. Package-Manager: portage-2.2.0 --- dev-libs/libdbusmenu-qt/libdbusmenu-qt-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libdbusmenu-qt/libdbusmenu-qt-9999.ebuild b/dev-libs/libdbusmenu-qt/libdbusmenu-qt-9999.ebuild index d11748e..6b3310f 100644 --- a/dev-libs/libdbusmenu-qt/libdbusmenu-qt-9999.ebuild +++ b/dev-libs/libdbusmenu-qt/libdbusmenu-qt-9999.ebuild @@ -28,7 +28,7 @@ IUSE="debug doc" RDEPEND=" dev-qt/qtcore:4 dev-qt/qtdbus:4 - dev-qt/qtgui:4[dbus(+)] + dev-qt/qtgui:4 " DEPEND="${RDEPEND} doc? ( app-doc/doxygen )