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 00A4A1382C5 for ; Sat, 31 Mar 2018 21:52:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E742CE0B78; Sat, 31 Mar 2018 21:52:55 +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 C08FDE0B78 for ; Sat, 31 Mar 2018 21:52:55 +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 762F3335D74 for ; Sat, 31 Mar 2018 21:52:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C12F26C for ; Sat, 31 Mar 2018 21:52:52 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1522533028.b991eb80f975cc12ecbafec0b5d1bbe23ba62c7b.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/pycharm-community/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/pycharm-community/pycharm-community-2017.3.3.ebuild X-VCS-Directories: dev-util/pycharm-community/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: b991eb80f975cc12ecbafec0b5d1bbe23ba62c7b X-VCS-Branch: master Date: Sat, 31 Mar 2018 21:52:52 +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: 5e16607a-9866-4a01-a7db-f07590d17f5f X-Archives-Hash: def1347b168701698c1d580ec4890989 commit: b991eb80f975cc12ecbafec0b5d1bbe23ba62c7b Author: Aaron Bauman gentoo org> AuthorDate: Sat Mar 31 21:50:28 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sat Mar 31 21:50:28 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b991eb80 dev-util/pycharm-community: amd64 stable Bug: https://bugs.gentoo.org/651542 Package-Manager: Portage-2.3.27, Repoman-2.3.9 dev-util/pycharm-community/pycharm-community-2017.3.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/pycharm-community/pycharm-community-2017.3.3.ebuild b/dev-util/pycharm-community/pycharm-community-2017.3.3.ebuild index 4cba69da598..4790ccf65f2 100644 --- a/dev-util/pycharm-community/pycharm-community-2017.3.3.ebuild +++ b/dev-util/pycharm-community/pycharm-community-2017.3.3.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://download.jetbrains.com/python/${P}.tar.gz" LICENSE="Apache-2.0 BSD CDDL MIT-with-advertising" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" RDEPEND=">=virtual/jre-1.8"