mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
dev-python/pyilmbase: fix some typos
Fix typos in ${PYTHON_DEPS} (see
https://archives.gentoo.org/gentoo-dev/message/f3cb3874a817fddd850f62dec1b01fc3)
Also patch the casing in DESCRIPTION and use https for HOMEPAGE.
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Bernd Waibel <waebbl@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12489
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
committed by
Andreas Sturmlechner
parent
cc82ec4d6a
commit
e89eefd82b
@@ -6,8 +6,8 @@ PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
inherit autotools python-single-r1
|
||||
|
||||
DESCRIPTION="ilmbase Python bindings"
|
||||
HOMEPAGE="http://www.openexr.com"
|
||||
DESCRIPTION="IlmBase Python bindings"
|
||||
HOMEPAGE="https://www.openexr.com"
|
||||
SRC_URI="https://github.com/openexr/openexr/releases/download/v${PV}/${P}.tar.gz"
|
||||
LICENSE="BSD"
|
||||
|
||||
@@ -17,12 +17,12 @@ IUSE="+numpy"
|
||||
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
RDEPEND="${PYTHON_DEP}
|
||||
RDEPEND="${PYTHON_DEPS}
|
||||
>=dev-libs/boost-1.62.0-r1[python(+),${PYTHON_USEDEP}]
|
||||
~media-libs/ilmbase-${PV}:=
|
||||
numpy? ( >=dev-python/numpy-1.10.4 )"
|
||||
DEPEND="${RDEPEND}
|
||||
${PYTHON_DEP}
|
||||
${PYTHON_DEPS}
|
||||
>=virtual/pkgconfig-0-r1"
|
||||
|
||||
PATCHES=(
|
||||
|
||||
Reference in New Issue
Block a user