diff options
author | Sam James <sam@gentoo.org> | 2022-04-29 04:06:24 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-29 04:06:24 +0100 |
commit | 6ff99950aa9e22f56c8b036408f6dc765433d02a (patch) | |
tree | 69f0adc23595024f1bb9a689ea131ef3431377a2 /media-gfx/rawtherapee | |
parent | dev-java/logback-classic: fix WhitespaceFound (diff) | |
download | gentoo-6ff99950aa9e22f56c8b036408f6dc765433d02a.tar.gz gentoo-6ff99950aa9e22f56c8b036408f6dc765433d02a.tar.bz2 gentoo-6ff99950aa9e22f56c8b036408f6dc765433d02a.zip |
media-gfx/rawtherapee: fix WhitespaceFound
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx/rawtherapee')
-rw-r--r-- | media-gfx/rawtherapee/rawtherapee-5.8-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/rawtherapee/rawtherapee-5.8-r1.ebuild b/media-gfx/rawtherapee/rawtherapee-5.8-r1.ebuild index 211e0087f8e0..ea59ec8cbd19 100644 --- a/media-gfx/rawtherapee/rawtherapee-5.8-r1.ebuild +++ b/media-gfx/rawtherapee/rawtherapee-5.8-r1.ebuild @@ -42,8 +42,8 @@ BDEPEND="virtual/pkgconfig" S="${WORKDIR}/${MY_P}" PATCHES=( - "${FILESDIR}/RT_5.8_fix_crop.patch" - "${FILESDIR}/RT_5.8_glibc234.patch" + "${FILESDIR}/RT_5.8_fix_crop.patch" + "${FILESDIR}/RT_5.8_glibc234.patch" ) pkg_pretend() { |