summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-16 14:54:19 +0100
committerSam James <sam@gentoo.org>2021-04-18 07:02:51 +0100
commit4dd069d523590e414da2cd70d110e0c7bdf60c9a (patch)
tree51c46bcaa2aead9e63b8560fc0491e674e51a2b0
parentmedia-libs/sdl-image: eutils-- (diff)
downloadgentoo-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>
-rw-r--r--media-libs/sdl-terminal/sdl-terminal-1.1.3-r1.ebuild4
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"