diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 14:56:16 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:03:17 +0100 |
commit | 219f4df80c3de9c99de642c1d996bbf09ff3b056 (patch) | |
tree | 07d53fd56b5202d67153037f1f390af37eee5d15 /media-video | |
parent | media-video/mpgtx: eutils->epatch (diff) | |
download | gentoo-219f4df80c3de9c99de642c1d996bbf09ff3b056.tar.gz gentoo-219f4df80c3de9c99de642c1d996bbf09ff3b056.tar.bz2 gentoo-219f4df80c3de9c99de642c1d996bbf09ff3b056.zip |
media-video/mplayer-sh: 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-video')
-rw-r--r-- | media-video/mplayer-sh/mplayer-sh-0.8.6-r2.ebuild | 4 | ||||
-rw-r--r-- | media-video/mplayer-sh/mplayer-sh-0.8.7.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/media-video/mplayer-sh/mplayer-sh-0.8.6-r2.ebuild b/media-video/mplayer-sh/mplayer-sh-0.8.6-r2.ebuild index 1a81acd52372..982453ffa896 100644 --- a/media-video/mplayer-sh/mplayer-sh-0.8.6-r2.ebuild +++ b/media-video/mplayer-sh/mplayer-sh-0.8.6-r2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" RESTRICT="mirror bindist" -inherit eutils +inherit epatch DESCRIPTION="Video Disk Recorder Mplayer API Script" HOMEPAGE="http://batleth.sapienti-sat.org/" diff --git a/media-video/mplayer-sh/mplayer-sh-0.8.7.ebuild b/media-video/mplayer-sh/mplayer-sh-0.8.7.ebuild index 3ffabc1ecea9..c5826b56616a 100644 --- a/media-video/mplayer-sh/mplayer-sh-0.8.7.ebuild +++ b/media-video/mplayer-sh/mplayer-sh-0.8.7.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" -inherit eutils +inherit epatch RESTRICT="mirror bindist" |