summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2015-03-01 01:50:56 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2015-03-01 01:50:56 +0000
commit3be04ad25e6180b293eb7b9199811e6e661af159 (patch)
tree5ea1d1affca5573c2f349a5c11c04b8355d2b97b /app-emulation
parentdropped USE=jit from firefox-36.0 as disabling jit is not supported according... (diff)
downloadgentoo-2-3be04ad25e6180b293eb7b9199811e6e661af159.tar.gz
gentoo-2-3be04ad25e6180b293eb7b9199811e6e661af159.tar.bz2
gentoo-2-3be04ad25e6180b293eb7b9199811e6e661af159.zip
Drop outdated workaround for hardened: bug #540912 by Toralf Förster.
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/dosemu/ChangeLog6
-rw-r--r--app-emulation/dosemu/dosemu-1.4.1_pre20091009.ebuild5
2 files changed, 6 insertions, 5 deletions
diff --git a/app-emulation/dosemu/ChangeLog b/app-emulation/dosemu/ChangeLog
index df2987256953..efe8d8da9ef6 100644
--- a/app-emulation/dosemu/ChangeLog
+++ b/app-emulation/dosemu/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emulation/dosemu
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/ChangeLog,v 1.61 2015/01/17 13:37:45 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/ChangeLog,v 1.62 2015/03/01 01:50:56 slyfox Exp $
+
+ 01 Mar 2015; Sergei Trofimovich <slyfox@gentoo.org>
+ dosemu-1.4.1_pre20091009.ebuild:
+ Drop outdated workaround for hardened: bug #540912 by Toralf Förster.
17 Jan 2015; Sergei Trofimovich <slyfox@gentoo.org> -dosemu-1.4.0.1.ebuild,
-dosemu-1.4.1_pre20130107-r2.ebuild, -dosemu-1.4.1_pre20130107.ebuild,
diff --git a/app-emulation/dosemu/dosemu-1.4.1_pre20091009.ebuild b/app-emulation/dosemu/dosemu-1.4.1_pre20091009.ebuild
index 88826e1b84a5..78c07d85256d 100644
--- a/app-emulation/dosemu/dosemu-1.4.1_pre20091009.ebuild
+++ b/app-emulation/dosemu/dosemu-1.4.1_pre20091009.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/dosemu-1.4.1_pre20091009.ebuild,v 1.5 2015/01/17 13:37:45 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/dosemu-1.4.1_pre20091009.ebuild,v 1.6 2015/03/01 01:50:56 slyfox Exp $
inherit eutils flag-o-matic
@@ -39,9 +39,6 @@ src_compile() {
# Has problems with -O3 on some systems
replace-flags -O[3-9] -O2
- # Fix compilation on hardened
- append-flags -fno-pic
-
unset KERNEL
econf `use_with X x` \