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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9C104158042 for ; Sun, 20 Oct 2024 22:46:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D7D7E089D; Sun, 20 Oct 2024 22:46:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 85488E089D for ; Sun, 20 Oct 2024 22:46:31 +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 AAA14343089 for ; Sun, 20 Oct 2024 22:46:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4117D1315 for ; Sun, 20 Oct 2024 22:46:29 +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: <1729464371.14b7f7a15bf46174a410151ce76a995b783e9aaa.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/yap/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/yap/yap-7.1.0.ebuild X-VCS-Directories: dev-lang/yap/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 14b7f7a15bf46174a410151ce76a995b783e9aaa X-VCS-Branch: master Date: Sun, 20 Oct 2024 22:46:29 +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: b41ed41f-c91b-400a-95f4-8f7e3f767a09 X-Archives-Hash: be13bbd3ee4fcd4d369cb54504bfc78b commit: 14b7f7a15bf46174a410151ce76a995b783e9aaa Author: Sam James gentoo org> AuthorDate: Sun Oct 20 22:46:11 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Oct 20 22:46:11 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14b7f7a1 dev-lang/yap: Stabilize 7.1.0 amd64, #941898 Signed-off-by: Sam James gentoo.org> dev-lang/yap/yap-7.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/yap/yap-7.1.0.ebuild b/dev-lang/yap/yap-7.1.0.ebuild index 646bf13543d7..aa9d4b172ff0 100644 --- a/dev-lang/yap/yap-7.1.0.ebuild +++ b/dev-lang/yap/yap-7.1.0.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://github.com/vscosta/yap/archive/${PV_COMMIT}.tar.gz -> ${PN}-${P LICENSE="Artistic LGPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="R debug doc examples java mpi mysql odbc postgres python raptor readline sqlite static threads xml" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"