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 59FC813933E for ; Fri, 16 Jul 2021 09:31:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5548E0B01; Fri, 16 Jul 2021 09:31:07 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 8922EE0AFC for ; Fri, 16 Jul 2021 09:31:07 +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 AFDDC33BF5D for ; Fri, 16 Jul 2021 09:31:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 34D1B7DA for ; Fri, 16 Jul 2021 09:31:03 +0000 (UTC) From: "Hans de Graaff" 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" Message-ID: <1626427858.450ea6dc84edbdb6605c7f20495d06874e5bd05a.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/launchy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/launchy/launchy-2.5.0.ebuild X-VCS-Directories: dev-ruby/launchy/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 450ea6dc84edbdb6605c7f20495d06874e5bd05a X-VCS-Branch: master Date: Fri, 16 Jul 2021 09:31:03 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b6b90c2d-4022-4be9-a65e-3072b16c5b76 X-Archives-Hash: 6f76822d8653e6afeef18f85af01ff2c commit: 450ea6dc84edbdb6605c7f20495d06874e5bd05a Author: Hans de Graaff gentoo org> AuthorDate: Fri Jul 16 09:28:38 2021 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Fri Jul 16 09:30:58 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=450ea6dc dev-ruby/launchy: amd64 stable Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/launchy/launchy-2.5.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/launchy/launchy-2.5.0.ebuild b/dev-ruby/launchy/launchy-2.5.0.ebuild index 62ac53250ba..4ec867d948c 100644 --- a/dev-ruby/launchy/launchy-2.5.0.ebuild +++ b/dev-ruby/launchy/launchy-2.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/copiousfreetime/launchy" LICENSE="ISC" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" IUSE="" ruby_add_rdepend ">=dev-ruby/addressable-2.7"