diff options
author | Alexis Ballier <aballier@gentoo.org> | 2021-05-19 11:40:13 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2021-05-19 12:48:00 +0200 |
commit | 6cf1999f1ee66f17091c9bbc7a028bc466e3872b (patch) | |
tree | 181335264b1a12f1ae9a99186667a21444415074 /dev-ros | |
parent | dev-ros/console_bridge_vendor: Replace empty keywords with live property (diff) | |
download | gentoo-6cf1999f1ee66f17091c9bbc7a028bc466e3872b.tar.gz gentoo-6cf1999f1ee66f17091c9bbc7a028bc466e3872b.tar.bz2 gentoo-6cf1999f1ee66f17091c9bbc7a028bc466e3872b.zip |
dev-ros/poco_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/poco_vendor/poco_vendor-1.2.0.ebuild | 4 | ||||
-rw-r--r-- | dev-ros/poco_vendor/poco_vendor-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-ros/poco_vendor/poco_vendor-1.2.0.ebuild b/dev-ros/poco_vendor/poco_vendor-1.2.0.ebuild index 5e44119b2a2b..8665d91b1561 100644 --- a/dev-ros/poco_vendor/poco_vendor-1.2.0.ebuild +++ b/dev-ros/poco_vendor/poco_vendor-1.2.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 @@ -21,7 +21,7 @@ HOMEPAGE="https://github.com/ros2/poco_vendor" LICENSE="Apache-2.0 Boost-1.0" SLOT="0" if [ "${PV#9999}" != "${PV}" ] ; then - KEYWORDS="" + PROPERTIES="live" else KEYWORDS="~amd64" fi diff --git a/dev-ros/poco_vendor/poco_vendor-9999.ebuild b/dev-ros/poco_vendor/poco_vendor-9999.ebuild index 304a9165a906..2a917c2d62c6 100644 --- a/dev-ros/poco_vendor/poco_vendor-9999.ebuild +++ b/dev-ros/poco_vendor/poco_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/poco_vendor" LICENSE="Apache-2.0 Boost-1.0" SLOT="0" if [ "${PV#9999}" != "${PV}" ] ; then - KEYWORDS="" + PROPERTIES="live" else KEYWORDS="~amd64" fi |