diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-10-06 14:30:05 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-10-06 16:46:05 +0200 |
commit | bc1d3667f460c5f7188638986504ad2de0f36e72 (patch) | |
tree | e5981b5b9ed858df7e4f08ee21f22cab9fbccdaa /media-libs | |
parent | dev-libs/hyperscan: Version bump to 5.1.1 and 5.2.0 (diff) | |
download | gentoo-bc1d3667f460c5f7188638986504ad2de0f36e72.tar.gz gentoo-bc1d3667f460c5f7188638986504ad2de0f36e72.tar.bz2 gentoo-bc1d3667f460c5f7188638986504ad2de0f36e72.zip |
media-libs/vigra: python3 support
Sync KEYWORDS from current ~arch ebuild.
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/vigra/vigra-9999.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/media-libs/vigra/vigra-9999.ebuild b/media-libs/vigra/vigra-9999.ebuild index 6f78ecb71516..fb010ab449ce 100644 --- a/media-libs/vigra/vigra-9999.ebuild +++ b/media-libs/vigra/vigra-9999.ebuild @@ -5,7 +5,7 @@ EAPI=7 MY_P="${P}-src" MY_V="${PV//\./-}" -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python2_7 python3_6 ) PYTHON_REQ_USE="threads,xml" inherit cmake-utils python-r1 @@ -17,7 +17,7 @@ if [[ ${PV} == *9999 ]] ; then inherit git-r3 else SRC_URI="https://github.com/ukoethe/${PN}/releases/download/Version-${MY_V}/${MY_P}.tar.gz" - KEYWORDS="~amd64 ~sparc ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="~amd64 ~arm64 ~sparc ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" fi LICENSE="MIT" @@ -91,9 +91,6 @@ src_prepare() { vigra_disable png vigra_disable tiff vigra_disable zlib - - # Don't use python_fix_shebang because we can't put this behind USE="python" - sed -i -e '/env/s:python:python2:' config/vigra-config.in || die } src_configure() { |