From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-828738-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 08ED31397D5 for <garchives@archives.gentoo.org>; Sun, 16 Aug 2015 14:24:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D4CFE0887; Sun, 16 Aug 2015 14:24:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BF808E0887 for <gentoo-commits@lists.gentoo.org>; Sun, 16 Aug 2015 14:24:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 53F333408C5 for <gentoo-commits@lists.gentoo.org>; Sun, 16 Aug 2015 14:24:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9025F14D for <gentoo-commits@lists.gentoo.org>; Sun, 16 Aug 2015 14:24:09 +0000 (UTC) From: "Justin Lecher" <jlec@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, "Justin Lecher" <jlec@gentoo.org> Message-ID: <1439735047.8dc307067f68ebaf07e4edf76ee710d810489348.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/vte/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/vte/metadata.xml x11-libs/vte/vte-0.28.2-r206.ebuild x11-libs/vte/vte-0.28.2-r207.ebuild x11-libs/vte/vte-0.36.3.ebuild x11-libs/vte/vte-0.36.4.ebuild x11-libs/vte/vte-0.38.3.ebuild x11-libs/vte/vte-0.40.2.ebuild X-VCS-Directories: x11-libs/vte/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 8dc307067f68ebaf07e4edf76ee710d810489348 X-VCS-Branch: master Date: Sun, 16 Aug 2015 14:24:09 +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: 3a3cd8c8-2eed-4dcf-a5df-a5b32ee09158 X-Archives-Hash: 38a9c1f72bb5061ba7246826dd92466c commit: 8dc307067f68ebaf07e4edf76ee710d810489348 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Sun Aug 16 14:23:33 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Sun Aug 16 14:24:07 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dc30706 x11-libs/vte: Use slot operators for ncurses Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> x11-libs/vte/metadata.xml | 8 ++++---- x11-libs/vte/vte-0.28.2-r206.ebuild | 2 +- x11-libs/vte/vte-0.28.2-r207.ebuild | 2 +- x11-libs/vte/vte-0.36.3.ebuild | 2 +- x11-libs/vte/vte-0.36.4.ebuild | 2 +- x11-libs/vte/vte-0.38.3.ebuild | 2 +- x11-libs/vte/vte-0.40.2.ebuild | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/x11-libs/vte/metadata.xml b/x11-libs/vte/metadata.xml index 84c40c2..cd6612f 100644 --- a/x11-libs/vte/metadata.xml +++ b/x11-libs/vte/metadata.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>gnome</herd> -<use> - <flag name='glade'>Provide integration with <pkg>dev-util/glade</pkg>.</flag> -</use> + <herd>gnome</herd> + <use> + <flag name="glade">Provide integration with <pkg>dev-util/glade</pkg>.</flag> + </use> </pkgmetadata> diff --git a/x11-libs/vte/vte-0.28.2-r206.ebuild b/x11-libs/vte/vte-0.28.2-r206.ebuild index edf1eab..b0e1406 100644 --- a/x11-libs/vte/vte-0.28.2-r206.ebuild +++ b/x11-libs/vte/vte-0.28.2-r206.ebuild @@ -21,7 +21,7 @@ RDEPEND=">=dev-libs/glib-2.26:2 >=x11-libs/gtk+-2.20:2[introspection?] >=x11-libs/pango-1.22.0 - sys-libs/ncurses + sys-libs/ncurses:5= x11-libs/libX11 x11-libs/libXft diff --git a/x11-libs/vte/vte-0.28.2-r207.ebuild b/x11-libs/vte/vte-0.28.2-r207.ebuild index 0b2c3cc..6ff5f00 100644 --- a/x11-libs/vte/vte-0.28.2-r207.ebuild +++ b/x11-libs/vte/vte-0.28.2-r207.ebuild @@ -21,7 +21,7 @@ RDEPEND=" >=x11-libs/gtk+-2.20:2[introspection?] >=x11-libs/pango-1.22.0 - sys-libs/ncurses + sys-libs/ncurses:5= x11-libs/libX11 x11-libs/libXft diff --git a/x11-libs/vte/vte-0.36.3.ebuild b/x11-libs/vte/vte-0.36.3.ebuild index 405172b..427a79a 100644 --- a/x11-libs/vte/vte-0.36.3.ebuild +++ b/x11-libs/vte/vte-0.36.3.ebuild @@ -21,7 +21,7 @@ RDEPEND=" >=x11-libs/gtk+-3.1.9:3[introspection?] >=x11-libs/pango-1.22.0 - sys-libs/ncurses + sys-libs/ncurses:5= x11-libs/libX11 x11-libs/libXft diff --git a/x11-libs/vte/vte-0.36.4.ebuild b/x11-libs/vte/vte-0.36.4.ebuild index c942207..8f1f229 100644 --- a/x11-libs/vte/vte-0.36.4.ebuild +++ b/x11-libs/vte/vte-0.36.4.ebuild @@ -21,7 +21,7 @@ RDEPEND=" >=x11-libs/gtk+-3.1.9:3[introspection?] >=x11-libs/pango-1.22.0 - sys-libs/ncurses + sys-libs/ncurses:5= x11-libs/libX11 x11-libs/libXft diff --git a/x11-libs/vte/vte-0.38.3.ebuild b/x11-libs/vte/vte-0.38.3.ebuild index d8db59a..5259549 100644 --- a/x11-libs/vte/vte-0.38.3.ebuild +++ b/x11-libs/vte/vte-0.38.3.ebuild @@ -22,7 +22,7 @@ RDEPEND=" >=x11-libs/gtk+-3.8:3[introspection?] >=x11-libs/pango-1.22.0 - sys-libs/ncurses + sys-libs/ncurses:5= x11-libs/libX11 x11-libs/libXft diff --git a/x11-libs/vte/vte-0.40.2.ebuild b/x11-libs/vte/vte-0.40.2.ebuild index f657aa5..1c46855 100644 --- a/x11-libs/vte/vte-0.40.2.ebuild +++ b/x11-libs/vte/vte-0.40.2.ebuild @@ -22,7 +22,7 @@ RDEPEND=" >=x11-libs/gtk+-3.8:3[introspection?] >=x11-libs/pango-1.22.0 - sys-libs/ncurses + sys-libs/ncurses:5= sys-libs/zlib x11-libs/libX11 x11-libs/libXft