diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 14:54:19 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:02:51 +0100 |
commit | 4dd069d523590e414da2cd70d110e0c7bdf60c9a (patch) | |
tree | 51c46bcaa2aead9e63b8560fc0491e674e51a2b0 /media-libs | |
parent | media-libs/sdl-image: eutils-- (diff) | |
download | gentoo-4dd069d523590e414da2cd70d110e0c7bdf60c9a.tar.gz gentoo-4dd069d523590e414da2cd70d110e0c7bdf60c9a.tar.bz2 gentoo-4dd069d523590e414da2cd70d110e0c7bdf60c9a.zip |
media-libs/sdl-terminal: eutils->epatch
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs')
-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 3d37f445cdf2..ac16bb3b20c5 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-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils autotools ltprune +inherit epatch autotools ltprune MY_P="${P/sdl-/SDL_}" DESCRIPTION="library that provides a pseudo-ansi color terminal that can be used with any SDL application" |