diff options
Diffstat (limited to 'gnome-extra/cinnamon/cinnamon-1.2.ebuild')
-rw-r--r-- | gnome-extra/cinnamon/cinnamon-1.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnome-extra/cinnamon/cinnamon-1.2.ebuild b/gnome-extra/cinnamon/cinnamon-1.2.ebuild index 3757ee3..9a2f7c6 100644 --- a/gnome-extra/cinnamon/cinnamon-1.2.ebuild +++ b/gnome-extra/cinnamon/cinnamon-1.2.ebuild @@ -123,11 +123,11 @@ src_unpack() { src_prepare() { # Fix automagic gnome-bluetooth dep, bug #398145 - #epatch "${FILESDIR}/${PN}-1.1.3-automagic-gnome-bluetooth.patch" + epatch "${FILESDIR}/${PN}-1.1.3-automagic-gnome-bluetooth.patch" # Do not depend on libgnome (patch from gnome-shell 3.3.x) - #epatch "${FILESDIR}/${PN}-1.1.3-extensionjs_path.patch" - #epatch "${FILESDIR}/${PN}-1.1.3-xdg-open.patch" + epatch "${FILESDIR}/${PN}-1.1.3-extensionjs_path.patch" + epatch "${FILESDIR}/${PN}-1.1.3-xdg-open.patch" # Gentoo uses /usr/libexec sed -e "s:/usr/lib/gnome-session/gnome-session-check-accelerated:${EPREFIX}/usr/libexec/gnome-session-check-accelerated:" \ |