summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2018-07-14 00:39:14 +0200
committerThomas Deutschmann <whissi@gentoo.org>2018-07-14 00:39:27 +0200
commitfac4f578ea2009cbcaeeddb1efc8d7024ea0b66f (patch)
tree9e576bfeb5621e65a82ab4fdf1054f2fd6c6df9f
parent51b002cd3e3e2b5d4df96113583bf12419575936 (diff)
downloadgentoo-fac4f578ea2009cbcaeeddb1efc8d7024ea0b66f.tar.gz
gentoo-fac4f578ea2009cbcaeeddb1efc8d7024ea0b66f.tar.xz
net-fs/samba: inherit versionator
Closes: https://bugs.gentoo.org/661108 Package-Manager: Portage-2.3.42, Repoman-2.3.9
-rw-r--r--net-fs/samba/samba-4.2.14.ebuild2
1 files changed, 1 insertions, 1 deletions
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}"