From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1072669-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id BC8CD138334
	for <garchives@archives.gentoo.org>; Sat, 16 Feb 2019 08:55:57 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id EA77FE08F7;
	Sat, 16 Feb 2019 08:55:56 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id C273DE08F7
	for <gentoo-commits@lists.gentoo.org>; Sat, 16 Feb 2019 08:55:56 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 8FC46335CFA
	for <gentoo-commits@lists.gentoo.org>; Sat, 16 Feb 2019 08:55:55 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id A177154A
	for <gentoo-commits@lists.gentoo.org>; Sat, 16 Feb 2019 08:55:52 +0000 (UTC)
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" <pacho@gentoo.org>
Message-ID: <1550307336.7547bfd2bf25f36c62e3c99c05c8ac7cb6ca5f36.pacho@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/sane-backends/
X-VCS-Repository: repo/gentoo
X-VCS-Files: media-gfx/sane-backends/sane-backends-1.0.27-r2.ebuild media-gfx/sane-backends/sane-backends-1.0.27-r3.ebuild
X-VCS-Directories: media-gfx/sane-backends/
X-VCS-Committer: pacho
X-VCS-Committer-Name: Pacho Ramos
X-VCS-Revision: 7547bfd2bf25f36c62e3c99c05c8ac7cb6ca5f36
X-VCS-Branch: master
Date: Sat, 16 Feb 2019 08:55:52 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 2b396a3e-7780-4c69-8fd6-6be4cb5c163d
X-Archives-Hash: 8b3bb49f12c6b878b042004d52c9664a

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 \