diff options
author | Alexis Ballier <aballier@gentoo.org> | 2021-05-19 11:39:34 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2021-05-19 12:47:58 +0200 |
commit | 9241dd7cafe0bcf5b1d4ef1d70abdd45c245ed42 (patch) | |
tree | 3014d7c33bca27da0d9a6f687a685a119da97c65 /dev-ros/ament_lint_auto/ament_lint_auto-9999.ebuild | |
parent | dev-ros/ament_lint: Replace empty keywords with live property (diff) | |
download | gentoo-9241dd7cafe0bcf5b1d4ef1d70abdd45c245ed42.tar.gz gentoo-9241dd7cafe0bcf5b1d4ef1d70abdd45c245ed42.tar.bz2 gentoo-9241dd7cafe0bcf5b1d4ef1d70abdd45c245ed42.zip |
dev-ros/ament_lint_auto: 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_lint_auto/ament_lint_auto-9999.ebuild')
-rw-r--r-- | dev-ros/ament_lint_auto/ament_lint_auto-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ros/ament_lint_auto/ament_lint_auto-9999.ebuild b/dev-ros/ament_lint_auto/ament_lint_auto-9999.ebuild index 04654f77a532..99bd8c66a9d9 100644 --- a/dev-ros/ament_lint_auto/ament_lint_auto-9999.ebuild +++ b/dev-ros/ament_lint_auto/ament_lint_auto-9999.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_lint" LICENSE="Apache-2.0" SLOT="0" if [ "${PV#9999}" != "${PV}" ] ; then - KEYWORDS="" + PROPERTIES="live" else KEYWORDS="~amd64" fi |