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 A8DE01382C5 for ; Thu, 8 Apr 2021 17:21:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BAEB5E08FC; Thu, 8 Apr 2021 17:21:03 +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 9FA17E086B for ; Thu, 8 Apr 2021 17:21:03 +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 58EEB340DC8 for ; Thu, 8 Apr 2021 17:21:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AFB70640 for ; Thu, 8 Apr 2021 17:20:59 +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: <1617880600.8586f53f8fe28e62cc5dc2d27775ad2a1005f415.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: games-arcade/taisei/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-arcade/taisei/taisei-9999.ebuild X-VCS-Directories: games-arcade/taisei/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 8586f53f8fe28e62cc5dc2d27775ad2a1005f415 X-VCS-Branch: master Date: Thu, 8 Apr 2021 17:20:59 +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: d83f1950-b822-4295-8949-e311a20fdb05 X-Archives-Hash: 659ad0b32e1e081d478baa0dba2867df commit: 8586f53f8fe28e62cc5dc2d27775ad2a1005f415 Author: Oliver Freyermuth googlemail com> AuthorDate: Thu Apr 8 11:16:40 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Thu Apr 8 11:16:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8586f53f games-arcade/taisei: Adapt live ebuild to upstream refactoring. Dependency on SDL2-mixer is dropped, media-libs/opusfile and app-arch/zstd added, require newer meson. Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Oliver Freyermuth googlemail.com> games-arcade/taisei/taisei-9999.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/games-arcade/taisei/taisei-9999.ebuild b/games-arcade/taisei/taisei-9999.ebuild index cbecc2fbc..9213c4124 100644 --- a/games-arcade/taisei/taisei-9999.ebuild +++ b/games-arcade/taisei/taisei-9999.ebuild @@ -27,13 +27,14 @@ DEPEND=" media-libs/freetype:2 >=media-libs/libpng-1.5 media-libs/libsdl2 - media-libs/sdl2-mixer + media-libs/opusfile media-libs/libwebp + app-arch/zstd sys-libs/zlib zip? ( dev-libs/libzip ) " BDEPEND=" - >=dev-util/meson-0.49 + >=dev-util/meson-0.53 ${PYTHON_DEPS} doc? ( dev-python/docutils )"