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 2E72B1581D3 for ; Sun, 19 May 2024 16:17:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D3EEE2A09; Sun, 19 May 2024 16:17:30 +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 2F1BBE2A09 for ; Sun, 19 May 2024 16:17:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 29CF933BE9F for ; Sun, 19 May 2024 16:17:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D14E1AE6 for ; Sun, 19 May 2024 16:17:26 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1716135405.2ee04e37b3f9124d53b9ec966e7ccb32ff7d8c2c.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-rpg/to-the-moon/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-rpg/to-the-moon/to-the-moon-0-r1.ebuild games-rpg/to-the-moon/to-the-moon-0-r2.ebuild X-VCS-Directories: games-rpg/to-the-moon/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 2ee04e37b3f9124d53b9ec966e7ccb32ff7d8c2c X-VCS-Branch: master Date: Sun, 19 May 2024 16:17:26 +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: 523e956e-cd09-48d1-a16c-73d6086d401a X-Archives-Hash: 61b0310b025d358b924e30ed2ba64328 commit: 2ee04e37b3f9124d53b9ec966e7ccb32ff7d8c2c Author: James Le Cuirot gentoo org> AuthorDate: Sun May 19 16:12:15 2024 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sun May 19 16:16:45 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ee04e37 games-rpg/to-the-moon: Fix dependencies, EAPI 8 Signed-off-by: James Le Cuirot gentoo.org> .../{to-the-moon-0-r1.ebuild => to-the-moon-0-r2.ebuild} | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/games-rpg/to-the-moon/to-the-moon-0-r1.ebuild b/games-rpg/to-the-moon/to-the-moon-0-r2.ebuild similarity index 90% rename from games-rpg/to-the-moon/to-the-moon-0-r1.ebuild rename to games-rpg/to-the-moon/to-the-moon-0-r2.ebuild index 3604496dcae2..cdd9f1c63f50 100644 --- a/games-rpg/to-the-moon/to-the-moon-0-r1.ebuild +++ b/games-rpg/to-the-moon/to-the-moon-0-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -inherit desktop unpacker wrapper +inherit desktop unpacker wrapper xdg MY_PN="ToTheMoon" @@ -25,11 +25,12 @@ QA_PREBUILT=" # TODO: unbundling sdl-sound breaks the game RDEPEND=" + media-libs/libglvnd[X] + sys-libs/libxcrypt:0/1 sys-libs/zlib - virtual/opengl !bundled-libs? ( dev-libs/libsigc++:2 - >=media-libs/libsdl2-2.0.1[X,joystick,opengl,sound,threads,video] + >=media-libs/libsdl2-2.0.1[X,joystick,opengl,sound,threads(+),video] media-libs/openal media-libs/sdl2-image[png] media-libs/sdl2-ttf