View | Details | Raw Unified
Collapse All | Expand All

(-) amule-old.2.0.1.ebuild (-3 / +6 lines)
 Lines 2-8    Link Here 
# Distributed under the terms of the GNU General Public License v2
# Distributed under the terms of the GNU General Public License v2
# $Header:
# $Header:
inherit eutils wxwidgets
inherit eutils flag-o-matic wxwidgets
MY_P=${P/m/M}
MY_P=${P/m/M}
S=${WORKDIR}/${MY_P}
S=${WORKDIR}/${MY_P}
 Lines 14-20    Link Here 
LICENSE="GPL-2"
LICENSE="GPL-2"
SLOT="0"
SLOT="0"
KEYWORDS="~x86 ~amd64 ~ppc ~ppc64 ~sparc ~alpha"
KEYWORDS="~x86 ~amd64 ~ppc ~ppc64 ~sparc ~alpha"
IUSE="amuled debug gtk2 nls remote stats unicode"
IUSE="amuled debug gtk2 nls remote stats unicode hardened"
DEPEND=">=x11-libs/wxGTK-2.6.0
DEPEND=">=x11-libs/wxGTK-2.6.0
 Lines 55-61    Link Here 
		`use_enable stats alc` \
		`use_enable stats alc` \
		`use_enable stats alcc` \
		`use_enable stats alcc` \
		|| die
		|| die
	# we filter ssp until bug #74457 is closed to build on hardened
	if use hardened; then
	fiter-flags -fstack-protector -fstack-protector-all
	fi
	emake -j1 || die
	emake -j1 || die
}
}