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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3C9EF15ACFB for ; Wed, 19 Apr 2023 11:23:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 687AEE0823; Wed, 19 Apr 2023 11:23:37 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4C4CEE0823 for ; Wed, 19 Apr 2023 11:23:37 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 37DE1340F5C for ; Wed, 19 Apr 2023 11:23:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6005141 for ; Wed, 19 Apr 2023 11:23:33 +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: <1681903400.1ac7a4ecee9a88f711c986e9dd95c0c9ae8c2d6b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/routino/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/routino/routino-3.3.3-r4.ebuild X-VCS-Directories: sci-geosciences/routino/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1ac7a4ecee9a88f711c986e9dd95c0c9ae8c2d6b X-VCS-Branch: master Date: Wed, 19 Apr 2023 11:23:33 +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: f577a43a-2c02-49f3-871a-ae88f4361ab4 X-Archives-Hash: 9bbc2525dab54ca6344231e5cf14c5b2 commit: 1ac7a4ecee9a88f711c986e9dd95c0c9ae8c2d6b Author: Sam James gentoo org> AuthorDate: Wed Apr 19 11:23:20 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Apr 19 11:23:20 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ac7a4ec sci-geosciences/routino: Stabilize 3.3.3-r4 amd64, #904606 Signed-off-by: Sam James gentoo.org> sci-geosciences/routino/routino-3.3.3-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-geosciences/routino/routino-3.3.3-r4.ebuild b/sci-geosciences/routino/routino-3.3.3-r4.ebuild index 3a03984a6ad0..5f057f358f70 100644 --- a/sci-geosciences/routino/routino-3.3.3-r4.ebuild +++ b/sci-geosciences/routino/routino-3.3.3-r4.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://routino.org/download/${P}.tgz" LICENSE="AGPL-3+" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="python test" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"