From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-873103-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id CE39459CA9 for <garchives@archives.gentoo.org>; Mon, 28 Mar 2016 17:54:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D81A921C063; Mon, 28 Mar 2016 17:54:00 +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 1BA1C21C060 for <gentoo-commits@lists.gentoo.org>; Mon, 28 Mar 2016 17:54:00 +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 52AED340806 for <gentoo-commits@lists.gentoo.org>; Mon, 28 Mar 2016 17:53:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BB79B85E for <gentoo-commits@lists.gentoo.org>; Mon, 28 Mar 2016 17:53:55 +0000 (UTC) From: "Johannes Huber" <johu@gentoo.org> 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" <johu@gentoo.org> Message-ID: <1459187093.ffe3244c52bd7e4ff6130147f7258c15577180e8.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/partitionmanager/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/partitionmanager/partitionmanager-2.1.0.ebuild X-VCS-Directories: sys-block/partitionmanager/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: ffe3244c52bd7e4ff6130147f7258c15577180e8 X-VCS-Branch: master Date: Mon, 28 Mar 2016 17:53:55 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d4ec1c63-a2d9-40af-8f18-7062196e5ec8 X-Archives-Hash: efe5d669529f38cf5c0219f1e705c52d commit: ffe3244c52bd7e4ff6130147f7258c15577180e8 Author: Johannes Huber <johu <AT> gentoo <DOT> org> AuthorDate: Mon Mar 28 17:44:53 2016 +0000 Commit: Johannes Huber <johu <AT> gentoo <DOT> org> CommitDate: Mon Mar 28 17:44:53 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffe3244c sys-block/partitionmanager: Use add_qt_dep Package-Manager: portage-2.2.28 sys-block/partitionmanager/partitionmanager-2.1.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-block/partitionmanager/partitionmanager-2.1.0.ebuild b/sys-block/partitionmanager/partitionmanager-2.1.0.ebuild index b078a37..5184c7b 100644 --- a/sys-block/partitionmanager/partitionmanager-2.1.0.ebuild +++ b/sys-block/partitionmanager/partitionmanager-2.1.0.ebuild @@ -27,8 +27,8 @@ DEPEND=" $(add_frameworks_dep kservice) $(add_frameworks_dep kwidgetsaddons) $(add_frameworks_dep kxmlgui) - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) sys-apps/util-linux sys-libs/kpmcore "