That sources files are only present with USE gimp
Thanks-to: Kobboi
Closes: https://bugs.gentoo.org/683090
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
camera formats that have them, and shows table contents.
"
-PATCHES=(
- # Support gimp-2.10, bug #655390
- "${FILESDIR}"/${PN}-9.28.0-gimp-2.10.patch
-)
-
run_build() {
einfo "${@}"
${@} || die
src_prepare() {
default
+
+ # Support gimp-2.10, bug #655390
+ use gimp && eapply "${FILESDIR}"/${PN}-9.28.0-gimp-2.10.patch
+
rename dcraw_ dcraw. dcraw_*.1 || die "Failed to rename"
}