Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 323091 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/gnome-base/gvfs/gvfs-1.4.3-r1.ebuild (-1 / +9 lines)
Lines 14-20 Link Here
14
SLOT="0"
14
SLOT="0"
15
KEYWORDS="~alpha amd64 ~ia64 ~sparc ~x86"
15
KEYWORDS="~alpha amd64 ~ia64 ~sparc ~x86"
16
IUSE="archive avahi bluetooth cdda doc fuse gdu gnome gnome-keyring gphoto2 hal
16
IUSE="archive avahi bluetooth cdda doc fuse gdu gnome gnome-keyring gphoto2 hal
17
+http samba +udev"
17
+http samba +udev xfce"
18
19
SRC_URI="${SRC_URI} http://files.uvena.de/gnome-mount.gz"
18
20
19
RDEPEND=">=dev-libs/glib-2.21.2
21
RDEPEND=">=dev-libs/glib-2.21.2
20
	>=sys-apps/dbus-1.0
22
	>=sys-apps/dbus-1.0
Lines 95-100 Link Here
95
97
96
src_install() {
98
src_install() {
97
	gnome2_src_install
99
	gnome2_src_install
100
101
	if use hal && ! use gnome && use xfce; then
102
		insinto /usr/bin
103
		doins gnome-mount
104
	fi
105
98
	use bash-completion && \
106
	use bash-completion && \
99
		dobashcompletion programs/gvfs-bash-completion.sh ${PN}
107
		dobashcompletion programs/gvfs-bash-completion.sh ${PN}
100
}
108
}

Return to bug 323091