From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1034826-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 30A97138334 for <garchives@archives.gentoo.org>; Sat, 7 Jul 2018 08:50:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ADB67E0B35; Sat, 7 Jul 2018 08:50:21 +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 5B10EE0B00 for <gentoo-commits@lists.gentoo.org>; Sat, 7 Jul 2018 08:50:21 +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 4EEA9335C95 for <gentoo-commits@lists.gentoo.org>; Sat, 7 Jul 2018 08:50:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 18781369 for <gentoo-commits@lists.gentoo.org>; Sat, 7 Jul 2018 08:50:16 +0000 (UTC) From: "Hans de Graaff" <graaff@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, "Hans de Graaff" <graaff@gentoo.org> Message-ID: <1530950907.2dabedc7e4b5a13cb628101c9d4b36cf6849d597.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-vte/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/ruby-vte/ruby-vte-3.1.1.ebuild X-VCS-Directories: dev-ruby/ruby-vte/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 2dabedc7e4b5a13cb628101c9d4b36cf6849d597 X-VCS-Branch: master Date: Sat, 7 Jul 2018 08:50:16 +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: 2f16cb7a-71ba-4dde-8b10-dffdc55319a9 X-Archives-Hash: c8e4675a2e706910a1281779b19cac22 commit: 2dabedc7e4b5a13cb628101c9d4b36cf6849d597 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sat Jul 7 08:07:17 2018 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sat Jul 7 08:08:27 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dabedc7 dev-ruby/ruby-vte: amd64 stable Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-ruby/ruby-vte/ruby-vte-3.1.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/ruby-vte/ruby-vte-3.1.1.ebuild b/dev-ruby/ruby-vte/ruby-vte-3.1.1.ebuild index 89d6587cf65..99d5680ae46 100644 --- a/dev-ruby/ruby-vte/ruby-vte-3.1.1.ebuild +++ b/dev-ruby/ruby-vte/ruby-vte-3.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,7 +7,7 @@ USE_RUBY="ruby21 ruby22 ruby23 ruby24" inherit ruby-ng-gnome2 DESCRIPTION="Ruby vte bindings" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc ~x86" IUSE="" RDEPEND+=" >=x11-libs/vte-0.12.1:0"