diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-08-06 11:57:03 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-08-06 11:57:03 +0200 |
commit | 02408c6078e1baee6137325f5ee47cb64e171094 (patch) | |
tree | 8580e0b8f19a79d3bec79f70f019977062de3727 /app-vim/notes | |
parent | www-apps/redmine: Cleanup per bug #96436 (diff) | |
download | gentoo-02408c6078e1baee6137325f5ee47cb64e171094.tar.gz gentoo-02408c6078e1baee6137325f5ee47cb64e171094.tar.bz2 gentoo-02408c6078e1baee6137325f5ee47cb64e171094.zip |
app-vim/notes: Stable for amd64+x86.
Package-Manager: portage-2.2.28
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-vim/notes')
-rw-r--r-- | app-vim/notes/notes-0.33.4.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-vim/notes/notes-0.33.4.ebuild b/app-vim/notes/notes-0.33.4.ebuild index 06a63c0a2f61..96d20710d163 100644 --- a/app-vim/notes/notes-0.33.4.ebuild +++ b/app-vim/notes/notes-0.33.4.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 + PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE="sqlite" @@ -12,7 +13,7 @@ DESCRIPTION="vim plugin: easy note taking in vim" HOMEPAGE="http://peterodding.com/code/vim/notes/" SRC_URI="https://github.com/xolox/vim-notes/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} |