From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 D52FD138334 for ; Thu, 13 Sep 2018 07:38:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8F32E0E04; Thu, 13 Sep 2018 07:38:15 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C18EBE0E04 for ; Thu, 13 Sep 2018 07:38:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3F5D9335CCF for ; Thu, 13 Sep 2018 07:38:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A5EF3DA for ; Thu, 13 Sep 2018 07:38:10 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1536824165.717f463a88a91b79e3cc0457103789e411c5225f.leio@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: x11-terms/gnome-terminal/ X-VCS-Repository: proj/gnome X-VCS-Files: x11-terms/gnome-terminal/gnome-terminal-9999.ebuild X-VCS-Directories: x11-terms/gnome-terminal/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 717f463a88a91b79e3cc0457103789e411c5225f X-VCS-Branch: master Date: Thu, 13 Sep 2018 07:38:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a88614ce-6b41-42b7-868b-14832e0c3a00 X-Archives-Hash: c9b35f9d050a8b4bcf18b5e926b72ab1 commit: 717f463a88a91b79e3cc0457103789e411c5225f Author: Mart Raudsepp gentoo org> AuthorDate: Thu Sep 13 07:36:05 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Thu Sep 13 07:36:05 2018 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=717f463a x11-terms/gnome-terminal-9999: partial sync Package-Manager: Portage-2.3.49, Repoman-2.3.10 x11-terms/gnome-terminal/gnome-terminal-9999.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild b/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild index 6dbaeb11..de0e3912 100644 --- a/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild +++ b/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild @@ -15,9 +15,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Terminal/" LICENSE="GPL-3+" SLOT="0" IUSE="debug +gnome-shell +nautilus" -if [[ ${PV} = 9999 ]]; then - KEYWORDS="" -else +if [[ ${PV} != 9999 ]]; then KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" fi @@ -25,7 +23,7 @@ fi RDEPEND=" >=dev-libs/glib-2.42:2 >=x11-libs/gtk+-3.20:3 - >=x11-libs/vte-0.50.2:2.91 + >=x11-libs/vte-0.52.2:2.91 >=dev-libs/libpcre2-10 >=gnome-base/dconf-0.14 >=gnome-base/gsettings-desktop-schemas-0.1.0