summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2021-05-19 11:39:54 +0200
committerAlexis Ballier <aballier@gentoo.org>2021-05-19 12:47:59 +0200
commitd0d1c1e1788e8be5b6f767bfc7eca0d5e5333f79 (patch)
treee0f234a5e7871d02894da07799afea126972937d /dev-ros/ament_uncrustify/ament_uncrustify-9999.ebuild
parentdev-ros/ament_pep257: Replace empty keywords with live property (diff)
downloadgentoo-d0d1c1e1788e8be5b6f767bfc7eca0d5e5333f79.tar.gz
gentoo-d0d1c1e1788e8be5b6f767bfc7eca0d5e5333f79.tar.bz2
gentoo-d0d1c1e1788e8be5b6f767bfc7eca0d5e5333f79.zip
dev-ros/ament_uncrustify: 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_uncrustify/ament_uncrustify-9999.ebuild')
-rw-r--r--dev-ros/ament_uncrustify/ament_uncrustify-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ros/ament_uncrustify/ament_uncrustify-9999.ebuild b/dev-ros/ament_uncrustify/ament_uncrustify-9999.ebuild
index 43acf79bb21d..9fbde9ec7c94 100644
--- a/dev-ros/ament_uncrustify/ament_uncrustify-9999.ebuild
+++ b/dev-ros/ament_uncrustify/ament_uncrustify-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
@@ -25,7 +25,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