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 3E22915812E for ; Sun, 11 Jun 2023 18:17:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3CC6FE079C; Sun, 11 Jun 2023 18:17:36 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 2518BE079C for ; Sun, 11 Jun 2023 18:17:36 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4E9A43413D2 for ; Sun, 11 Jun 2023 18:17:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ACD65A90 for ; Sun, 11 Jun 2023 18:17:33 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1686507347.70007970db6dde53bca0c220cd036b6e669f75ab.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/lxdream/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/lxdream/lxdream-0.9.1-r3.ebuild games-emulation/lxdream/lxdream-0.9.1-r4.ebuild X-VCS-Directories: games-emulation/lxdream/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 70007970db6dde53bca0c220cd036b6e669f75ab X-VCS-Branch: master Date: Sun, 11 Jun 2023 18:17: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: 8293dbb3-1f63-4b9b-b1f5-41adfb84df2e X-Archives-Hash: 7772ee1bdff1e73d1649fe51a5db286f commit: 70007970db6dde53bca0c220cd036b6e669f75ab Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed May 31 20:35:45 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jun 11 18:15:47 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70007970 games-emulation/lxdream: EAPI-8 bump, switch to media-libs/libpulse Signed-off-by: Andreas Sturmlechner gentoo.org> .../{lxdream-0.9.1-r3.ebuild => lxdream-0.9.1-r4.ebuild} | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/games-emulation/lxdream/lxdream-0.9.1-r3.ebuild b/games-emulation/lxdream/lxdream-0.9.1-r4.ebuild similarity index 91% rename from games-emulation/lxdream/lxdream-0.9.1-r3.ebuild rename to games-emulation/lxdream/lxdream-0.9.1-r4.ebuild index e4b53ffde512..d3c14eb1b7e9 100644 --- a/games-emulation/lxdream/lxdream-0.9.1-r3.ebuild +++ b/games-emulation/lxdream/lxdream-0.9.1-r4.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit flag-o-matic xdg @@ -21,14 +21,14 @@ RDEPEND=" media-libs/libpng:0= virtual/opengl x11-libs/gtk+:2 - pulseaudio? ( media-sound/pulseaudio ) + pulseaudio? ( media-libs/libpulse ) sdl? ( media-libs/libsdl[sound] )" DEPEND="${RDEPEND} !!gnustep-base/gnustep-gui" #377635 BDEPEND=" - virtual/pkgconfig sys-devel/gettext - virtual/os-headers" + virtual/os-headers + virtual/pkgconfig" PATCHES=( "${FILESDIR}"/${P}-glib-single-include.patch