summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-01-06 12:18:44 +0000
committerMichał Górny <mgorny@gentoo.org>2015-01-06 12:18:44 +0000
commit9bd390dfa2a0163c2fe8fdfbe4bdab28f85c1926 (patch)
tree404733480afb8f2b9569fc600ce8a1414fed2b5f /app-vim/automatictexplugin
parentsci-libs/htslib: Fix broken delete of manpage (diff)
downloadgentoo-2-9bd390dfa2a0163c2fe8fdfbe4bdab28f85c1926.tar.gz
gentoo-2-9bd390dfa2a0163c2fe8fdfbe4bdab28f85c1926.tar.bz2
gentoo-2-9bd390dfa2a0163c2fe8fdfbe4bdab28f85c1926.zip
Add missing PYTHON_REQUIRED_USE.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'app-vim/automatictexplugin')
-rw-r--r--app-vim/automatictexplugin/ChangeLog6
-rw-r--r--app-vim/automatictexplugin/automatictexplugin-12.5-r1.ebuild4
2 files changed, 8 insertions, 2 deletions
diff --git a/app-vim/automatictexplugin/ChangeLog b/app-vim/automatictexplugin/ChangeLog
index 60460d076ea1..65f8f3d6d1f8 100644
--- a/app-vim/automatictexplugin/ChangeLog
+++ b/app-vim/automatictexplugin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-vim/automatictexplugin
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/automatictexplugin/ChangeLog,v 1.49 2015/01/06 11:46:00 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/automatictexplugin/ChangeLog,v 1.50 2015/01/06 12:18:44 mgorny Exp $
+
+ 06 Jan 2015; Michał Górny <mgorny@gentoo.org>
+ automatictexplugin-12.5-r1.ebuild:
+ Add missing PYTHON_REQUIRED_USE.
*automatictexplugin-12.5-r1 (06 Jan 2015)
diff --git a/app-vim/automatictexplugin/automatictexplugin-12.5-r1.ebuild b/app-vim/automatictexplugin/automatictexplugin-12.5-r1.ebuild
index db6d06a5ba71..60a02039d494 100644
--- a/app-vim/automatictexplugin/automatictexplugin-12.5-r1.ebuild
+++ b/app-vim/automatictexplugin/automatictexplugin-12.5-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/automatictexplugin/automatictexplugin-12.5-r1.ebuild,v 1.1 2015/01/06 11:46:00 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/automatictexplugin/automatictexplugin-12.5-r1.ebuild,v 1.2 2015/01/06 12:18:44 mgorny Exp $
EAPI=5
@@ -28,6 +28,8 @@ RDEPEND="|| ( app-editors/vim[python,${PYTHON_USEDEP}] app-editors/gvim[python,$
virtual/tex-base
${PYTHON_DEPS}"
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
+
src_prepare() {
python_fix_shebang .
}