diff options
author | Alexis Ballier <aballier@gentoo.org> | 2021-05-19 11:38:07 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2021-05-19 12:47:55 +0200 |
commit | a0e9e3c7e26789239c129daa4b7c1171203e6f34 (patch) | |
tree | 8212ba79dc91d7b50150a18ace1d39eaca188c95 /dev-ros/ament_cmake_libraries/ament_cmake_libraries-1.0.0.ebuild | |
parent | dev-ros/ament_cmake_include_directories: Replace empty keywords with live pro... (diff) | |
download | gentoo-a0e9e3c7e26789239c129daa4b7c1171203e6f34.tar.gz gentoo-a0e9e3c7e26789239c129daa4b7c1171203e6f34.tar.bz2 gentoo-a0e9e3c7e26789239c129daa4b7c1171203e6f34.zip |
dev-ros/ament_cmake_libraries: Replace empty keywords with live property
Bug: https://bugs.gentoo.org/show_bug.cgi?id=790785
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/ament_cmake_libraries/ament_cmake_libraries-1.0.0.ebuild')
-rw-r--r-- | dev-ros/ament_cmake_libraries/ament_cmake_libraries-1.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ros/ament_cmake_libraries/ament_cmake_libraries-1.0.0.ebuild b/dev-ros/ament_cmake_libraries/ament_cmake_libraries-1.0.0.ebuild index 93d0c70f32f2..f4eece8f0db0 100644 --- a/dev-ros/ament_cmake_libraries/ament_cmake_libraries-1.0.0.ebuild +++ b/dev-ros/ament_cmake_libraries/ament_cmake_libraries-1.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2020 Gentoo Authors +# Copyright 2019-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -24,7 +24,7 @@ HOMEPAGE="https://github.com/ament/ament_cmake" LICENSE="Apache-2.0" SLOT="0" if [ "${PV#9999}" != "${PV}" ] ; then - KEYWORDS="" + PROPERTIES="live" else KEYWORDS="~amd64" fi |