diff options
author | Tim Harder <radhermit@gentoo.org> | 2017-10-08 11:54:29 -0500 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2017-10-08 13:22:08 -0500 |
commit | a607ac7fd8c6ef5be900d6db0aa4756ee85de5ba (patch) | |
tree | c652356ab1296a26e714cce4b8819c1c37b6729f /app-vim/tcomment | |
parent | virtual/perl-Time-HiRes: stable 1.974.100-r1 for sparc, bug #630610 (thanks t... (diff) | |
download | gentoo-a607ac7fd8c6ef5be900d6db0aa4756ee85de5ba.tar.gz gentoo-a607ac7fd8c6ef5be900d6db0aa4756ee85de5ba.tar.bz2 gentoo-a607ac7fd8c6ef5be900d6db0aa4756ee85de5ba.zip |
app-vim/tcomment: stabilize 3.08.1
Diffstat (limited to 'app-vim/tcomment')
-rw-r--r-- | app-vim/tcomment/tcomment-3.08.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-vim/tcomment/tcomment-3.08.1.ebuild b/app-vim/tcomment/tcomment-3.08.1.ebuild index ab0decbf1e3f..3fafd8d493c1 100644 --- a/app-vim/tcomment/tcomment-3.08.1.ebuild +++ b/app-vim/tcomment/tcomment-3.08.1.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-r3 else SRC_URI="https://github.com/tomtom/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 x86" S="${WORKDIR}/${MY_PN}-${PV}" fi |