diff options
author | Alexis Ballier <aballier@gentoo.org> | 2021-05-19 11:40:08 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2021-05-19 12:47:59 +0200 |
commit | 965022da6b6550175b9be6d0dbca973df47eadc7 (patch) | |
tree | bb7800d9b1bff7151edf1e4a25dddc9e0d22d1fc /dev-ros | |
parent | dev-ros/ament_xmllint: Replace empty keywords with live property (diff) | |
download | gentoo-965022da6b6550175b9be6d0dbca973df47eadc7.tar.gz gentoo-965022da6b6550175b9be6d0dbca973df47eadc7.tar.bz2 gentoo-965022da6b6550175b9be6d0dbca973df47eadc7.zip |
dev-ros/console_bridge_vendor: 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')
-rw-r--r-- | dev-ros/console_bridge_vendor/console_bridge_vendor-1.2.2.ebuild | 4 | ||||
-rw-r--r-- | dev-ros/console_bridge_vendor/console_bridge_vendor-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-ros/console_bridge_vendor/console_bridge_vendor-1.2.2.ebuild b/dev-ros/console_bridge_vendor/console_bridge_vendor-1.2.2.ebuild index b4d61a305552..657bd30e0142 100644 --- a/dev-ros/console_bridge_vendor/console_bridge_vendor-1.2.2.ebuild +++ b/dev-ros/console_bridge_vendor/console_bridge_vendor-1.2.2.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 @@ -21,7 +21,7 @@ HOMEPAGE="https://github.com/ros2/console_bridge_vendor" LICENSE="Apache-2.0 BSD" SLOT="0" if [ "${PV#9999}" != "${PV}" ] ; then - KEYWORDS="" + PROPERTIES="live" else KEYWORDS="~amd64" fi diff --git a/dev-ros/console_bridge_vendor/console_bridge_vendor-9999.ebuild b/dev-ros/console_bridge_vendor/console_bridge_vendor-9999.ebuild index b4d61a305552..657bd30e0142 100644 --- a/dev-ros/console_bridge_vendor/console_bridge_vendor-9999.ebuild +++ b/dev-ros/console_bridge_vendor/console_bridge_vendor-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 @@ -21,7 +21,7 @@ HOMEPAGE="https://github.com/ros2/console_bridge_vendor" LICENSE="Apache-2.0 BSD" SLOT="0" if [ "${PV#9999}" != "${PV}" ] ; then - KEYWORDS="" + PROPERTIES="live" else KEYWORDS="~amd64" fi |