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

Collapse All | Expand All

(-)amule-old.2.0.1.ebuild (-3 / +6 lines)
Lines 2-8 Link Here
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:
3
# $Header:
4
4
5
inherit eutils wxwidgets
5
inherit eutils flag-o-matic wxwidgets
6
6
7
MY_P=${P/m/M}
7
MY_P=${P/m/M}
8
S=${WORKDIR}/${MY_P}
8
S=${WORKDIR}/${MY_P}
Lines 14-20 Link Here
14
LICENSE="GPL-2"
14
LICENSE="GPL-2"
15
SLOT="0"
15
SLOT="0"
16
KEYWORDS="~x86 ~amd64 ~ppc ~ppc64 ~sparc ~alpha"
16
KEYWORDS="~x86 ~amd64 ~ppc ~ppc64 ~sparc ~alpha"
17
IUSE="amuled debug gtk2 nls remote stats unicode"
17
IUSE="amuled debug gtk2 nls remote stats unicode hardened"
18
18
19
19
20
DEPEND=">=x11-libs/wxGTK-2.6.0
20
DEPEND=">=x11-libs/wxGTK-2.6.0
Lines 55-61 Link Here
55
		`use_enable stats alc` \
55
		`use_enable stats alc` \
56
		`use_enable stats alcc` \
56
		`use_enable stats alcc` \
57
		|| die
57
		|| die
58
58
	# we filter ssp until bug #74457 is closed to build on hardened
59
	if use hardened; then
60
	fiter-flags -fstack-protector -fstack-protector-all
61
	fi
59
	emake -j1 || die
62
	emake -j1 || die
60
}
63
}
61
64

Return to bug 71108