net-libs/meanwhile: add -fno-tree-vrp to cflags as it wont authorize properly otherwi...
authorAndreas Schuerch <nativemad@gentoo.org>
Fri, 21 Aug 2015 18:40:01 +0000 (20:40 +0200)
committerAndreas Schuerch <nativemad@gentoo.org>
Fri, 21 Aug 2015 18:41:10 +0000 (20:41 +0200)
Package-Manager: portage-2.2.20.1

net-libs/meanwhile/meanwhile-1.0.2-r1.ebuild

index 516115425ddc504d3320949eb302d37dea20952c..ccb78647cc4e95ddf4fabdd883bda3b8c4e563af 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=4
-inherit eutils
+inherit eutils flag-o-matic
 
 DESCRIPTION="Meanwhile (Sametime protocol) library"
 HOMEPAGE="http://meanwhile.sourceforge.net/"
@@ -30,6 +30,7 @@ src_prepare(){
 }
 
 src_configure() {
+       append-flags "-fno-tree-vrp"
        local myconf
        use doc || myconf="${myconf} --enable-doxygen=no"