diff options
author | Ilya Tumaykin <itumaykin@gmail.com> | 2017-12-17 13:43:40 +0300 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-12-21 21:19:50 +0100 |
commit | 5543d20648238093552eefb1a66071962efd41a9 (patch) | |
tree | 4f9a27ff4fb53f58138a790eca262d0789f17bd1 /media-video | |
parent | media-libs/openimageio: version bumps to 1.6.18 and 1.7.17. (diff) | |
download | gentoo-5543d20648238093552eefb1a66071962efd41a9.tar.gz gentoo-5543d20648238093552eefb1a66071962efd41a9.tar.bz2 gentoo-5543d20648238093552eefb1a66071962efd41a9.zip |
media-video/mpv: revert "default_src_prepare -> default".
This reverts commit b4b885534223b927caf462972b57df18a852cfe5.
Polynomial-C, you aren't supposed to do style changes when touching
other maintainers' ebuilds.
Closes: https://github.com/gentoo/gentoo/pull/6573
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/mpv/mpv-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 32de4217994a..b05abe8885db 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -140,7 +140,7 @@ pkg_setup() { src_prepare() { cp "${DISTDIR}/waf-${WAF_PV}" "${S}"/waf || die chmod +x "${S}"/waf || die - default + default_src_prepare } src_configure() { |