From 7547bfd2bf25f36c62e3c99c05c8ac7cb6ca5f36 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Sat, 16 Feb 2019 09:54:57 +0100 Subject: [PATCH] media-gfx/sane-backends: Fix position of the comments Closes: https://bugs.gentoo.org/677602 Package-Manager: Portage-2.3.58, Repoman-2.3.12 RepoMan-Options: --force Signed-off-by: Pacho Ramos --- ...ds-1.0.27-r2.ebuild => sane-backends-1.0.27-r3.ebuild} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename media-gfx/sane-backends/{sane-backends-1.0.27-r2.ebuild => sane-backends-1.0.27-r3.ebuild} (95%) diff --git a/media-gfx/sane-backends/sane-backends-1.0.27-r2.ebuild b/media-gfx/sane-backends/sane-backends-1.0.27-r3.ebuild similarity index 95% rename from media-gfx/sane-backends/sane-backends-1.0.27-r2.ebuild rename to media-gfx/sane-backends/sane-backends-1.0.27-r3.ebuild index e05d94fee84b..adbe847d22ea 100644 --- a/media-gfx/sane-backends/sane-backends-1.0.27-r2.ebuild +++ b/media-gfx/sane-backends/sane-backends-1.0.27-r3.ebuild @@ -235,13 +235,13 @@ multilib_src_configure() { fi # relative path must be used for tests to work properly + # All distributions pass --disable-locking because /var/lock/sane/ would be a world-writable directory + # --without-api-spec to not automagically depend on tons of stuff + # that break in many ways, bug #636202, #668232, #668350 + # People can refer to the "Programmer's Documentation" at http://www.sane-project.org/docs.html ECONF_SOURCE=${S} \ SANEI_JPEG="sanei_jpeg.o" SANEI_JPEG_LO="sanei_jpeg.lo" \ BACKENDS="${BACKENDS}" \ - # All distributions pass --disable-locking because /var/lock/sane/ would be a world-writable directory - # --without-api-spec to not automagically depend on tons of stuff - # that break in many ways, bug #636202, #668232, #668350 - # People can refer to the "Programmer's Documentation" at http://www.sane-project.org/docs.html econf \ --disable-locking \ --without-api-spec \ -- 2.26.2