diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-02-11 23:00:37 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-02-11 23:03:01 +0100 |
commit | c8c031633ee92bbdfe5df150a7b2122ae73736ef (patch) | |
tree | b06a94a63553b4c858a7c0dbc1178741b5c8ad98 /media-libs/vigra | |
parent | media-libs/vigra: Update HOMEPAGE (diff) | |
download | gentoo-c8c031633ee92bbdfe5df150a7b2122ae73736ef.tar.gz gentoo-c8c031633ee92bbdfe5df150a7b2122ae73736ef.tar.bz2 gentoo-c8c031633ee92bbdfe5df150a7b2122ae73736ef.zip |
media-libs/vigra: Silence repoman
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'media-libs/vigra')
-rw-r--r-- | media-libs/vigra/vigra-1.11.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/vigra/vigra-1.11.0.ebuild b/media-libs/vigra/vigra-1.11.0.ebuild index 897275f7ff65..2f2c42e3e854 100644 --- a/media-libs/vigra/vigra-1.11.0.ebuild +++ b/media-libs/vigra/vigra-1.11.0.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE="threads,xml" inherit cmake-utils python-r1 -DESCRIPTION="C++ computer vision library with emphasis on customizable algorithms and data structures" +DESCRIPTION="C++ computer vision library emphasizing customizable algorithms and structures" HOMEPAGE="https://ukoethe.github.io/vigra/" SRC_URI="https://github.com/ukoethe/vigra/releases/download/Version-${MY_V}/${MY_P}.tar.gz" @@ -24,7 +24,7 @@ RDEPEND=" >=dev-libs/boost-1.52.0-r6:=[python?,${PYTHON_USEDEP}] fftw? ( sci-libs/fftw:3.0 ) hdf5? ( >=sci-libs/hdf5-1.8.0:=[mpi?] ) - jpeg? ( virtual/jpeg ) + jpeg? ( virtual/jpeg:0 ) openexr? ( media-libs/openexr:= ) png? ( media-libs/libpng:0= ) python? ( ${PYTHON_DEPS} dev-python/numpy[${PYTHON_USEDEP}] ) |