diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-03-31 13:35:15 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-03-31 13:44:02 -0700 |
commit | 8b0fd31eb83227c1eaaf9524eef9906454ea7f7a (patch) | |
tree | a23d03cc9c3495709c5cc312712367956f52e91b /media-libs/waffle | |
parent | media-libs/waffle: Use IUSE=doc to control only dev docs (diff) | |
download | gentoo-8b0fd31eb83227c1eaaf9524eef9906454ea7f7a.tar.gz gentoo-8b0fd31eb83227c1eaaf9524eef9906454ea7f7a.tar.bz2 gentoo-8b0fd31eb83227c1eaaf9524eef9906454ea7f7a.zip |
media-libs/waffle: Remove unnecessary functions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-libs/waffle')
-rw-r--r-- | media-libs/waffle/waffle-9999.ebuild | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/media-libs/waffle/waffle-9999.ebuild b/media-libs/waffle/waffle-9999.ebuild index 6080dd579e23..b508b016a13a 100644 --- a/media-libs/waffle/waffle-9999.ebuild +++ b/media-libs/waffle/waffle-9999.ebuild @@ -40,11 +40,6 @@ MULTILIB_CHOST_TOOLS=( /usr/bin/wflinfo$(get_exeext) ) -src_unpack() { - default - [[ $PV = 9999* ]] && git-r3_src_unpack -} - multilib_src_configure() { local emesonargs=( $(meson_feature X glx) @@ -62,10 +57,6 @@ multilib_src_compile() { meson_src_compile } -multilib_src_test() { - meson_src_test -} - multilib_src_install() { meson_src_install |