From b8f9ea037a42efaea53fd9d5faf88e4317af11da Mon Sep 17 00:00:00 2001 From: William Breathitt Gray Date: Tue, 14 May 2019 20:58:54 +0900 Subject: [PATCH] games-fps/gzdoom: DESCRIPTION should not contain the package name Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: William Breathitt Gray --- games-fps/gzdoom/gzdoom-4.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-fps/gzdoom/gzdoom-4.1.1.ebuild b/games-fps/gzdoom/gzdoom-4.1.1.ebuild index 26483ce1a1..78606253a7 100644 --- a/games-fps/gzdoom/gzdoom-4.1.1.ebuild +++ b/games-fps/gzdoom/gzdoom-4.1.1.ebuild @@ -5,7 +5,7 @@ EAPI=7 inherit cmake-utils desktop xdg -DESCRIPTION="GZDoom - a modder-friendly OpenGL source port based on the DOOM engine" +DESCRIPTION="A modder-friendly OpenGL source port based on the DOOM engine" HOMEPAGE="https://zdoom.org" SRC_URI="https://github.com/coelckers/${PN}/archive/g${PV}.tar.gz -> ${P}.tar.gz"