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 A04BF1381F3 for ; Tue, 23 Apr 2013 20:52:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 240A6E0AF5; Tue, 23 Apr 2013 20:52:48 +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 AA052E0AE1 for ; Tue, 23 Apr 2013 20:52:47 +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 C1B3333DD93 for ; Tue, 23 Apr 2013 20:52:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 5B65CE408C for ; Tue, 23 Apr 2013 20:52:45 +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: <1366747923.e334929781c7fbb13b9e04c88ba93347e899b5c5.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/libmm-qt/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/libmm-qt/libmm-qt-9999.ebuild X-VCS-Directories: kde-misc/libmm-qt/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: e334929781c7fbb13b9e04c88ba93347e899b5c5 X-VCS-Branch: master Date: Tue, 23 Apr 2013 20:52:45 +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: 3845c8dd-73c4-4590-8572-276dda643726 X-Archives-Hash: 9f60096c518dc115d1a5373e6aedda06 commit: e334929781c7fbb13b9e04c88ba93347e899b5c5 Author: Johannes Huber gentoo org> AuthorDate: Tue Apr 23 20:12:03 2013 +0000 Commit: Johannes Huber gentoo org> CommitDate: Tue Apr 23 20:12:03 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=e3349297 [kde-misc/libmm-qt] QA fixes. Package-Manager: portage-2.2.0_alpha173 --- kde-misc/libmm-qt/libmm-qt-9999.ebuild | 16 +++++++--------- 1 files changed, 7 insertions(+), 9 deletions(-) diff --git a/kde-misc/libmm-qt/libmm-qt-9999.ebuild b/kde-misc/libmm-qt/libmm-qt-9999.ebuild index 6abd588..f56ccfc 100644 --- a/kde-misc/libmm-qt/libmm-qt-9999.ebuild +++ b/kde-misc/libmm-qt/libmm-qt-9999.ebuild @@ -2,22 +2,20 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 - -KDE_MINIMAL="4.6" +EAPI=5 inherit kde4-base -DESCRIPTION="MM bindings for QT" -HOMEPAGE="http://kde.org/" +DESCRIPTION="Modemmanager bindings for Qt" +HOMEPAGE="http://www.kde.org/" LICENSE="GPL-2 LGPL-2" KEYWORDS="" SLOT="4" -IUSE="" +IUSE="debug" -DEPEND=" +RDEPEND=" net-misc/mobile-broadband-provider-info - >=net-misc/networkmanager-0.9.0 + >=net-misc/networkmanager-0.9.0[modemmanager] " -RDEPEND="${DEPEND}" +DEPEND="${RDEPEND}"