summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2018-01-07 11:32:03 +0100
committerPatrice Clement <monsieurp@gentoo.org>2018-01-07 12:29:42 +0100
commitc728c86316a26c55c6c5323a483094f06c3239a6 (patch)
tree06858569656dadb0fab2a82405b4bfc6160bdef7
parentprofiles/package.mask: drop obsolete dev-vcs/qct entry (diff)
downloadgentoo-c728c86316a26c55c6c5323a483094f06c3239a6.tar.gz
gentoo-c728c86316a26c55c6c5323a483094f06c3239a6.tar.bz2
gentoo-c728c86316a26c55c6c5323a483094f06c3239a6.zip
app-vim/molokai: inherit vcs-snapshot eclass.
Package-Manager: Portage-2.3.13, Repoman-2.3.3
-rw-r--r--app-vim/molokai/molokai-0.1_p20151115.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/app-vim/molokai/molokai-0.1_p20151115.ebuild b/app-vim/molokai/molokai-0.1_p20151115.ebuild
index eb7b16b1b275..d393cc780a14 100644
--- a/app-vim/molokai/molokai-0.1_p20151115.ebuild
+++ b/app-vim/molokai/molokai-0.1_p20151115.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit vim-plugin
+inherit vim-plugin vcs-snapshot
COMMIT="c67bdfcdb31415aa0ade7f8c003261700a885476"
@@ -14,5 +14,3 @@ SRC_URI="https://github.com/tomasr/molokai/archive/${COMMIT}.tar.gz -> ${P}.tar.
LICENSE="vim"
KEYWORDS="~amd64 ~x86"
-
-S="${WORKDIR}/molokai-${COMMIT}"