diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 22:40:35 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:02:46 +0100 |
commit | 3c192cea39318ecb8cc854b6aa6aa8db2e32abb2 (patch) | |
tree | 0d6ef275846985579322c2af8a9fe30112012e3d /media-libs/libsdl | |
parent | media-libs/libpano13: eutils-- (diff) | |
download | gentoo-3c192cea39318ecb8cc854b6aa6aa8db2e32abb2.tar.gz gentoo-3c192cea39318ecb8cc854b6aa6aa8db2e32abb2.tar.bz2 gentoo-3c192cea39318ecb8cc854b6aa6aa8db2e32abb2.zip |
media-libs/libsdl: eutils->epatch, blank line after EAPI
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/libsdl')
-rw-r--r-- | media-libs/libsdl/libsdl-1.2.15-r9.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-libs/libsdl/libsdl-1.2.15-r9.ebuild b/media-libs/libsdl/libsdl-1.2.15-r9.ebuild index e5706ac4f8db..f4b6d7b5d092 100644 --- a/media-libs/libsdl/libsdl-1.2.15-r9.ebuild +++ b/media-libs/libsdl/libsdl-1.2.15-r9.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools flag-o-matic ltprune multilib toolchain-funcs eutils multilib-minimal + +inherit autotools flag-o-matic ltprune multilib toolchain-funcs epatch multilib-minimal DESCRIPTION="Simple Direct Media Layer" HOMEPAGE="https://libsdl.org/" |