public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-tv/me-tv/
@ 2015-12-24 13:40 Pacho Ramos
  0 siblings, 0 replies; only message in thread
From: Pacho Ramos @ 2015-12-24 13:40 UTC (permalink / raw
  To: gentoo-commits

commit:     e8742d82ac3eaa0c5c6b45d41ae95831d4a8939b
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 24 13:21:36 2015 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Dec 24 13:40:24 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8742d82

media-tv/me-tv: Fix building with latest glibmm/libsigc++

Package-Manager: portage-2.2.26

 media-tv/me-tv/me-tv-1.4.0.10.ebuild | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/media-tv/me-tv/me-tv-1.4.0.10.ebuild b/media-tv/me-tv/me-tv-1.4.0.10.ebuild
index ac124f1..bb652aa 100644
--- a/media-tv/me-tv/me-tv-1.4.0.10.ebuild
+++ b/media-tv/me-tv/me-tv-1.4.0.10.ebuild
@@ -2,9 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="4"
-
-inherit eutils versionator autotools gnome2
+EAPI=5
+inherit eutils flag-o-matic versionator autotools gnome2
 
 DESCRIPTION="Me TV is a GTK desktop application for watching digital television"
 HOMEPAGE="http://me-tv.sourceforge.net/"
@@ -15,7 +14,9 @@ LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~x86 ~amd64"
 IUSE="http"
-RDEPEND=">=dev-cpp/gconfmm-2.6
+
+RDEPEND="
+	>=dev-cpp/gconfmm-2.6
 	dev-cpp/gtkmm:2.4
 	dev-cpp/libxmlpp:2.6
 	dev-libs/libunique:1
@@ -25,12 +26,14 @@ RDEPEND=">=dev-cpp/gconfmm-2.6
 	>=media-video/vlc-1.1.8
 	media-libs/gstreamer:0.10
 	media-plugins/gst-plugins-xvideo:0.10
-	media-libs/gst-plugins-base:0.10"
-
+	media-libs/gst-plugins-base:0.10
+"
 DEPEND="${RDEPEND}
-	virtual/pkgconfig"
+	virtual/pkgconfig
+"
 
 src_prepare() {
+	append-cxxflags -std=c++11
 	epatch "${FILESDIR}"/${P}-gcc47.patch
 	eautoreconf
 }


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-12-24 13:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-24 13:40 [gentoo-commits] repo/gentoo:master commit in: media-tv/me-tv/ Pacho Ramos

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox