summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-03-19 21:01:00 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-03-19 21:01:00 +0000
commitdf52354a2b07ec037a2b1f2a29ff174e79cda84f (patch)
tree830e62447f282a92ab0938f736e57b114f292290 /x11-plugins/wmudmount
parentThis version of udev-init-scripts is only for udev-181. (diff)
downloadgentoo-2-df52354a2b07ec037a2b1f2a29ff174e79cda84f.tar.gz
gentoo-2-df52354a2b07ec037a2b1f2a29ff174e79cda84f.tar.bz2
gentoo-2-df52354a2b07ec037a2b1f2a29ff174e79cda84f.zip
Remove unused inherit flag-o-matic and duplicate --disable-dependency-tracking.
(Portage version: 2.2.0_alpha90/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins/wmudmount')
-rw-r--r--x11-plugins/wmudmount/ChangeLog6
-rw-r--r--x11-plugins/wmudmount/wmudmount-1.11.ebuild5
2 files changed, 7 insertions, 4 deletions
diff --git a/x11-plugins/wmudmount/ChangeLog b/x11-plugins/wmudmount/ChangeLog
index f0f604338568..400549cf6e15 100644
--- a/x11-plugins/wmudmount/ChangeLog
+++ b/x11-plugins/wmudmount/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-plugins/wmudmount
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmudmount/ChangeLog,v 1.7 2012/03/19 20:21:33 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmudmount/ChangeLog,v 1.8 2012/03/19 21:01:00 ssuominen Exp $
+
+ 19 Mar 2012; Samuli Suominen <ssuominen@gentoo.org> wmudmount-1.11.ebuild:
+ Remove unused inherit flag-o-matic and duplicate
+ --disable-dependency-tracking.
*wmudmount-1.11 (19 Mar 2012)
diff --git a/x11-plugins/wmudmount/wmudmount-1.11.ebuild b/x11-plugins/wmudmount/wmudmount-1.11.ebuild
index efc53a9a9992..4f75f5005fda 100644
--- a/x11-plugins/wmudmount/wmudmount-1.11.ebuild
+++ b/x11-plugins/wmudmount/wmudmount-1.11.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmudmount/wmudmount-1.11.ebuild,v 1.1 2012/03/19 20:21:33 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmudmount/wmudmount-1.11.ebuild,v 1.2 2012/03/19 21:01:00 ssuominen Exp $
EAPI=4
-inherit flag-o-matic gnome2-utils
+inherit gnome2-utils
DESCRIPTION="A filesystem mounter that uses udisks to handle notification and mounting"
HOMEPAGE="http://sourceforge.net/projects/wmudmount/"
@@ -25,7 +25,6 @@ DEPEND="${RDEPEND}
src_configure() {
econf \
- --disable-dependency-tracking \
$(use_with libnotify) \
$(use_with gnome-keyring)
}