diff options
author | Alexis Ballier <aballier@gentoo.org> | 2019-12-12 16:37:26 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2019-12-12 16:43:53 +0100 |
commit | a373c3ad91993a8bcdef5f3dbe4d63de57203136 (patch) | |
tree | edcf6aac38979b6bc60042ec4a1e7b66ceef5201 /dev-ros/ament_cmake_python/ament_cmake_python-9999.ebuild | |
parent | dev-ros/ament_cmake_target_dependencies: fix deps, add live ebuild (diff) | |
download | gentoo-a373c3ad91993a8bcdef5f3dbe4d63de57203136.tar.gz gentoo-a373c3ad91993a8bcdef5f3dbe4d63de57203136.tar.bz2 gentoo-a373c3ad91993a8bcdef5f3dbe4d63de57203136.zip |
dev-ros/ament_cmake_python: honour DESTDIR when optimizing python
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/ament_cmake_python/ament_cmake_python-9999.ebuild')
-rw-r--r-- | dev-ros/ament_cmake_python/ament_cmake_python-9999.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-ros/ament_cmake_python/ament_cmake_python-9999.ebuild b/dev-ros/ament_cmake_python/ament_cmake_python-9999.ebuild index c60244e59795..43d5e2330457 100644 --- a/dev-ros/ament_cmake_python/ament_cmake_python-9999.ebuild +++ b/dev-ros/ament_cmake_python/ament_cmake_python-9999.ebuild @@ -37,6 +37,7 @@ DEPEND=" RDEPEND="${DEPEND}" BDEPEND="${DEPEND}" REQUIRED_USE="${PYTHON_REQUIRED_USE}" +PATCHES=( "${FILESDIR}/destdir.patch" ) src_configure() { # This is a build tool that does not install python-related files |