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 C9E4C15808B for ; Sun, 17 Apr 2022 23:37:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B34EDE09DB; Sun, 17 Apr 2022 23:37:16 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B9F91E09DB for ; Sun, 17 Apr 2022 23:37:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C762B3412C6 for ; Sun, 17 Apr 2022 23:37:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 073173B0 for ; Sun, 17 Apr 2022 23:37:11 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1650238629.64c2ba4d03c8d5788fd1ed128ae275ced83ad119.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/clipsjni/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/clipsjni/clipsjni-6.40-r1.ebuild dev-lang/clipsjni/clipsjni-6.40.ebuild X-VCS-Directories: dev-lang/clipsjni/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 64c2ba4d03c8d5788fd1ed128ae275ced83ad119 X-VCS-Branch: master Date: Sun, 17 Apr 2022 23:37:11 +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: fef890c3-9747-4ef6-8b51-a315b5f5f08d X-Archives-Hash: 501d9d2e4e34a1862474578e82cf6a4c commit: 64c2ba4d03c8d5788fd1ed128ae275ced83ad119 Author: Maciej Barć gentoo org> AuthorDate: Sun Apr 17 23:37:02 2022 +0000 Commit: Maciej Barć gentoo org> CommitDate: Sun Apr 17 23:37:09 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64c2ba4d dev-lang/clipsjni: bump to EAPI 8 Signed-off-by: Maciej Barć gentoo.org> dev-lang/clipsjni/{clipsjni-6.40.ebuild => clipsjni-6.40-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lang/clipsjni/clipsjni-6.40.ebuild b/dev-lang/clipsjni/clipsjni-6.40-r1.ebuild similarity index 97% rename from dev-lang/clipsjni/clipsjni-6.40.ebuild rename to dev-lang/clipsjni/clipsjni-6.40-r1.ebuild index a6d8f93e099d..5e5cd3a37252 100644 --- a/dev-lang/clipsjni/clipsjni-6.40.ebuild +++ b/dev-lang/clipsjni/clipsjni-6.40-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 JAVA_PKG_IUSE="source"