diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-07-14 00:39:14 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-07-14 00:39:27 +0200 |
commit | fac4f578ea2009cbcaeeddb1efc8d7024ea0b66f (patch) | |
tree | 9e576bfeb5621e65a82ab4fdf1054f2fd6c6df9f | |
parent | www-apps/cgit: version bump (diff) | |
download | gentoo-fac4f578ea2009cbcaeeddb1efc8d7024ea0b66f.tar.gz gentoo-fac4f578ea2009cbcaeeddb1efc8d7024ea0b66f.tar.bz2 gentoo-fac4f578ea2009cbcaeeddb1efc8d7024ea0b66f.zip |
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.ebuild | 2 |
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 290889c069a1..393fd23ce924 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}" |