sys-apps/gsmartcontrol: Add std=c++11 to CXXFLAGS for latest dev-libs/libsigc++
authorJustin Lecher <jlec@gentoo.org>
Tue, 22 Dec 2015 12:53:56 +0000 (13:53 +0100)
committerJustin Lecher <jlec@gentoo.org>
Tue, 22 Dec 2015 12:54:08 +0000 (13:54 +0100)
Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher <jlec@gentoo.org>
sys-apps/gsmartcontrol/gsmartcontrol-0.8.7.ebuild
sys-apps/gsmartcontrol/metadata.xml

index 053a68bd3fed37b944c4e0aa3c792b700aba5736..9fa1694f3a606d73725be98bef46cacba98473df 100644 (file)
@@ -3,7 +3,8 @@
 # $Id$
 
 EAPI=4
-inherit gnome2-utils
+
+inherit flag-o-matic gnome2-utils
 
 DESCRIPTION="Hard disk drive health inspection tool"
 HOMEPAGE="http://gsmartcontrol.sourceforge.net/home/"
@@ -25,6 +26,10 @@ DEPEND="${COMMON_DEPEND}
 
 DOCS="TODO" # See 'dist_doc_DATA' value in Makefile.am
 
+src_prepare() {
+       append-cxxflags -std=c++11
+}
+
 src_configure() {
        econf \
                --docdir=/usr/share/doc/${PF} \
index ca8078571df8d8c9d224866c942fcd0ebacb4f90..9d109ee85cd1e59ee5adb1e6a92c1c0b2fd648c1 100644 (file)
@@ -1,11 +1,11 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM 'http://www.gentoo.org/dtd/metadata.dtd'>
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>base-system</herd>
-<maintainer>
-       <email>ssuominen@gentoo.org</email>
-</maintainer>
-<upstream>
-       <remote-id type='sourceforge'>gsmartcontrol</remote-id>
-</upstream>
+       <herd>base-system</herd>
+       <maintainer>
+               <email>ssuominen@gentoo.org</email>
+       </maintainer>
+       <upstream>
+               <remote-id type="sourceforge">gsmartcontrol</remote-id>
+       </upstream>
 </pkgmetadata>