diff options
author | Markus Meier <maekke@gentoo.org> | 2014-10-12 17:57:08 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2014-10-12 17:57:08 +0000 |
commit | cc64bb4449d7d8dff10bf15dca5f618ff78caf19 (patch) | |
tree | bd7496901dcfd3aa8bb36e57fc0afd5834ab2637 /media-gfx/hugin/hugin-2014.0.0.ebuild | |
parent | Update HOMEPAGE, repo moved from bitbucket to github. (diff) | |
download | gentoo-2-cc64bb4449d7d8dff10bf15dca5f618ff78caf19.tar.gz gentoo-2-cc64bb4449d7d8dff10bf15dca5f618ff78caf19.tar.bz2 gentoo-2-cc64bb4449d7d8dff10bf15dca5f618ff78caf19.zip |
add new revision with x11-libs/wxGTK:3.0 support for bug #506972, add python-3.4 support, sync live ebuild
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key 072AD062)
Diffstat (limited to 'media-gfx/hugin/hugin-2014.0.0.ebuild')
-rw-r--r-- | media-gfx/hugin/hugin-2014.0.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-gfx/hugin/hugin-2014.0.0.ebuild b/media-gfx/hugin/hugin-2014.0.0.ebuild index 5d4e69616a6e..3416b02736c0 100644 --- a/media-gfx/hugin/hugin-2014.0.0.ebuild +++ b/media-gfx/hugin/hugin-2014.0.0.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/hugin-2014.0.0.ebuild,v 1.1 2014/10/10 20:12:04 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/hugin-2014.0.0.ebuild,v 1.2 2014/10/12 17:57:08 maekke Exp $ EAPI=5 WX_GTK_VER="2.8" -PYTHON_COMPAT=( python{2_7,3_2,3_3} ) +PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} ) inherit base python-single-r1 wxwidgets versionator cmake-utils @@ -18,7 +18,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" LANGS=" cs da de en_GB es eu fi fr hu it ja nl pl pt_BR ro ru sk sv zh_CN zh_TW" -IUSE="lapack python sift debug $(echo ${LANGS//\ /\ linguas_})" +IUSE="debug lapack python sift $(echo ${LANGS//\ /\ linguas_})" CDEPEND=" !!dev-util/cocom |