net-print/cups-filters: append -std=c++11 to CXXFLAGS
authorAustin English <wizardedit@gentoo.org>
Mon, 7 Aug 2017 19:27:58 +0000 (14:27 -0500)
committerAustin English <wizardedit@gentoo.org>
Mon, 7 Aug 2017 19:28:14 +0000 (14:28 -0500)
Gentoo-Bug: https://bugs.gentoo.org/626800

Acked-By: Manuel Rueger <mrueg@gentoo.org>
Package-Manager: Portage-2.3.6, Repoman-2.3.2

net-print/cups-filters/cups-filters-1.16.0.ebuild

index 99e00cdae7d8234989ad5400537367709d051747..25780fbc62538dd9df01f56c0d3d2727500ad830 100644 (file)
@@ -5,7 +5,7 @@ EAPI=6
 
 GENTOO_DEPEND_ON_PERL=no
 
-inherit perl-module systemd
+inherit perl-module systemd flag-o-matic
 
 if [[ "${PV}" == "9999" ]] ; then
        inherit bzr autotools
@@ -50,6 +50,9 @@ DEPEND="${RDEPEND}
 src_prepare() {
        default
        [[ "${PV}" == "9999" ]] && eautoreconf
+
+       # Bug #626800
+       append-cxxflags -std=c++11
 }
 
 src_configure() {