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 2776D138336 for ; Sun, 28 Oct 2018 21:29:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5AFDBE0CBF; Sun, 28 Oct 2018 21:29:21 +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 392FEE0CBF for ; Sun, 28 Oct 2018 21:29:21 +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 49442335CEA for ; Sun, 28 Oct 2018 21:29:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3647B454 for ; Sun, 28 Oct 2018 21:29:17 +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: <1540762148.956caccc9437974894e7a5c4db39685385f06afc.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-scheme/racket/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-scheme/racket/racket-7.0.ebuild X-VCS-Directories: dev-scheme/racket/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 956caccc9437974894e7a5c4db39685385f06afc X-VCS-Branch: master Date: Sun, 28 Oct 2018 21:29:17 +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: 49dca839-7e9d-493b-87f6-86622d5b4a91 X-Archives-Hash: 38adc7937dc89f068ae3ae840e9b648a commit: 956caccc9437974894e7a5c4db39685385f06afc Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Oct 28 21:20:53 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Oct 28 21:29:08 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=956caccc dev-scheme/racket: x86 stable (bug #669836) Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Thomas Deutschmann gentoo.org> dev-scheme/racket/racket-7.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-scheme/racket/racket-7.0.ebuild b/dev-scheme/racket/racket-7.0.ebuild index 206f8c7836f..e15680b9750 100644 --- a/dev-scheme/racket/racket-7.0.ebuild +++ b/dev-scheme/racket/racket-7.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ HOMEPAGE="http://racket-lang.org/" SRC_URI="minimal? ( http://download.racket-lang.org/installers/${PV}/${PN}-minimal-${PV}-src-builtpkgs.tgz ) !minimal? ( http://download.racket-lang.org/installers/${PV}/${P}-src-builtpkgs.tgz )" LICENSE="GPL-3+ LGPL-3" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 x86" IUSE="doc +futures +jit minimal +places +readline +threads +X" REQUIRED_USE="futures? ( jit )"