summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-12-29 14:30:34 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-12-29 14:31:44 +0100
commit450cbf95fae0141740b2c9f74265220651ee8863 (patch)
tree5b81eb8cc52aa768ca4948d0e28e56cb66fed891 /media-gfx/hugin/hugin-9999.ebuild
parentmedia-libs/gexiv2: Really fix build with exiv2-0.27 (diff)
downloadgentoo-450cbf95fae0141740b2c9f74265220651ee8863.tar.gz
gentoo-450cbf95fae0141740b2c9f74265220651ee8863.tar.bz2
gentoo-450cbf95fae0141740b2c9f74265220651ee8863.zip
media-gfx/hugin: Fix build with exiv2-0.27
Switch to eapi7-ver Sync 9999 deps with 2018.0.0 Closes: https://bugs.gentoo.org/673730 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-gfx/hugin/hugin-9999.ebuild')
-rw-r--r--media-gfx/hugin/hugin-9999.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/media-gfx/hugin/hugin-9999.ebuild b/media-gfx/hugin/hugin-9999.ebuild
index 8615f1c5a0b2..c46a552195e8 100644
--- a/media-gfx/hugin/hugin-9999.ebuild
+++ b/media-gfx/hugin/hugin-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
WX_GTK_VER="3.0"
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-inherit mercurial python-single-r1 wxwidgets versionator cmake-utils
+inherit mercurial python-single-r1 wxwidgets cmake-utils eapi7-ver
DESCRIPTION="GUI for the creation & processing of panoramic images"
HOMEPAGE="http://hugin.sf.net"
@@ -36,6 +36,7 @@ CDEPEND="
media-libs/tiff:0
>=media-libs/vigra-1.11.0[openexr]
sci-libs/fftw:3.0=
+ sci-libs/flann
sys-libs/zlib
virtual/glu
virtual/jpeg:0
@@ -56,7 +57,7 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
DOCS=( authors.txt README TODO )
-S=${WORKDIR}/${PN}-$(get_version_component_range 1-3)
+S=${WORKDIR}/${PN}-$(ver_cut 1-2).0
pkg_setup() {
use python && python-single-r1_pkg_setup