summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-04-23 11:54:04 +0200
committerDavid Seifert <soap@gentoo.org>2017-04-23 13:25:43 +0200
commit2ad93ec834e5b63b99af376f42c06f33ef8b6de8 (patch)
tree44a6a273f7f16fe4ee007b176b61454016498ac7 /media-gfx/hugin/hugin-2016.2.0.ebuild
parentmedia-gfx/freecad: [QA] Add missing python metadata variables (diff)
downloadgentoo-2ad93ec834e5b63b99af376f42c06f33ef8b6de8.tar.gz
gentoo-2ad93ec834e5b63b99af376f42c06f33ef8b6de8.tar.bz2
gentoo-2ad93ec834e5b63b99af376f42c06f33ef8b6de8.zip
media-gfx/hugin: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'media-gfx/hugin/hugin-2016.2.0.ebuild')
-rw-r--r--media-gfx/hugin/hugin-2016.2.0.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/media-gfx/hugin/hugin-2016.2.0.ebuild b/media-gfx/hugin/hugin-2016.2.0.ebuild
index 6a43e90ca364..c3a52fff95cd 100644
--- a/media-gfx/hugin/hugin-2016.2.0.ebuild
+++ b/media-gfx/hugin/hugin-2016.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -40,6 +40,7 @@ CDEPEND="
virtual/opengl
x11-libs/wxGTK:3.0=[X,opengl]
lapack? ( virtual/blas virtual/lapack )
+ python? ( ${PYTHON_DEPS} )
sift? ( media-gfx/autopano-sift-C )"
RDEPEND="${CDEPEND}
media-libs/exiftool"
@@ -47,7 +48,7 @@ DEPEND="${CDEPEND}
dev-cpp/tclap
sys-devel/gettext
virtual/pkgconfig
- python? ( ${PYTHON_DEPS} >=dev-lang/swig-2.0.4 )"
+ python? ( >=dev-lang/swig-2.0.4 )"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"