From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-601710-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 CAB151381F3 for <garchives@archives.gentoo.org>; Sun, 23 Jun 2013 12:32:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55905E0997; Sun, 23 Jun 2013 12:32:25 +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 E7F3BE09C3 for <gentoo-commits@lists.gentoo.org>; Sun, 23 Jun 2013 12:32:24 +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 0D1C7335E17 for <gentoo-commits@lists.gentoo.org>; Sun, 23 Jun 2013 12:32:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 9D322E468F for <gentoo-commits@lists.gentoo.org>; Sun, 23 Jun 2013 12:32:22 +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: <1371990734.a560e99eb56a40be72865a62ed82e43b48565619.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: sys-block/partitionmanager/ X-VCS-Repository: proj/kde X-VCS-Files: sys-block/partitionmanager/partitionmanager-9999.ebuild X-VCS-Directories: sys-block/partitionmanager/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: a560e99eb56a40be72865a62ed82e43b48565619 X-VCS-Branch: master Date: Sun, 23 Jun 2013 12:32:22 +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: be35d6da-9ed3-418a-a605-0a0e7b65a2e7 X-Archives-Hash: 9553e5550218a51947799632ab340412 commit: a560e99eb56a40be72865a62ed82e43b48565619 Author: Johannes Huber <johu <AT> gentoo <DOT> org> AuthorDate: Sun Jun 23 12:32:14 2013 +0000 Commit: Johannes Huber <johu <AT> gentoo <DOT> org> CommitDate: Sun Jun 23 12:32:14 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=a560e99e [sys-block/partitionmanager] Enable udisks2 support by genstorm on irc. Sync with tree. Package-Manager: portage-2.2.0_alpha184 --- sys-block/partitionmanager/partitionmanager-9999.ebuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/sys-block/partitionmanager/partitionmanager-9999.ebuild b/sys-block/partitionmanager/partitionmanager-9999.ebuild index c5f8095..3a6f254 100644 --- a/sys-block/partitionmanager/partitionmanager-9999.ebuild +++ b/sys-block/partitionmanager/partitionmanager-9999.ebuild @@ -8,7 +8,7 @@ KMNAME="extragear/sysadmin" KDE_SCM="svn" inherit kde4-base -DESCRIPTION="KDE utility for management of partitions and file systems." +DESCRIPTION="KDE utility for management of partitions and file systems" HOMEPAGE="http://partitionman.sourceforge.net/" LICENSE="GPL-2" @@ -18,8 +18,8 @@ IUSE="debug" RDEPEND=" dev-libs/libatasmart - sys-block/parted - sys-libs/e2fsprogs-libs + >=sys-block/parted-3 + sys-apps/util-linux " DEPEND="${RDEPEND} sys-devel/gettext @@ -27,8 +27,7 @@ DEPEND="${RDEPEND} src_configure() { mycmakeargs=( - -DPARTMAN_KPART=ON - -DPARTMAN_KCM=ON + -DENABLE_UDISKS2=ON ) kde4-base_src_configure