Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/sane-backends/
Date: Sat, 16 Feb 2019 08:55:57
Message-Id: 1550307336.7547bfd2bf25f36c62e3c99c05c8ac7cb6ca5f36.pacho@gentoo
1 commit: 7547bfd2bf25f36c62e3c99c05c8ac7cb6ca5f36
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 16 08:54:57 2019 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 16 08:55:36 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7547bfd2
7
8 media-gfx/sane-backends: Fix position of the comments
9
10 Closes: https://bugs.gentoo.org/677602
11 Package-Manager: Portage-2.3.58, Repoman-2.3.12
12 RepoMan-Options: --force
13 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
14
15 ...e-backends-1.0.27-r2.ebuild => sane-backends-1.0.27-r3.ebuild} | 8 ++++----
16 1 file changed, 4 insertions(+), 4 deletions(-)
17
18 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
19 similarity index 95%
20 rename from media-gfx/sane-backends/sane-backends-1.0.27-r2.ebuild
21 rename to media-gfx/sane-backends/sane-backends-1.0.27-r3.ebuild
22 index e05d94fee84..adbe847d22e 100644
23 --- a/media-gfx/sane-backends/sane-backends-1.0.27-r2.ebuild
24 +++ b/media-gfx/sane-backends/sane-backends-1.0.27-r3.ebuild
25 @@ -235,13 +235,13 @@ multilib_src_configure() {
26 fi
27
28 # relative path must be used for tests to work properly
29 + # All distributions pass --disable-locking because /var/lock/sane/ would be a world-writable directory
30 + # --without-api-spec to not automagically depend on tons of stuff
31 + # that break in many ways, bug #636202, #668232, #668350
32 + # People can refer to the "Programmer's Documentation" at http://www.sane-project.org/docs.html
33 ECONF_SOURCE=${S} \
34 SANEI_JPEG="sanei_jpeg.o" SANEI_JPEG_LO="sanei_jpeg.lo" \
35 BACKENDS="${BACKENDS}" \
36 - # All distributions pass --disable-locking because /var/lock/sane/ would be a world-writable directory
37 - # --without-api-spec to not automagically depend on tons of stuff
38 - # that break in many ways, bug #636202, #668232, #668350
39 - # People can refer to the "Programmer's Documentation" at http://www.sane-project.org/docs.html
40 econf \
41 --disable-locking \
42 --without-api-spec \