diff options
author | David Seifert <soap@gentoo.org> | 2020-02-15 11:00:48 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-15 11:00:48 +0100 |
commit | c7abe3c0dc4515a2b61ca2449f5de36bb69489eb (patch) | |
tree | 632e882654eb43671da4df981a51a8237ba78271 /media-libs/sdl-terminal/sdl-terminal-1.1.3-r1.ebuild | |
parent | media-libs/sdl-mixer: [QA] inherit ltprune.eclass directly (diff) | |
download | gentoo-c7abe3c0dc4515a2b61ca2449f5de36bb69489eb.tar.gz gentoo-c7abe3c0dc4515a2b61ca2449f5de36bb69489eb.tar.bz2 gentoo-c7abe3c0dc4515a2b61ca2449f5de36bb69489eb.zip |
media-libs/sdl-terminal: [QA] inherit ltprune.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'media-libs/sdl-terminal/sdl-terminal-1.1.3-r1.ebuild')
-rw-r--r-- | media-libs/sdl-terminal/sdl-terminal-1.1.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/sdl-terminal/sdl-terminal-1.1.3-r1.ebuild b/media-libs/sdl-terminal/sdl-terminal-1.1.3-r1.ebuild index ebe1f401ba7f..3d37f445cdf2 100644 --- a/media-libs/sdl-terminal/sdl-terminal-1.1.3-r1.ebuild +++ b/media-libs/sdl-terminal/sdl-terminal-1.1.3-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils autotools +inherit eutils autotools ltprune MY_P="${P/sdl-/SDL_}" DESCRIPTION="library that provides a pseudo-ansi color terminal that can be used with any SDL application" |