From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C9BEB1581EE for ; Mon, 24 Mar 2025 00:33:51 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 7C37034354D for ; Mon, 24 Mar 2025 00:33:51 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id D66BD1104B8; Mon, 24 Mar 2025 00:33:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id C94121104B7 for ; Mon, 24 Mar 2025 00:33:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 85D3A34351B for ; Mon, 24 Mar 2025 00:33:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EFD4F28B3 for ; Mon, 24 Mar 2025 00:33:26 +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: <1742776368.c7e71b1fc60c1dbe75baa2ee78f883b23d6861aa.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.95.ebuild X-VCS-Directories: media-gfx/asymptote/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c7e71b1fc60c1dbe75baa2ee78f883b23d6861aa X-VCS-Branch: master Date: Mon, 24 Mar 2025 00:33:26 +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: 3dd5da99-9629-45a5-9196-b3d6d9c9d947 X-Archives-Hash: 6e6ed59454da2c734ab3c7e44a266995 commit: c7e71b1fc60c1dbe75baa2ee78f883b23d6861aa Author: Sam James gentoo org> AuthorDate: Mon Mar 24 00:32:48 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Mar 24 00:32:48 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7e71b1f media-gfx/asymptote: Stabilize 2.95 x86, #951912 Signed-off-by: Sam James gentoo.org> media-gfx/asymptote/asymptote-2.95.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/asymptote/asymptote-2.95.ebuild b/media-gfx/asymptote/asymptote-2.95.ebuild index 91f4678ad2e4..24aef0cc3bda 100644 --- a/media-gfx/asymptote/asymptote-2.95.ebuild +++ b/media-gfx/asymptote/asymptote-2.95.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://downloads.sourceforge.net/asymptote/${P}.src.tgz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="amd64 ~ppc ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="amd64 ~ppc ~riscv x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="+boehm-gc context curl doc emacs examples fftw gsl +imagemagick latex lsp offscreen +opengl python sigsegv svg test vim-syntax X" RESTRICT="!test? ( test )"