diff options
author | Raúl Porcel <armin76@gentoo.org> | 2009-02-10 17:08:04 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2009-02-10 17:08:04 +0000 |
commit | 9e765ff62e621a20774a86be4bd6a20fa5131d5c (patch) | |
tree | bb5ee59467ad5f30344fe2e8c802601c0bf386f6 /net-p2p | |
parent | ia64/sparc stable wrt #244888 (diff) | |
download | gentoo-2-9e765ff62e621a20774a86be4bd6a20fa5131d5c.tar.gz gentoo-2-9e765ff62e621a20774a86be4bd6a20fa5131d5c.tar.bz2 gentoo-2-9e765ff62e621a20774a86be4bd6a20fa5131d5c.zip |
alpha/x86 stable, remove -j1, remove old hardened stuff, bug #257815
(Portage version: 2.1.6.4/cvs/Linux 2.6.26-gentoo-r2 ia64)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/amule/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/amule/amule-2.2.3.ebuild | 9 |
2 files changed, 7 insertions, 7 deletions
diff --git a/net-p2p/amule/ChangeLog b/net-p2p/amule/ChangeLog index b98b320058b7..c82211479ea3 100644 --- a/net-p2p/amule/ChangeLog +++ b/net-p2p/amule/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/amule # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/ChangeLog,v 1.128 2009/01/24 18:36:48 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/ChangeLog,v 1.129 2009/02/10 17:08:04 armin76 Exp $ + + 10 Feb 2009; Raúl Porcel <armin76@gentoo.org> amule-2.2.3.ebuild: + alpha/x86 stable, remove -j1, remove old hardened stuff, bug #257815 24 Jan 2009; Raúl Porcel <armin76@gentoo.org> -files/2.1.3-wx-2.8.patch, +files/gcc-4.3.patch, +files/gcc-4.4.patch, -amule-2.1.3.ebuild, diff --git a/net-p2p/amule/amule-2.2.3.ebuild b/net-p2p/amule/amule-2.2.3.ebuild index 6fb7a67ccb51..2f04cd75e053 100644 --- a/net-p2p/amule/amule-2.2.3.ebuild +++ b/net-p2p/amule/amule-2.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/amule-2.2.3.ebuild,v 1.2 2009/01/24 18:36:48 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/amule-2.2.3.ebuild,v 1.3 2009/02/10 17:08:04 armin76 Exp $ inherit eutils flag-o-matic wxwidgets @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc x86" IUSE="daemon debug geoip gtk nls remote stats unicode upnp" DEPEND="=x11-libs/wxGTK-2.8* @@ -101,10 +101,7 @@ src_compile() { $(use_enable stats alcc) \ ${myconf} || die - # we filter ssp until bug #74457 is closed to build on hardened - filter-flags -fstack-protector -fstack-protector-all - - emake -j1 || die + emake || die } src_install() { |