commit:     9d3988b442e73e3b2a66ab7ce0436bcd408c5290
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 18 09:51:39 2017 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jun 18 09:52:30 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d3988b4

net-p2p/transmission-remote-gtk: Don't build with -Werror (#593926)

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 .../transmission-remote-gtk/transmission-remote-gtk-1.3.1.ebuild | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git 
a/net-p2p/transmission-remote-gtk/transmission-remote-gtk-1.3.1.ebuild 
b/net-p2p/transmission-remote-gtk/transmission-remote-gtk-1.3.1.ebuild
index b1ed0caebd5..59bfe79bac9 100644
--- a/net-p2p/transmission-remote-gtk/transmission-remote-gtk-1.3.1.ebuild
+++ b/net-p2p/transmission-remote-gtk/transmission-remote-gtk-1.3.1.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
+GNOME2_EAUTORECONF="yes"
 
 inherit gnome2
 
@@ -36,13 +37,15 @@ DEPEND="${RDEPEND}
        virtual/pkgconfig
 "
 
-DOCS="AUTHORS ChangeLog README"
+src_prepare() {
+       sed -i -e '/-Werror/d' configure.ac || die
+       gnome2_src_prepare
+}
 
 src_configure() {
        # Disable overly strict appdata validation
        gnome2_src_configure \
                $(use_enable debug) \
-               --enable-gtk3 \
                $(use_with geoip libgeoip) \
                $(use_with libnotify) \
                $(use_with libproxy) \

Reply via email to