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 E21FB158091 for ; Sat, 4 Jun 2022 07:38:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 191B9E0864; Sat, 4 Jun 2022 07:38:56 +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 D319BE0864 for ; Sat, 4 Jun 2022 07:38:55 +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 AF034342272 for ; Sat, 4 Jun 2022 07:38:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A49C4448 for ; Sat, 4 Jun 2022 07:38:52 +0000 (UTC) From: "Keri Harris" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Keri Harris" Message-ID: <1654328319.e48f2c331e492f2eaceed70405eb6cce7b603cc8.keri@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/swi-prolog/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/swi-prolog/swi-prolog-8.4.2.ebuild X-VCS-Directories: dev-lang/swi-prolog/ X-VCS-Committer: keri X-VCS-Committer-Name: Keri Harris X-VCS-Revision: e48f2c331e492f2eaceed70405eb6cce7b603cc8 X-VCS-Branch: master Date: Sat, 4 Jun 2022 07:38:52 +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: 35245ef2-e334-423e-9209-f4ea6d5bdad8 X-Archives-Hash: ec3d1367e7378773d4e7ad6dcfaadf71 commit: e48f2c331e492f2eaceed70405eb6cce7b603cc8 Author: Keri Harris gentoo org> AuthorDate: Sat Jun 4 07:37:45 2022 +0000 Commit: Keri Harris gentoo org> CommitDate: Sat Jun 4 07:38:39 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e48f2c33 dev-lang/swi-prolog: set up Java for JPL Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Keri Harris gentoo.org> dev-lang/swi-prolog/swi-prolog-8.4.2.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dev-lang/swi-prolog/swi-prolog-8.4.2.ebuild b/dev-lang/swi-prolog/swi-prolog-8.4.2.ebuild index a249be4e3b7d..fc8d61141e4d 100644 --- a/dev-lang/swi-prolog/swi-prolog-8.4.2.ebuild +++ b/dev-lang/swi-prolog/swi-prolog-8.4.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake desktop xdg-utils flag-o-matic toolchain-funcs +inherit cmake desktop xdg-utils flag-o-matic toolchain-funcs java-pkg-opt-2 PATCHSET_VER="0" @@ -53,6 +53,10 @@ BDEPEND="virtual/pkgconfig" S="${WORKDIR}/swipl-${PV}" +pkg_setup() { + java-pkg-opt-2_pkg_setup +} + src_prepare() { if [[ -d "${WORKDIR}"/${PV} ]] ; then eapply "${WORKDIR}"/${PV}