diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-10-12 20:51:04 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-10-12 20:51:04 +0000 |
commit | e4fbafdbb5d90f2dc8c98a1c57437bba5672e319 (patch) | |
tree | e4cb6d5dc66631904a3885afe0b37ab1715395dc /app-text | |
parent | Allow more flags (#209829) (diff) | |
download | gentoo-2-e4fbafdbb5d90f2dc8c98a1c57437bba5672e319.tar.gz gentoo-2-e4fbafdbb5d90f2dc8c98a1c57437bba5672e319.tar.bz2 gentoo-2-e4fbafdbb5d90f2dc8c98a1c57437bba5672e319.zip |
Allow more flags (#209829)
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/opensp/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/opensp/opensp-1.5.2-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/opensp/ChangeLog b/app-text/opensp/ChangeLog index 03d3f7b2cebc..9476e6205a2d 100644 --- a/app-text/opensp/ChangeLog +++ b/app-text/opensp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/opensp # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/opensp/ChangeLog,v 1.69 2013/07/21 10:08:02 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/opensp/ChangeLog,v 1.70 2013/10/12 20:51:04 pacho Exp $ + + 12 Oct 2013; Pacho Ramos <pacho@gentoo.org> opensp-1.5.2-r3.ebuild: + Allow more flags (#209829) 21 Jul 2013; Pacho Ramos <pacho@gentoo.org> -opensp-1.5.2-r2.ebuild, metadata.xml: diff --git a/app-text/opensp/opensp-1.5.2-r3.ebuild b/app-text/opensp/opensp-1.5.2-r3.ebuild index 05c6994bdcf1..51aa5aeeedd6 100644 --- a/app-text/opensp/opensp-1.5.2-r3.ebuild +++ b/app-text/opensp/opensp-1.5.2-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/opensp/opensp-1.5.2-r3.ebuild,v 1.15 2013/03/21 04:19:52 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/opensp/opensp-1.5.2-r3.ebuild,v 1.16 2013/10/12 20:51:04 pacho Exp $ EAPI=5 inherit eutils flag-o-matic @@ -40,7 +40,7 @@ src_configure() { # Please note! Opts are disabled. If you know what you're doing # feel free to remove this line. It may cause problems with # docbook-sgml-utils among other things. - ALLOWED_FLAGS="-O -O1 -O2 -pipe -g -march" + #ALLOWED_FLAGS="-O -O1 -O2 -pipe -g -march" strip-flags econf \ |