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 567B7138359 for ; Sun, 23 Aug 2020 13:25:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7824AE07F6; Sun, 23 Aug 2020 13:24:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 60EF0E0729 for ; Sun, 23 Aug 2020 13:24:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 228EB335D9F for ; Sun, 23 Aug 2020 13:24:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F212315 for ; Sun, 23 Aug 2020 13:24:56 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1598188895.e41fad2d105828e6a1f919cc15222e88985552f1.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libgxim/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/libgxim/libgxim-0.5.0.ebuild X-VCS-Directories: x11-libs/libgxim/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: e41fad2d105828e6a1f919cc15222e88985552f1 X-VCS-Branch: master Date: Sun, 23 Aug 2020 13:24:56 +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: 155f8561-902e-42dd-9ab5-0efc211301fb X-Archives-Hash: f19926f7e7fc490b437d88229bd22db8 commit: e41fad2d105828e6a1f919cc15222e88985552f1 Author: Akinori Hattori gentoo org> AuthorDate: Sun Aug 23 13:21:35 2020 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Sun Aug 23 13:21:35 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e41fad2d x11-libs/libgxim: update USE_RUBY Closes: https://bugs.gentoo.org/706436 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Akinori Hattori gentoo.org> x11-libs/libgxim/libgxim-0.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-libs/libgxim/libgxim-0.5.0.ebuild b/x11-libs/libgxim/libgxim-0.5.0.ebuild index 20ed63f1a54..76e989508a0 100644 --- a/x11-libs/libgxim/libgxim-0.5.0.ebuild +++ b/x11-libs/libgxim/libgxim-0.5.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="6" -USE_RUBY="ruby24 ruby25 ruby26" +USE_RUBY="ruby25 ruby26 ruby27" inherit autotools ruby-single