diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 14:56:20 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:03:18 +0100 |
commit | 5bbeccc483cbd571522c16f657d0f57cc06870c8 (patch) | |
tree | 0d2cb36ac361c04092fb91240032327b97deedbd /media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160528-r2.ebuild | |
parent | media-video/mplayer-sh: eutils->epatch (diff) | |
download | gentoo-5bbeccc483cbd571522c16f657d0f57cc06870c8.tar.gz gentoo-5bbeccc483cbd571522c16f657d0f57cc06870c8.tar.bz2 gentoo-5bbeccc483cbd571522c16f657d0f57cc06870c8.zip |
media-video/raspberrypi-omxplayer: 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/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160528-r2.ebuild')
-rw-r--r-- | media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160528-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160528-r2.ebuild b/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160528-r2.ebuild index a5a79ed5c0b2..983b5f596d3e 100644 --- a/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160528-r2.ebuild +++ b/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160528-r2.ebuild @@ -1,9 +1,9 @@ -# 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 flag-o-matic +inherit epatch toolchain-funcs flag-o-matic GIT_COMMIT="791d7df" DESCRIPTION="Command line media player for the Raspberry Pi" |