From 1caf2d9fef31e76fc6771b3d874d9900e595368c Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sat, 10 Jul 2021 06:08:51 +0200 Subject: [PATCH] sci-libs/dart: fix doc install path Closes: https://bugs.gentoo.org/800974 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri --- .../{dart-6.10.1-r1.ebuild => dart-6.10.1-r2.ebuild} | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) rename sci-libs/dart/{dart-6.10.1-r1.ebuild => dart-6.10.1-r2.ebuild} (92%) diff --git a/sci-libs/dart/dart-6.10.1-r1.ebuild b/sci-libs/dart/dart-6.10.1-r2.ebuild similarity index 92% rename from sci-libs/dart/dart-6.10.1-r1.ebuild rename to sci-libs/dart/dart-6.10.1-r2.ebuild index 9c84616070..a0947f03b2 100644 --- a/sci-libs/dart/dart-6.10.1-r1.ebuild +++ b/sci-libs/dart/dart-6.10.1-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit cmake python-single-r1 @@ -44,14 +44,14 @@ RDEPEND=" glut? ( media-libs/freeglut ) ipopt? ( sci-libs/ipopt ) nlopt? ( >=sci-libs/nlopt-2.4.1 ) + ode? ( dev-games/ode ) + openscenegraph? ( dev-games/openscenegraph ) python? ( ${PYTHON_DEPS} $(python_gen_cond_dep ' dev-python/pybind11[${PYTHON_USEDEP}] ') ) - ode? ( dev-games/ode ) - openscenegraph? ( dev-games/openscenegraph ) urdfdom? ( dev-libs/urdfdom ) " DEPEND=" @@ -85,6 +85,6 @@ src_compile() { src_install() { cmake_src_install #TODO: python examples tests tutorials - mv "${ED}/usr/share/doc/dart" "${ED}/usr/share/doc/${P}" || die - docompress -x "/usr/share/doc/${P}" + mv "${ED}/usr/share/doc/dart" "${ED}/usr/share/doc/${PF}" || die + docompress -x "/usr/share/doc/${PF}" }