diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 14:54:37 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:02:52 +0100 |
commit | e2e4e50736ed0a9a1b39f79c4a07ddd354752b42 (patch) | |
tree | 086ddcaadd706f5954694014942c5ab9b4a780c6 /media-libs/smpeg2 | |
parent | media-libs/sdl-terminal: eutils->epatch (diff) | |
download | gentoo-e2e4e50736ed0a9a1b39f79c4a07ddd354752b42.tar.gz gentoo-e2e4e50736ed0a9a1b39f79c4a07ddd354752b42.tar.bz2 gentoo-e2e4e50736ed0a9a1b39f79c4a07ddd354752b42.zip |
media-libs/smpeg2: 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/smpeg2')
-rw-r--r-- | media-libs/smpeg2/smpeg2-2.0.0-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/smpeg2/smpeg2-2.0.0-r3.ebuild b/media-libs/smpeg2/smpeg2-2.0.0-r3.ebuild index 943f360aeaac..0bcfae8b24c6 100644 --- a/media-libs/smpeg2/smpeg2-2.0.0-r3.ebuild +++ b/media-libs/smpeg2/smpeg2-2.0.0-r3.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 toolchain-funcs autotools ltprune multilib-minimal +inherit epatch toolchain-funcs autotools ltprune multilib-minimal MY_P=smpeg-${PV} DESCRIPTION="SDL MPEG Player Library" |