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 F40871382C5 for ; Thu, 6 May 2021 10:04:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B129E0A52; Thu, 6 May 2021 10:04:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 1D788E0A52 for ; Thu, 6 May 2021 10:04:10 +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 4C70E340DFE for ; Thu, 6 May 2021 10:04:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BCAE774F for ; Thu, 6 May 2021 10:04:06 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1620295432.5ad7e09d137f6926f3762416797222c4fbb84f21.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/asymptote/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/asymptote/asymptote-2.70.ebuild X-VCS-Directories: media-gfx/asymptote/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5ad7e09d137f6926f3762416797222c4fbb84f21 X-VCS-Branch: master Date: Thu, 6 May 2021 10:04:06 +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: 9c495089-62db-4609-8a47-491dbd72cf7b X-Archives-Hash: 7b8b6d702d04d65ebef483517c6eaa42 commit: 5ad7e09d137f6926f3762416797222c4fbb84f21 Author: Sam James gentoo org> AuthorDate: Thu May 6 10:03:52 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu May 6 10:03:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ad7e09d media-gfx/asymptote: Stabilize 2.70 amd64, #788457 Signed-off-by: Sam James gentoo.org> media-gfx/asymptote/asymptote-2.70.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/asymptote/asymptote-2.70.ebuild b/media-gfx/asymptote/asymptote-2.70.ebuild index 11723a29a48..44a6b9d73b4 100644 --- a/media-gfx/asymptote/asymptote-2.70.ebuild +++ b/media-gfx/asymptote/asymptote-2.70.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/asymptote/${P}.src.tgz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="+boehm-gc context curl doc emacs examples fftw gsl +imagemagick latex offscreen +opengl python sigsegv svg test vim-syntax X" RESTRICT="!test? ( test )"