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 48EF515803E for ; Thu, 4 Jan 2024 12:29:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12A082BC02A; Thu, 4 Jan 2024 12:29:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EB7132BC02A for ; Thu, 4 Jan 2024 12:29:48 +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 CDE63343080 for ; Thu, 4 Jan 2024 12:29:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E56814A8 for ; Thu, 4 Jan 2024 12:29:46 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1704371382.f0fde37cd58d86211a613b453d2f480128e2b817.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/ant-apache-bsf/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/ant-apache-bsf/ant-apache-bsf-1.10.9-r1.ebuild dev-java/ant-apache-bsf/ant-apache-bsf-1.10.9.ebuild X-VCS-Directories: dev-java/ant-apache-bsf/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: f0fde37cd58d86211a613b453d2f480128e2b817 X-VCS-Branch: master Date: Thu, 4 Jan 2024 12:29:46 +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: b521869e-7a4b-422b-9637-137b76ec90b4 X-Archives-Hash: 85ee5125f7de39fe98e632ae82614ac5 commit: f0fde37cd58d86211a613b453d2f480128e2b817 Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Thu Jan 4 09:04:16 2024 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Thu Jan 4 12:29:42 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0fde37c dev-java/ant-apache-bsf: drop python flag jython was removed with commit #e4d717fb45 Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/34635 Signed-off-by: Miroslav Šulc gentoo.org> .../{ant-apache-bsf-1.10.9.ebuild => ant-apache-bsf-1.10.9-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-java/ant-apache-bsf/ant-apache-bsf-1.10.9.ebuild b/dev-java/ant-apache-bsf/ant-apache-bsf-1.10.9-r1.ebuild similarity index 83% rename from dev-java/ant-apache-bsf/ant-apache-bsf-1.10.9.ebuild rename to dev-java/ant-apache-bsf/ant-apache-bsf-1.10.9-r1.ebuild index f6ba1618b0fe..04cdcf48579c 100644 --- a/dev-java/ant-apache-bsf/ant-apache-bsf-1.10.9.ebuild +++ b/dev-java/ant-apache-bsf/ant-apache-bsf-1.10.9-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ inherit ant-tasks KEYWORDS="amd64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" IUSE="python javascript tcl" -DEPEND=">=dev-java/bsf-2.4.0-r1:2.3[python?,javascript?,tcl?]" +DEPEND=">=dev-java/bsf-2.4.0-r1:2.3[javascript?,tcl?]" RDEPEND="${DEPEND}" pkg_postinst() {