diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-02-13 15:11:34 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-02-13 15:11:34 +0000 |
commit | 6f27de3d5d2a5d203ebea38f9e3f7c36030afa5e (patch) | |
tree | 44e5a2fce6f7fedc210bb67ea66ec6ad7b414686 /net-p2p/amule | |
parent | freewrl bump (diff) | |
download | gentoo-2-6f27de3d5d2a5d203ebea38f9e3f7c36030afa5e.tar.gz gentoo-2-6f27de3d5d2a5d203ebea38f9e3f7c36030afa5e.tar.bz2 gentoo-2-6f27de3d5d2a5d203ebea38f9e3f7c36030afa5e.zip |
Remove has_hardened conditional, as requested in bug 100974
(Portage version: 2.1.2-r9)
Diffstat (limited to 'net-p2p/amule')
-rw-r--r-- | net-p2p/amule/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/amule/amule-2.1.3.ebuild | 7 |
2 files changed, 7 insertions, 5 deletions
diff --git a/net-p2p/amule/ChangeLog b/net-p2p/amule/ChangeLog index 3a1152188348..ba789b2167a0 100644 --- a/net-p2p/amule/ChangeLog +++ b/net-p2p/amule/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/amule # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/ChangeLog,v 1.82 2007/02/10 18:39:44 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/ChangeLog,v 1.83 2007/02/13 15:11:34 armin76 Exp $ + + 13 Feb 2007; Raúl Porcel <armin76@gentoo.org> amule-2.1.3.ebuild: + Remove has_hardened conditional, as requested in bug 100974 10 Feb 2007; Raúl Porcel <armin76@gentoo.org> -amule-2.0.1-r2.ebuild, -amule-2.1.0-r1.ebuild, -amule-2.1.1.ebuild, -amule-2.1.2.ebuild: diff --git a/net-p2p/amule/amule-2.1.3.ebuild b/net-p2p/amule/amule-2.1.3.ebuild index ef6e0c2209bf..501bdd03dbb0 100644 --- a/net-p2p/amule/amule-2.1.3.ebuild +++ b/net-p2p/amule/amule-2.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/amule-2.1.3.ebuild,v 1.9 2007/02/07 14:22:17 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/amule-2.1.3.ebuild,v 1.10 2007/02/13 15:11:34 armin76 Exp $ inherit eutils flag-o-matic wxwidgets @@ -95,9 +95,8 @@ src_compile() { ${myconf} || die # we filter ssp until bug #74457 is closed to build on hardened - if has_hardened; then - filter-flags -fstack-protector -fstack-protector-all - fi + filter-flags -fstack-protector -fstack-protector-all + emake -j1 || die } |