Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/samba/
Date: Fri, 13 Jul 2018 22:39:40
Message-Id: 1531521567.fac4f578ea2009cbcaeeddb1efc8d7024ea0b66f.whissi@gentoo
1 commit: fac4f578ea2009cbcaeeddb1efc8d7024ea0b66f
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 13 22:39:14 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 13 22:39:27 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fac4f578
7
8 net-fs/samba: inherit versionator
9
10 Closes: https://bugs.gentoo.org/661108
11 Package-Manager: Portage-2.3.42, Repoman-2.3.9
12
13 net-fs/samba/samba-4.2.14.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/net-fs/samba/samba-4.2.14.ebuild b/net-fs/samba/samba-4.2.14.ebuild
17 index 290889c069a..393fd23ce92 100644
18 --- a/net-fs/samba/samba-4.2.14.ebuild
19 +++ b/net-fs/samba/samba-4.2.14.ebuild
20 @@ -5,7 +5,7 @@ EAPI=5
21 PYTHON_COMPAT=( python2_7 )
22 PYTHON_REQ_USE='threads(+),xml(+)'
23
24 -inherit python-single-r1 waf-utils multilib-minimal linux-info systemd eutils
25 +inherit python-single-r1 waf-utils multilib-minimal linux-info systemd versionator eutils
26
27 MY_PV="${PV/_rc/rc}"
28 MY_P="${PN}-${MY_PV}"