commit: 468d9d066b6d43ca11d9433068297688f88c77a4 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Tue Dec 22 12:53:56 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Tue Dec 22 12:54:08 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=468d9d06
sys-apps/gsmartcontrol: Add std=c++11 to CXXFLAGS for latest dev-libs/libsigc++ Package-Manager: portage-2.2.26 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> sys-apps/gsmartcontrol/gsmartcontrol-0.8.7.ebuild | 7 ++++++- sys-apps/gsmartcontrol/metadata.xml | 18 +++++++++--------- 2 files changed, 15 insertions(+), 10 deletions(-) diff --git a/sys-apps/gsmartcontrol/gsmartcontrol-0.8.7.ebuild b/sys-apps/gsmartcontrol/gsmartcontrol-0.8.7.ebuild index 053a68b..9fa1694 100644 --- a/sys-apps/gsmartcontrol/gsmartcontrol-0.8.7.ebuild +++ b/sys-apps/gsmartcontrol/gsmartcontrol-0.8.7.ebuild @@ -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} \ diff --git a/sys-apps/gsmartcontrol/metadata.xml b/sys-apps/gsmartcontrol/metadata.xml index ca80785..9d109ee 100644 --- a/sys-apps/gsmartcontrol/metadata.xml +++ b/sys-apps/gsmartcontrol/metadata.xml @@ -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>[email protected]</email> -</maintainer> -<upstream> - <remote-id type='sourceforge'>gsmartcontrol</remote-id> -</upstream> + <herd>base-system</herd> + <maintainer> + <email>[email protected]</email> + </maintainer> + <upstream> + <remote-id type="sourceforge">gsmartcontrol</remote-id> + </upstream> </pkgmetadata>
