diff options
author | Sam James <sam@gentoo.org> | 2021-01-27 03:50:45 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-27 03:50:45 +0000 |
commit | 879816cdd3f77fd45d098674acc45dc49c370050 (patch) | |
tree | 94d5d73770b6dcc39c167e1bd907e863bc3de362 /media-sound | |
parent | dev-python/pendulum: fix WhitespaceFound (diff) | |
download | gentoo-879816cdd3f77fd45d098674acc45dc49c370050.tar.gz gentoo-879816cdd3f77fd45d098674acc45dc49c370050.tar.bz2 gentoo-879816cdd3f77fd45d098674acc45dc49c370050.zip |
media-sound/mumble: fix WhitespaceFound
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/mumble/mumble-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-sound/mumble/mumble-9999.ebuild b/media-sound/mumble/mumble-9999.ebuild index 1109a96055d6..a20c5f8b4064 100644 --- a/media-sound/mumble/mumble-9999.ebuild +++ b/media-sound/mumble/mumble-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -66,8 +66,8 @@ BDEPEND=" " src_prepare() { - # required because of xdg.eclass also providing src_prepare - cmake_src_prepare + # required because of xdg.eclass also providing src_prepare + cmake_src_prepare } src_configure() { |