dev-python/stapler: inherit vcs-snapshot eclass.

Package-Manager: Portage-2.3.13, Repoman-2.3.3
This commit is contained in:
Patrice Clement
2018-01-04 17:31:59 +01:00
parent 8039d5a44f
commit fb336603ff

View File

@@ -5,7 +5,7 @@ EAPI=6
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
inherit distutils-r1 vcs-snapshot
# Commit Date: 26th Apr 2016
COMMIT="7c153e6a8f52573ff886ebf0786b64e17699443a"
@@ -25,5 +25,3 @@ RDEPEND="
DEPEND="
${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"
S="${WORKDIR}/${PN}-${COMMIT}"