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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8310E1382C5 for ; Fri, 2 Apr 2021 09:54:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DAA91E09C3; Fri, 2 Apr 2021 09:54:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C767EE09C3 for ; Fri, 2 Apr 2021 09:54:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E4B8A340CD7 for ; Fri, 2 Apr 2021 09:54:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A0B0E63D for ; Fri, 2 Apr 2021 09:54:11 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1617357150.fe3da57cfbfd7343250c37b5aa21a6d116ee5085.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: games-action/multimc/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-action/multimc/multimc-0.6.12.ebuild X-VCS-Directories: games-action/multimc/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: fe3da57cfbfd7343250c37b5aa21a6d116ee5085 X-VCS-Branch: master Date: Fri, 2 Apr 2021 09:54: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: 91fa4308-78c3-4acb-9003-464934944f70 X-Archives-Hash: 7aee72643b099dd724c141e757430116 commit: fe3da57cfbfd7343250c37b5aa21a6d116ee5085 Author: Andrew Ammerlaan riseup net> AuthorDate: Fri Apr 2 09:51:26 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri Apr 2 09:52:30 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fe3da57c games-action/multimc: fix java.eclassesnotused Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan riseup.net> games-action/multimc/multimc-0.6.12.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-action/multimc/multimc-0.6.12.ebuild b/games-action/multimc/multimc-0.6.12.ebuild index 6ed408311..cd9640293 100644 --- a/games-action/multimc/multimc-0.6.12.ebuild +++ b/games-action/multimc/multimc-0.6.12.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit desktop xdg cmake +inherit desktop java-pkg-2 xdg cmake MY_PN="MultiMC5" MY_P="${MY_PN}-${PV}" 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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0983D1382C5 for ; Fri, 2 Apr 2021 09:52:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36894E0934; Fri, 2 Apr 2021 09:52:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 17E2DE0934 for ; Fri, 2 Apr 2021 09:52:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D2A66340CE1 for ; Fri, 2 Apr 2021 09:52:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 47F0963C for ; Fri, 2 Apr 2021 09:52:34 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1617357150.fe3da57cfbfd7343250c37b5aa21a6d116ee5085.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-action/multimc/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-action/multimc/multimc-0.6.12.ebuild X-VCS-Directories: games-action/multimc/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: fe3da57cfbfd7343250c37b5aa21a6d116ee5085 X-VCS-Branch: dev Date: Fri, 2 Apr 2021 09:52:34 +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: b9ce5065-4ad3-49b4-a6d6-570be7ea5cab X-Archives-Hash: 155d4864aae8d339d147d84a76f45058 Message-ID: <20210402095234.IkKe35hw4PymcGz3oaN2vzBrD2iKeilr6jtBks6QIJM@z> commit: fe3da57cfbfd7343250c37b5aa21a6d116ee5085 Author: Andrew Ammerlaan riseup net> AuthorDate: Fri Apr 2 09:51:26 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri Apr 2 09:52:30 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fe3da57c games-action/multimc: fix java.eclassesnotused Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan riseup.net> games-action/multimc/multimc-0.6.12.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-action/multimc/multimc-0.6.12.ebuild b/games-action/multimc/multimc-0.6.12.ebuild index 6ed408311..cd9640293 100644 --- a/games-action/multimc/multimc-0.6.12.ebuild +++ b/games-action/multimc/multimc-0.6.12.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit desktop xdg cmake +inherit desktop java-pkg-2 xdg cmake MY_PN="MultiMC5" MY_P="${MY_PN}-${PV}"