Closes: https://bugs.gentoo.org/651840
Package-Manager: Portage-2.3.40, Repoman-2.3.9
---- test/childskstreamtest.h.old 2011-09-26 16:14:47.733708252 +0200
-+++ test/childskstreamtest.h 2011-09-26 16:16:32.021385992 +0200
+--- a/test/childskstreamtest.h
++++ b/test/childskstreamtest.h
@@ -109,9 +109,6 @@
//some macros for building the suite() method
CPPUNIT_TEST_SUITE(tcpskstreamtest);
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=2
-inherit base eutils
+EAPI=6
+
+inherit flag-o-matic
DESCRIPTION="FreeSockets - Portable C++ classes for IP (sockets) applications"
HOMEPAGE="http://www.worldforge.org/"
RDEPEND=""
PATCHES=( "${FILESDIR}"/${P}-test.patch )
-DOCS=( AUTHORS ChangeLog NEWS README README.FreeSockets TODO )
+
+src_configure() {
+ # bug 651840
+ append-cxxflags -std=c++11
+
+ default
+}