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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 171E115801B for ; Mon, 18 Nov 2024 07:40:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E02EE0B28; Mon, 18 Nov 2024 07:40:44 +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 42E2FE0B28 for ; Mon, 18 Nov 2024 07:40:44 +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 4594633BE00 for ; Mon, 18 Nov 2024 07:40:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A49DEAED for ; Mon, 18 Nov 2024 07:40:41 +0000 (UTC) From: "Golubev Alexander" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Golubev Alexander" Message-ID: <1731915602.cddb1c00a71d7ece644a6083eb90ec5d9faa543a.fatzer2@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-gfx/grafx2/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-gfx/grafx2/grafx2-2.7.2978-r100.ebuild media-gfx/grafx2/grafx2-2.7.2978.ebuild X-VCS-Directories: media-gfx/grafx2/ X-VCS-Committer: fatzer2 X-VCS-Committer-Name: Golubev Alexander X-VCS-Revision: cddb1c00a71d7ece644a6083eb90ec5d9faa543a X-VCS-Branch: dev Date: Mon, 18 Nov 2024 07:40:41 +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: f9fc61b8-3039-4208-b622-fca8cc95d74b X-Archives-Hash: a5804c2d0fd6a29775f8acf20a2b98fc commit: cddb1c00a71d7ece644a6083eb90ec5d9faa543a Author: Alexander Golubev gmail com> AuthorDate: Mon Nov 18 05:53:09 2024 +0000 Commit: Golubev Alexander gmail com> CommitDate: Mon Nov 18 07:40:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cddb1c00 media-gfx/grafx2: add missing RDEPEND Closes: https://bugs.gentoo.org/860060 Signed-off-by: Alexander Golubev gmail.com> media-gfx/grafx2/grafx2-2.7.2978-r100.ebuild | 3 ++- media-gfx/grafx2/grafx2-2.7.2978.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/media-gfx/grafx2/grafx2-2.7.2978-r100.ebuild b/media-gfx/grafx2/grafx2-2.7.2978-r100.ebuild index 044d12b6d..64555df70 100644 --- a/media-gfx/grafx2/grafx2-2.7.2978-r100.ebuild +++ b/media-gfx/grafx2/grafx2-2.7.2978-r100.ebuild @@ -22,7 +22,7 @@ REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )" # Test phase fails: make: *** [Makefile:1146: ../bin/tests-sdl] Error 1 RESTRICT="test" -DEPEND=" +RDEPEND=" media-libs/libsdl media-libs/sdl-image[tiff] media-libs/freetype @@ -30,6 +30,7 @@ DEPEND=" ttf? ( media-libs/sdl-ttf ) lua? ( ${LUA_DEPS} ) " +DEPEND="${RDEPEND}" PATCHES=( "${FILESDIR}/${PN}-desktop-file.patch" ) diff --git a/media-gfx/grafx2/grafx2-2.7.2978.ebuild b/media-gfx/grafx2/grafx2-2.7.2978.ebuild index 4517af4d3..21cebe5d7 100644 --- a/media-gfx/grafx2/grafx2-2.7.2978.ebuild +++ b/media-gfx/grafx2/grafx2-2.7.2978.ebuild @@ -23,7 +23,7 @@ PATCHES=( "${FILESDIR}/${PN}-desktop-file.patch" ) -DEPEND=" +RDEPEND=" media-libs/libsdl media-libs/sdl-image[tiff] media-libs/freetype @@ -31,6 +31,7 @@ DEPEND=" ttf? ( media-libs/sdl-ttf ) lua? ( >=dev-lang/lua-5.1.0 ) " +DEPEND="${RDEPEND}" src_prepare() { pushd ../