summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2014-01-19 12:24:15 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2014-01-19 12:24:15 +0000
commit9259e5c2782318927b06e95369a8bdffc4dbf40c (patch)
treea60017f25481739508a236d3ec8d0e2bfaddeb48 /sys-fs
parentx86 stable wrt bug #491930 (diff)
downloadgentoo-2-9259e5c2782318927b06e95369a8bdffc4dbf40c.tar.gz
gentoo-2-9259e5c2782318927b06e95369a8bdffc4dbf40c.tar.bz2
gentoo-2-9259e5c2782318927b06e95369a8bdffc4dbf40c.zip
Entirely drop SLOT specification of sys-fs/udisks dependency because we can't know from the .ebuild which parameters the user will use, --use-udisks1 or --use-udisks2. Forcing either one at this point would be wrong.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/udiskie/ChangeLog7
-rw-r--r--sys-fs/udiskie/udiskie-0.6.2.ebuild4
2 files changed, 8 insertions, 3 deletions
diff --git a/sys-fs/udiskie/ChangeLog b/sys-fs/udiskie/ChangeLog
index d31472e08ff5..63558b5fccd9 100644
--- a/sys-fs/udiskie/ChangeLog
+++ b/sys-fs/udiskie/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-fs/udiskie
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udiskie/ChangeLog,v 1.26 2014/01/19 12:22:13 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udiskie/ChangeLog,v 1.27 2014/01/19 12:24:15 ssuominen Exp $
+
+ 19 Jan 2014; Samuli Suominen <ssuominen@gentoo.org> udiskie-0.6.2.ebuild:
+ Entirely drop SLOT specification of sys-fs/udisks dependency because we can't
+ know from the .ebuild which parameters the user will use, --use-udisks1 or
+ --use-udisks2. Forcing either one at this point would be wrong.
19 Jan 2014; Samuli Suominen <ssuominen@gentoo.org> udiskie-0.6.2.ebuild:
Build and install udiskie(8) manpage.
diff --git a/sys-fs/udiskie/udiskie-0.6.2.ebuild b/sys-fs/udiskie/udiskie-0.6.2.ebuild
index 095818918750..b6cc66c9758c 100644
--- a/sys-fs/udiskie/udiskie-0.6.2.ebuild
+++ b/sys-fs/udiskie/udiskie-0.6.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udiskie/udiskie-0.6.2.ebuild,v 1.2 2014/01/19 12:22:13 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udiskie/udiskie-0.6.2.ebuild,v 1.3 2014/01/19 12:24:15 ssuominen Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
@@ -19,7 +19,7 @@ RDEPEND="dev-python/dbus-python
dev-python/notify-python
dev-python/pygobject:2
dev-python/pyxdg
- sys-fs/udisks:2"
+ sys-fs/udisks"
DEPEND="app-text/asciidoc
dev-python/setuptools"