From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-938064-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id AA6BA139694
	for <garchives@archives.gentoo.org>; Mon, 13 Mar 2017 09:49:54 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 7145C21C06C;
	Mon, 13 Mar 2017 09:49:48 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 36B3D21C06C
	for <gentoo-commits@lists.gentoo.org>; Mon, 13 Mar 2017 09:49:48 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 10A2B340BEA
	for <gentoo-commits@lists.gentoo.org>; Mon, 13 Mar 2017 09:49:47 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D16266A4
	for <gentoo-commits@lists.gentoo.org>; Mon, 13 Mar 2017 09:49:45 +0000 (UTC)
From: "Ettore Di Giacinto" <mudler@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Ettore Di Giacinto" <mudler@gentoo.org>
Message-ID: <1489396726.f686accf4fcb72edc68ce27446d88f83eca9a1c0.mudler@gentoo>
Subject: [gentoo-commits] proj/gentoo-mate:master commit in: x11-terms/mate-terminal/
X-VCS-Repository: proj/gentoo-mate
X-VCS-Files: x11-terms/mate-terminal/mate-terminal-1.12.1-r1.ebuild x11-terms/mate-terminal/mate-terminal-1.14.1-r1.ebuild x11-terms/mate-terminal/mate-terminal-1.14.1.ebuild x11-terms/mate-terminal/mate-terminal-1.16.1-r1.ebuild x11-terms/mate-terminal/mate-terminal-1.16.1-r2.ebuild
X-VCS-Directories: x11-terms/mate-terminal/
X-VCS-Committer: mudler
X-VCS-Committer-Name: Ettore Di Giacinto
X-VCS-Revision: f686accf4fcb72edc68ce27446d88f83eca9a1c0
X-VCS-Branch: master
Date: Mon, 13 Mar 2017 09:49:45 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: a0a91409-5eba-4b60-a830-47a9e4b256f2
X-Archives-Hash: ebf6c752c11de80894ce5a188d0c7bd9

commit:     f686accf4fcb72edc68ce27446d88f83eca9a1c0
Author:     kuzetsa <kuzetsa <AT> gmail <DOT> com>
AuthorDate: Fri Mar 10 23:44:44 2017 +0000
Commit:     Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
CommitDate: Mon Mar 13 09:18:46 2017 +0000
URL:        https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=f686accf

x11-terms/mate-terminal: gtk3 must be built with X

Gentoo-Bug: #611816

Package-Manager: Portage-2.3.3, Repoman-2.3.1

Signed-off-by: Ettore Di Giacinto <mudler <AT> gentoo.org>

 ...terminal-1.14.1.ebuild => mate-terminal-1.12.1-r1.ebuild} | 12 +++++-------
 ...terminal-1.14.1.ebuild => mate-terminal-1.14.1-r1.ebuild} |  4 ++--
 ...minal-1.16.1-r1.ebuild => mate-terminal-1.16.1-r2.ebuild} |  2 +-
 3 files changed, 8 insertions(+), 10 deletions(-)

diff --git a/x11-terms/mate-terminal/mate-terminal-1.14.1.ebuild b/x11-terms/mate-terminal/mate-terminal-1.12.1-r1.ebuild
similarity index 80%
copy from x11-terms/mate-terminal/mate-terminal-1.14.1.ebuild
copy to x11-terms/mate-terminal/mate-terminal-1.12.1-r1.ebuild
index c3897a3..9823dc8 100644
--- a/x11-terms/mate-terminal/mate-terminal-1.14.1.ebuild
+++ b/x11-terms/mate-terminal/mate-terminal-1.12.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -15,7 +15,8 @@ SLOT="0"
 
 IUSE="gtk3"
 
-COMMON_DEPEND="dev-libs/atk:0
+RDEPEND="app-text/rarian:0
+	dev-libs/atk:0
 	>=dev-libs/glib-2.36:2
 	>=mate-base/mate-desktop-1.6[gtk3(-)=]
 	x11-libs/gdk-pixbuf:2
@@ -28,14 +29,11 @@ COMMON_DEPEND="dev-libs/atk:0
 		>=x11-libs/vte-0.28:0
 	)
 	gtk3? (
-		>=x11-libs/gtk+-3.0:3
+		>=x11-libs/gtk+-3.0:3[X]
 		>=x11-libs/vte-0.38:2.91
 	)"
 
-RDEPEND="${COMMON_DEPEND}"
-
-DEPEND="${COMMON_DEPEND}
-	app-text/rarian:0
+DEPEND="${RDEPEND}
 	>=app-text/scrollkeeper-dtd-1:1.0
 	app-text/yelp-tools:0
 	>=dev-util/intltool-0.50.1:*

diff --git a/x11-terms/mate-terminal/mate-terminal-1.14.1.ebuild b/x11-terms/mate-terminal/mate-terminal-1.14.1-r1.ebuild
similarity index 92%
rename from x11-terms/mate-terminal/mate-terminal-1.14.1.ebuild
rename to x11-terms/mate-terminal/mate-terminal-1.14.1-r1.ebuild
index c3897a3..8c3f9cc 100644
--- a/x11-terms/mate-terminal/mate-terminal-1.14.1.ebuild
+++ b/x11-terms/mate-terminal/mate-terminal-1.14.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -28,7 +28,7 @@ COMMON_DEPEND="dev-libs/atk:0
 		>=x11-libs/vte-0.28:0
 	)
 	gtk3? (
-		>=x11-libs/gtk+-3.0:3
+		>=x11-libs/gtk+-3.0:3[X]
 		>=x11-libs/vte-0.38:2.91
 	)"
 

diff --git a/x11-terms/mate-terminal/mate-terminal-1.16.1-r1.ebuild b/x11-terms/mate-terminal/mate-terminal-1.16.1-r2.ebuild
similarity index 96%
rename from x11-terms/mate-terminal/mate-terminal-1.16.1-r1.ebuild
rename to x11-terms/mate-terminal/mate-terminal-1.16.1-r2.ebuild
index d33d288..4184916 100644
--- a/x11-terms/mate-terminal/mate-terminal-1.16.1-r1.ebuild
+++ b/x11-terms/mate-terminal/mate-terminal-1.16.1-r2.ebuild
@@ -23,7 +23,7 @@ COMMON_DEPEND="dev-libs/atk:0
 	x11-libs/libSM:0
 	x11-libs/libX11:0
 	x11-libs/pango:0
-	>=x11-libs/gtk+-3.14:3
+	>=x11-libs/gtk+-3.14:3[X]
 	>=x11-libs/vte-0.38:2.91"
 
 RDEPEND="${COMMON_DEPEND}