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 82D5D1381F3 for ; Sat, 29 Jun 2013 16:32:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1127DE0993; Sat, 29 Jun 2013 16:32:33 +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 982D2E099B for ; Sat, 29 Jun 2013 16:32:32 +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 04C7433E920 for ; Sat, 29 Jun 2013 16:32:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id A5F97E545E for ; Sat, 29 Jun 2013 16:32:29 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1372513223.534d0af85184ad458ec1a11f7d21114bd5c02e41.johu@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: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 534d0af85184ad458ec1a11f7d21114bd5c02e41 X-VCS-Branch: master Date: Sat, 29 Jun 2013 16:32:29 +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: 8fe2c219-2496-430e-b922-9aa1c6aedecb X-Archives-Hash: 87afd70a3a78ff7b3ebab9e48c9b7bd9 commit: 534d0af85184ad458ec1a11f7d21114bd5c02e41 Author: Johannes Huber gentoo org> AuthorDate: Sat Jun 29 13:40:23 2013 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sat Jun 29 13:40:23 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=534d0af8 [dev-libs/libdbusmenu-qt] EAPI 5. Simplify qt deps, 4.6 was removed a year ago. Package-Manager: portage-2.2.0_alpha186 --- dev-libs/libdbusmenu-qt/libdbusmenu-qt-9999.ebuild | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/dev-libs/libdbusmenu-qt/libdbusmenu-qt-9999.ebuild b/dev-libs/libdbusmenu-qt/libdbusmenu-qt-9999.ebuild index e4d5279..eb135f1 100644 --- a/dev-libs/libdbusmenu-qt/libdbusmenu-qt-9999.ebuild +++ b/dev-libs/libdbusmenu-qt/libdbusmenu-qt-9999.ebuild @@ -2,9 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 -QT_DEPEND="4.6.3" EBZR_REPO_URI="lp:libdbusmenu-qt" [[ ${PV} == 9999* ]] && BZR_ECLASS="bzr" @@ -27,15 +26,15 @@ SLOT="0" IUSE="debug doc" RDEPEND=" - >=dev-qt/qtcore-${QT_DEPEND}:4 - >=dev-qt/qtdbus-${QT_DEPEND}:4 - >=dev-qt/qtgui-${QT_DEPEND}:4[dbus] + dev-qt/qtcore:4 + dev-qt/qtdbus:4 + dev-qt/qtgui:4[dbus] " DEPEND="${RDEPEND} doc? ( app-doc/doxygen ) test? ( dev-libs/qjson - >=dev-qt/qttest-${QT_DEPEND}:4 + dev-qt/qttest:4 ) "