diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2018-01-04 17:31:59 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-01-04 17:32:20 +0100 |
commit | fb336603ff28fee74d90fe4c7aa51b443d594a03 (patch) | |
tree | f9aafb87022d65cb3f894ba147f751099e54fb62 | |
parent | app-vim/vim2hs: inherit vcs-snapshot eclass. (diff) | |
download | gentoo-fb336603ff28fee74d90fe4c7aa51b443d594a03.tar.gz gentoo-fb336603ff28fee74d90fe4c7aa51b443d594a03.tar.bz2 gentoo-fb336603ff28fee74d90fe4c7aa51b443d594a03.zip |
dev-python/stapler: inherit vcs-snapshot eclass.
Package-Manager: Portage-2.3.13, Repoman-2.3.3
-rw-r--r-- | dev-python/stapler/stapler-0.4_p20160424.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-python/stapler/stapler-0.4_p20160424.ebuild b/dev-python/stapler/stapler-0.4_p20160424.ebuild index 3cc72cc1cabb..be3f7d8a2f89 100644 --- a/dev-python/stapler/stapler-0.4_p20160424.ebuild +++ b/dev-python/stapler/stapler-0.4_p20160424.ebuild @@ -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}" |