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 CD7D2138334 for ; Fri, 13 Jul 2018 22:39:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA2A7E0932; Fri, 13 Jul 2018 22:39:39 +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 85ECEE0932 for ; Fri, 13 Jul 2018 22:39:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 9F0DE335C95 for ; Fri, 13 Jul 2018 22:39:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 78DA6364 for ; Fri, 13 Jul 2018 22:39:36 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1531521567.fac4f578ea2009cbcaeeddb1efc8d7024ea0b66f.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/samba/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-fs/samba/samba-4.2.14.ebuild X-VCS-Directories: net-fs/samba/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: fac4f578ea2009cbcaeeddb1efc8d7024ea0b66f X-VCS-Branch: master Date: Fri, 13 Jul 2018 22:39:36 +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-Archives-Salt: 51118292-c8eb-4719-920e-d18e0c2ef5d8 X-Archives-Hash: 92a2f7ac9edc61947a2a8812f7b9e95c commit: fac4f578ea2009cbcaeeddb1efc8d7024ea0b66f Author: Thomas Deutschmann gentoo org> AuthorDate: Fri Jul 13 22:39:14 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Fri Jul 13 22:39:27 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fac4f578 net-fs/samba: inherit versionator Closes: https://bugs.gentoo.org/661108 Package-Manager: Portage-2.3.42, Repoman-2.3.9 net-fs/samba/samba-4.2.14.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-fs/samba/samba-4.2.14.ebuild b/net-fs/samba/samba-4.2.14.ebuild index 290889c069a..393fd23ce92 100644 --- a/net-fs/samba/samba-4.2.14.ebuild +++ b/net-fs/samba/samba-4.2.14.ebuild @@ -5,7 +5,7 @@ EAPI=5 PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE='threads(+),xml(+)' -inherit python-single-r1 waf-utils multilib-minimal linux-info systemd eutils +inherit python-single-r1 waf-utils multilib-minimal linux-info systemd versionator eutils MY_PV="${PV/_rc/rc}" MY_P="${PN}-${MY_PV}"