aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2013-06-23 14:32:14 +0200
committerJohannes Huber <johu@gentoo.org>2013-06-23 14:32:14 +0200
commita560e99eb56a40be72865a62ed82e43b48565619 (patch)
treec1d483927fc313a15a8cd87908d0cf1de7c58e24 /sys-block
parent[kde-misc/kscreen] Moved to tree wrt bug #474106. (diff)
downloadkde-a560e99eb56a40be72865a62ed82e43b48565619.tar.gz
kde-a560e99eb56a40be72865a62ed82e43b48565619.tar.bz2
kde-a560e99eb56a40be72865a62ed82e43b48565619.zip
[sys-block/partitionmanager] Enable udisks2 support by genstorm on irc. Sync with tree.
Package-Manager: portage-2.2.0_alpha184
Diffstat (limited to 'sys-block')
-rw-r--r--sys-block/partitionmanager/partitionmanager-9999.ebuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/sys-block/partitionmanager/partitionmanager-9999.ebuild b/sys-block/partitionmanager/partitionmanager-9999.ebuild
index c5f80954ff..3a6f25410d 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