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 AB006138334 for ; Sat, 31 Aug 2019 20:46:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC0FCE0841; Sat, 31 Aug 2019 20:46:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 839AFE0837 for ; Sat, 31 Aug 2019 20:46:26 +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 37F3634A7A3 for ; Sat, 31 Aug 2019 20:46:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 63C2677D for ; Sat, 31 Aug 2019 20:46:22 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1567284369.4434faa3957c179a3064c6ba18307899f5a70219.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kross-interpreters/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kross-interpreters/kross-interpreters-19.04.3-r1.ebuild X-VCS-Directories: kde-apps/kross-interpreters/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4434faa3957c179a3064c6ba18307899f5a70219 X-VCS-Branch: master Date: Sat, 31 Aug 2019 20:46:22 +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: 4f59b408-8068-407a-ad39-8e3bbad66abe X-Archives-Hash: b31aec210a79047702a4eaf3c316c360 commit: 4434faa3957c179a3064c6ba18307899f5a70219 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Aug 31 19:42:14 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Aug 31 20:46:09 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4434faa3 kde-apps/kross-interpreters: 19.04.3-r1 stable for ruby25 compat Package-Manager: Portage-2.3.74, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kross-interpreters/kross-interpreters-19.04.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-apps/kross-interpreters/kross-interpreters-19.04.3-r1.ebuild b/kde-apps/kross-interpreters/kross-interpreters-19.04.3-r1.ebuild index 4b577776782..b2cd075da1d 100644 --- a/kde-apps/kross-interpreters/kross-interpreters-19.04.3-r1.ebuild +++ b/kde-apps/kross-interpreters/kross-interpreters-19.04.3-r1.ebuild @@ -8,7 +8,7 @@ USE_RUBY="ruby25" inherit kde5 python-single-r1 ruby-single DESCRIPTION="Kross interpreter plugins for programming languages" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="amd64 arm64 x86" IUSE="+python ruby" REQUIRED_USE="|| ( python ruby ) python? ( ${PYTHON_REQUIRED_USE} )"