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 794801382C5 for ; Thu, 12 Apr 2018 20:55:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 203DBE09AB; Thu, 12 Apr 2018 20:55:03 +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 01225E09AB for ; Thu, 12 Apr 2018 20:55:03 +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 1DBD1335C7A for ; Thu, 12 Apr 2018 20:55:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20270288 for ; Thu, 12 Apr 2018 20:54:58 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1523566425.4b088cf6adff97160e9b4ccd14d040b273a905c0.whissi@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: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 4b088cf6adff97160e9b4ccd14d040b273a905c0 X-VCS-Branch: master Date: Thu, 12 Apr 2018 20:54:58 +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: 52d55546-1375-4de0-bb82-5ecdcabc8bb0 X-Archives-Hash: 9e1ea0dde4a4d39a70ef85b9be3dd29f commit: 4b088cf6adff97160e9b4ccd14d040b273a905c0 Author: Thomas Deutschmann gentoo org> AuthorDate: Thu Apr 12 20:45:38 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Thu Apr 12 20:53:45 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b088cf6 dev-util/pycharm-community: x86 stable (bug #651542) Package-Manager: Portage-2.3.28, 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 4790ccf65f2..5afd45d5ad9 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"