diff options
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 |