summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2016-09-28 23:05:19 +0200
committerPatrice Clement <monsieurp@gentoo.org>2016-09-28 23:23:11 +0200
commitca0d88494d19333f99f706177e35bdb774a93456 (patch)
treeff8172d8fa45f667474b1bd21e2a14bff4fd3d54
parentsys-power/apcupsd: Fixup missing || die (diff)
downloadgentoo-ca0d88494d19333f99f706177e35bdb774a93456.tar.gz
gentoo-ca0d88494d19333f99f706177e35bdb774a93456.tar.bz2
gentoo-ca0d88494d19333f99f706177e35bdb774a93456.zip
app-vim/easytags: Stable for amd64+x86.
Package-Manager: portage-2.2.28
-rw-r--r--app-vim/easytags/easytags-3.11.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/app-vim/easytags/easytags-3.11.ebuild b/app-vim/easytags/easytags-3.11.ebuild
index aeeee4b75865..85d28d9cf128 100644
--- a/app-vim/easytags/easytags-3.11.ebuild
+++ b/app-vim/easytags/easytags-3.11.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 )
inherit python-single-r1 vim-plugin
@@ -11,7 +12,7 @@ DESCRIPTION="vim plugin: automated tag file generation and syntax highlighting"
HOMEPAGE="http://peterodding.com/code/vim/easytags/"
SRC_URI="https://github.com/xolox/vim-${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}