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 3444F1382C5 for ; Mon, 24 May 2021 07:31:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C4CDE082B; Mon, 24 May 2021 07:31:56 +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 740DFE0830 for ; Mon, 24 May 2021 07:31:56 +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 4475E340D4A for ; Mon, 24 May 2021 07:31:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B25767A3 for ; Mon, 24 May 2021 07:31:47 +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: <1621841294.93c906bdc6ad4ffa3b997d2ef6cfa218c74fbb92.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: profiles/updates/ X-VCS-Repository: repo/proj/guru X-VCS-Files: profiles/updates/2Q-2021 X-VCS-Directories: profiles/updates/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 93c906bdc6ad4ffa3b997d2ef6cfa218c74fbb92 X-VCS-Branch: master Date: Mon, 24 May 2021 07:31:47 +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: 09147bc8-1730-48ec-91bc-bfb1db3f1011 X-Archives-Hash: 10ada0ae4efd8afcacf468f0a15a9640 commit: 93c906bdc6ad4ffa3b997d2ef6cfa218c74fbb92 Author: Andrew Ammerlaan gentoo org> AuthorDate: Mon May 24 07:28:14 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Mon May 24 07:28:14 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=93c906bd profiles/updates/2Q-2021: fix typo Signed-off-by: Andrew Ammerlaan gentoo.org> profiles/updates/2Q-2021 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/profiles/updates/2Q-2021 b/profiles/updates/2Q-2021 index adc7e549e..e1aeddd83 100644 --- a/profiles/updates/2Q-2021 +++ b/profiles/updates/2Q-2021 @@ -2,6 +2,6 @@ move sys-apps/nq sys-process/nq move www-client/browsh-bin www-client/browsh move app-misc/pup-bin app-misc/pup move media-tv/droidcam media-video/droidcam -slotmove minecraft-launcher 2 0 -slotmove minecraft-launcher 1 legacy +slotmove games-action/minecraft-launcher 2 0 +slotmove games-action/minecraft-launcher 1 legacy move app-misc/spotify-tray media-sound/spotify-tray 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 743821382C5 for ; Mon, 24 May 2021 07:28:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9285E07B3; Mon, 24 May 2021 07:28:35 +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 A4872E07B3 for ; Mon, 24 May 2021 07:28:35 +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 C35CF340C44 for ; Mon, 24 May 2021 07:28:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C556632 for ; Mon, 24 May 2021 07:28:33 +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: <1621841294.93c906bdc6ad4ffa3b997d2ef6cfa218c74fbb92.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: profiles/updates/ X-VCS-Repository: repo/proj/guru X-VCS-Files: profiles/updates/2Q-2021 X-VCS-Directories: profiles/updates/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 93c906bdc6ad4ffa3b997d2ef6cfa218c74fbb92 X-VCS-Branch: dev Date: Mon, 24 May 2021 07:28:33 +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: e9a870ca-debd-4ae8-b67f-40fd2748c2d9 X-Archives-Hash: 5947dd22759da2b9870360d5af936144 Message-ID: <20210524072833.wv_mJvNu3NMDuKevlVqGF1MwGlDgzUDL1VAzz3VQbU0@z> commit: 93c906bdc6ad4ffa3b997d2ef6cfa218c74fbb92 Author: Andrew Ammerlaan gentoo org> AuthorDate: Mon May 24 07:28:14 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Mon May 24 07:28:14 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=93c906bd profiles/updates/2Q-2021: fix typo Signed-off-by: Andrew Ammerlaan gentoo.org> profiles/updates/2Q-2021 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/profiles/updates/2Q-2021 b/profiles/updates/2Q-2021 index adc7e549e..e1aeddd83 100644 --- a/profiles/updates/2Q-2021 +++ b/profiles/updates/2Q-2021 @@ -2,6 +2,6 @@ move sys-apps/nq sys-process/nq move www-client/browsh-bin www-client/browsh move app-misc/pup-bin app-misc/pup move media-tv/droidcam media-video/droidcam -slotmove minecraft-launcher 2 0 -slotmove minecraft-launcher 1 legacy +slotmove games-action/minecraft-launcher 2 0 +slotmove games-action/minecraft-launcher 1 legacy move app-misc/spotify-tray media-sound/spotify-tray