commit: 7547bfd2bf25f36c62e3c99c05c8ac7cb6ca5f36 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Sat Feb 16 08:54:57 2019 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Sat Feb 16 08:55:36 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7547bfd2
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 <pacho <AT> gentoo.org> ...e-backends-1.0.27-r2.ebuild => sane-backends-1.0.27-r3.ebuild} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 e05d94fee84..adbe847d22e 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 \
