From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 A20EC138334 for ; Fri, 15 Feb 2019 18:42:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF16FE084A; Fri, 15 Feb 2019 18:42:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 6F501E084A for ; Fri, 15 Feb 2019 18:42:20 +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 D7293335CDD for ; Fri, 15 Feb 2019 18:42:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F3AB541 for ; Fri, 15 Feb 2019 18:42:17 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1550256080.265a0a147477469b2f6b24deb7d0f3e37e2db2ae.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/netatalk/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-fs/netatalk/netatalk-3.1.10.ebuild net-fs/netatalk/netatalk-3.1.12.ebuild X-VCS-Directories: net-fs/netatalk/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 265a0a147477469b2f6b24deb7d0f3e37e2db2ae X-VCS-Branch: master Date: Fri, 15 Feb 2019 18:42:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 20e4d755-6d31-4fb9-b447-8d51f474a900 X-Archives-Hash: de2edddc8a76579bd9ef61c0018a5d15 commit: 265a0a147477469b2f6b24deb7d0f3e37e2db2ae Author: Mart Raudsepp gentoo org> AuthorDate: Fri Feb 15 18:40:53 2019 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Fri Feb 15 18:41:20 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=265a0a14 net-fs/netatalk: pass correct tracker-pkgconfig-version At least since 1.0, the pkgconfig version is always 1.0 or 2.0, without the minor version affecting it (as that's semantically backwards compatible). As we don't have any 0.x anymore, change it to pass the found tracker major version with .0 suffixed. This should fix the option. Before the fix it seems it just fails to find tracker non-fatally and disabled tracker usage despite USE=tracker being used. Bug: https://bugs.gentoo.org/672308 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Mart Raudsepp gentoo.org> net-fs/netatalk/netatalk-3.1.10.ebuild | 6 +++--- net-fs/netatalk/netatalk-3.1.12.ebuild | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-fs/netatalk/netatalk-3.1.10.ebuild b/net-fs/netatalk/netatalk-3.1.10.ebuild index 39d75a27f41..60690c4d7c8 100644 --- a/net-fs/netatalk/netatalk-3.1.10.ebuild +++ b/net-fs/netatalk/netatalk-3.1.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 ) AUTOTOOLS_AUTORECONF=yes -inherit autotools-utils flag-o-matic multilib pam python-r1 systemd versionator +inherit autotools-utils eapi7-ver flag-o-matic multilib pam python-r1 systemd versionator DESCRIPTION="Open Source AFP server" HOMEPAGE="http://netatalk.sourceforge.net/" @@ -98,7 +98,7 @@ src_configure() { $(use_with ssl ssl-dir) $(use_with tracker) $(use_with tracker dbus-daemon "${EPREFIX}/usr/bin/dbus-daemon") - $(use_with tracker tracker-pkgconfig-version $(get_version_component_range 1-2 $(best_version app-misc/tracker | sed 's:app-misc/tracker-::g'))) + $(use_with tracker tracker-pkgconfig-version $(ver_cut 1 $(best_version app-misc/tracker | sed 's:app-misc/tracker-::g')).0) --enable-overwrite --disable-krb4-uam --disable-afs diff --git a/net-fs/netatalk/netatalk-3.1.12.ebuild b/net-fs/netatalk/netatalk-3.1.12.ebuild index 026d6442f0e..1d6ee17df24 100644 --- a/net-fs/netatalk/netatalk-3.1.12.ebuild +++ b/net-fs/netatalk/netatalk-3.1.12.ebuild @@ -99,7 +99,7 @@ src_configure() { $(use_with ssl ssl-dir) $(use_with tracker) $(use_with tracker dbus-daemon "${EPREFIX}/usr/bin/dbus-daemon") - $(use_with tracker tracker-pkgconfig-version $(ver_cut 1-2 $(best_version app-misc/tracker | sed 's:app-misc/tracker-::g'))) + $(use_with tracker tracker-pkgconfig-version $(ver_cut 1 $(best_version app-misc/tracker | sed 's:app-misc/tracker-::g')).0) --enable-overwrite --disable-krb4-uam --disable-afs