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 C85DB138350 for ; Wed, 29 Apr 2020 16:12:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1915FE086E; Wed, 29 Apr 2020 16:12:06 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 F35BAE086E for ; Wed, 29 Apr 2020 16:12:05 +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 4470034EF28 for ; Wed, 29 Apr 2020 16:12:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EBFB81EE for ; Wed, 29 Apr 2020 16:12:02 +0000 (UTC) From: "Alarig Le Lay" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alarig Le Lay" Message-ID: <1588176716.f1006bd06af8afdea7a6b965e0f73457c121037d.AlarigLeLay@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.13829.ebuild X-VCS-Directories: games-action/minecraft-launcher/ X-VCS-Committer: AlarigLeLay X-VCS-Committer-Name: Alarig Le Lay X-VCS-Revision: f1006bd06af8afdea7a6b965e0f73457c121037d X-VCS-Branch: dev Date: Wed, 29 Apr 2020 16:12:02 +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: b02a2acd-fcfc-4d94-ab6e-aea94099b9ae X-Archives-Hash: c7a8ad7794ad36c6eec4253c2b80d4cb commit: f1006bd06af8afdea7a6b965e0f73457c121037d Author: Alarig Le Lay swordarmor fr> AuthorDate: Wed Apr 29 16:11:56 2020 +0000 Commit: Alarig Le Lay swordarmor fr> CommitDate: Wed Apr 29 16:11:56 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f1006bd0 games-action/minecraft-launcher: Adding dev-libs/nss dep Doesn’t start without it, see https://paste.swordarmor.fr/raw/NgyQ Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Alarig Le Lay swordarmor.fr> .../minecraft-launcher-2.1.13829.ebuild | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/games-action/minecraft-launcher/minecraft-launcher-2.1.13829.ebuild b/games-action/minecraft-launcher/minecraft-launcher-2.1.13829.ebuild index b4974ab..34f513d 100644 --- a/games-action/minecraft-launcher/minecraft-launcher-2.1.13829.ebuild +++ b/games-action/minecraft-launcher/minecraft-launcher-2.1.13829.ebuild @@ -16,9 +16,16 @@ SLOT="2" RESTRICT="bindist mirror" -RDEPEND="gnome-base/gconf +RDEPEND=" + >=x11-libs/gtk+-2.24.32-r1 + dev-libs/nss + gnome-base/gconf + media-libs/openal sys-apps/dbus + virtual/jre:1.8 + virtual/opengl x11-apps/xrandr + x11-libs/libXScrnSaver x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage @@ -26,13 +33,9 @@ RDEPEND="gnome-base/gconf x11-libs/libXfixes x11-libs/libXi x11-libs/libXrender - x11-libs/libXScrnSaver x11-libs/libXtst x11-libs/xcb-util - >=x11-libs/gtk+-2.24.32-r1 - media-libs/openal - virtual/opengl - virtual/jre:1.8" +" S="${WORKDIR}/${PN}"