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 A8191138359 for ; Sun, 25 Oct 2020 12:32:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E586AE07DB; Sun, 25 Oct 2020 12:32:40 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 D0232E07B3 for ; Sun, 25 Oct 2020 12:32:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 8FB69340CC7 for ; Sun, 25 Oct 2020 12:32:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DCBC63B8 for ; Sun, 25 Oct 2020 12:32:37 +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: <1603626497.bd22772cfc4928ba34f5dbd35e67999235c597ae.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-action/minecraft-launcher/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-action/minecraft-launcher/minecraft-launcher-2.1.17785.ebuild X-VCS-Directories: games-action/minecraft-launcher/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: bd22772cfc4928ba34f5dbd35e67999235c597ae X-VCS-Branch: dev Date: Sun, 25 Oct 2020 12:32:37 +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: e7c7a5d8-e06b-436b-8cdf-fa5a381c297d X-Archives-Hash: 086634416d842866a510179733b0cadb commit: bd22772cfc4928ba34f5dbd35e67999235c597ae Author: Andrew Ammerlaan riseup net> AuthorDate: Sun Oct 25 11:48:17 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sun Oct 25 11:48:17 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bd22772c games-action/minecraft-launcher: drop unneeded dep Closes: https://bugs.gentoo.org/750902 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> games-action/minecraft-launcher/minecraft-launcher-2.1.17785.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/games-action/minecraft-launcher/minecraft-launcher-2.1.17785.ebuild b/games-action/minecraft-launcher/minecraft-launcher-2.1.17785.ebuild index 4d47a84b..fa19a2c0 100644 --- a/games-action/minecraft-launcher/minecraft-launcher-2.1.17785.ebuild +++ b/games-action/minecraft-launcher/minecraft-launcher-2.1.17785.ebuild @@ -22,7 +22,6 @@ RDEPEND=" dev-libs/libbsd dev-libs/libffi dev-libs/libpcre - gnome-base/gconf media-libs/alsa-lib media-libs/openal net-libs/gnutls[idn] 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 591A8138359 for ; Sun, 25 Oct 2020 12:32:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F288E0806; Sun, 25 Oct 2020 12:32:52 +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 87536E0806 for ; Sun, 25 Oct 2020 12:32:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 70CA2340C3F for ; Sun, 25 Oct 2020 12:32:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 67E0B3BF for ; Sun, 25 Oct 2020 12:32:49 +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: <1603626497.bd22772cfc4928ba34f5dbd35e67999235c597ae.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: games-action/minecraft-launcher/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-action/minecraft-launcher/minecraft-launcher-2.1.17785.ebuild X-VCS-Directories: games-action/minecraft-launcher/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: bd22772cfc4928ba34f5dbd35e67999235c597ae X-VCS-Branch: master Date: Sun, 25 Oct 2020 12:32:49 +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: b9debbdd-53b4-43ee-a40b-36ef5e5ef449 X-Archives-Hash: 54c85c9b57501df922ba9e850766c3a5 Message-ID: <20201025123249.v9yQJTzQ4eZpC24TR3Lfh7kmEVltRmwxhmlN38N7-PA@z> commit: bd22772cfc4928ba34f5dbd35e67999235c597ae Author: Andrew Ammerlaan riseup net> AuthorDate: Sun Oct 25 11:48:17 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sun Oct 25 11:48:17 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bd22772c games-action/minecraft-launcher: drop unneeded dep Closes: https://bugs.gentoo.org/750902 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> games-action/minecraft-launcher/minecraft-launcher-2.1.17785.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/games-action/minecraft-launcher/minecraft-launcher-2.1.17785.ebuild b/games-action/minecraft-launcher/minecraft-launcher-2.1.17785.ebuild index 4d47a84b..fa19a2c0 100644 --- a/games-action/minecraft-launcher/minecraft-launcher-2.1.17785.ebuild +++ b/games-action/minecraft-launcher/minecraft-launcher-2.1.17785.ebuild @@ -22,7 +22,6 @@ RDEPEND=" dev-libs/libbsd dev-libs/libffi dev-libs/libpcre - gnome-base/gconf media-libs/alsa-lib media-libs/openal net-libs/gnutls[idn]