From 26fa33e0d64ce508683a038c74e30e0620d788dc Mon Sep 17 00:00:00 2001 From: Filip Kobierski Date: Sat, 28 Jun 2025 15:16:00 +0200 Subject: [PATCH] games-fps/dsda-doom: remove leading "A " from DESCRIPTION Signed-off-by: Filip Kobierski Part-of: https://github.com/gentoo/gentoo/pull/42563 Closes: https://github.com/gentoo/gentoo/pull/42563 Signed-off-by: Sam James --- games-fps/dsda-doom/dsda-doom-0.29.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-fps/dsda-doom/dsda-doom-0.29.2.ebuild b/games-fps/dsda-doom/dsda-doom-0.29.2.ebuild index a4af0f7ab492a..e59db612a3716 100644 --- a/games-fps/dsda-doom/dsda-doom-0.29.2.ebuild +++ b/games-fps/dsda-doom/dsda-doom-0.29.2.ebuild @@ -5,7 +5,7 @@ EAPI=8 inherit cmake desktop xdg -DESCRIPTION="A successor to the PrBoom+ Doom source port" +DESCRIPTION="Successor to the PrBoom+ Doom source port" HOMEPAGE="https://github.com/kraflab/dsda-doom/" SRC_URI="https://github.com/kraflab/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"