From: David Seifert Date: Sat, 15 Feb 2020 10:00:44 +0000 (+0100) Subject: media-libs/sdl-gfx: [QA] inherit ltprune.eclass directly X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ac2c188b46d704ba57a3d0b37376c8ba3ff17442;p=gentoo.git media-libs/sdl-gfx: [QA] inherit ltprune.eclass directly Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: David Seifert --- diff --git a/media-libs/sdl-gfx/sdl-gfx-2.0.25.ebuild b/media-libs/sdl-gfx/sdl-gfx-2.0.25.ebuild index 409fad2a76c9..bb70fbd0442d 100644 --- a/media-libs/sdl-gfx/sdl-gfx-2.0.25.ebuild +++ b/media-libs/sdl-gfx/sdl-gfx-2.0.25.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools eutils multilib-minimal +inherit autotools eutils ltprune multilib-minimal MY_P="${P/sdl-/SDL_}" DESCRIPTION="Graphics drawing primitives library for SDL"