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

Collapse All | Expand All

(-)a/gnome-extra/cinnamon-session/cinnamon-session-2.2.2.ebuild (-3 / +3 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2014 Gentoo Foundation
1
# Copyright 1999-2014 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/cinnamon-session/cinnamon-session-2.2.2.ebuild,v 1.4 2014/09/19 17:28:55 ssuominen Exp $
3
# $Header:
4
4
5
EAPI="5"
5
EAPI="5"
6
GCONF_DEBUG="no"
6
GCONF_DEBUG="no"
Lines 13-19 Link Here
13
13
14
LICENSE="GPL-2+ FDL-1.1+ LGPL-2+"
14
LICENSE="GPL-2+ FDL-1.1+ LGPL-2+"
15
SLOT="0"
15
SLOT="0"
16
KEYWORDS="amd64 x86"
16
KEYWORDS="~amd64 ~x86"
17
IUSE="doc gconf ipv6 systemd"
17
IUSE="doc gconf ipv6 systemd"
18
18
19
COMMON_DEPEND="
19
COMMON_DEPEND="
Lines 53-59 Link Here
53
53
54
src_prepare() {
54
src_prepare() {
55
	# make upower check non-automagic
55
	# make upower check non-automagic
56
	epatch "${FILESDIR}/${PN}-2.2.0-automagic-upower.patch"
56
	epatch "${FILESDIR}/${PN}-2.4.0-automagic-upower.patch"
57
	epatch_user
57
	epatch_user
58
58
59
	eautoreconf
59
	eautoreconf

Return to bug 529814