summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2019-02-16 09:54:57 +0100
committerPacho Ramos <pacho@gentoo.org>2019-02-16 09:55:36 +0100
commit7547bfd2bf25f36c62e3c99c05c8ac7cb6ca5f36 (patch)
tree2e005dfcce82f2877f61c65aee07e9b603ab51c4 /media-gfx
parentdev-libs/expat: Drop old (diff)
downloadgentoo-7547bfd2bf25f36c62e3c99c05c8ac7cb6ca5f36.tar.gz
gentoo-7547bfd2bf25f36c62e3c99c05c8ac7cb6ca5f36.tar.bz2
gentoo-7547bfd2bf25f36c62e3c99c05c8ac7cb6ca5f36.zip
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@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/sane-backends/sane-backends-1.0.27-r3.ebuild (renamed from media-gfx/sane-backends/sane-backends-1.0.27-r2.ebuild)8
1 files 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
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 \