diff options
author | Sam James <sam@gentoo.org> | 2022-07-15 02:56:29 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-15 02:56:29 +0100 |
commit | 9225bc6292655cacfc83310be86be22fddbac1b9 (patch) | |
tree | 031b4a2c477b896fbe2ca68d8458d82e3bc394f0 /mate-extra/mate-sensors-applet | |
parent | media-libs/netpbm: add 10.86.33 (diff) | |
download | gentoo-9225bc6292655cacfc83310be86be22fddbac1b9.tar.gz gentoo-9225bc6292655cacfc83310be86be22fddbac1b9.tar.bz2 gentoo-9225bc6292655cacfc83310be86be22fddbac1b9.zip |
mate-extra/mate-sensors-applet: fix WhitespaceFound
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'mate-extra/mate-sensors-applet')
-rw-r--r-- | mate-extra/mate-sensors-applet/mate-sensors-applet-1.24.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.24.1.ebuild b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.24.1.ebuild index fd9e54d09629..f6fce26db5c2 100644 --- a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.24.1.ebuild +++ b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.24.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -44,7 +44,7 @@ DEPEND="${COMMON_DEPEND} PDEPEND="hddtemp? ( dbus? ( sys-fs/udisks:2 ) )" PATCHES=( - "${FILESDIR}/${PN}-1.24.1-dont-check-for-headers.patch" + "${FILESDIR}/${PN}-1.24.1-dont-check-for-headers.patch" ) src_configure() { |