diff options
author | Alexis Ballier <aballier@gentoo.org> | 2021-05-19 11:39:46 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2021-05-19 12:47:59 +0200 |
commit | 7e8931ca6a1df78775d060140c873ef15e3e5c1e (patch) | |
tree | 0bc640bfb6b3d030a30707bc9a0932ac6e81595e /dev-ros | |
parent | dev-ros/ament_lint_cmake: Replace empty keywords with live property (diff) | |
download | gentoo-7e8931ca6a1df78775d060140c873ef15e3e5c1e.tar.gz gentoo-7e8931ca6a1df78775d060140c873ef15e3e5c1e.tar.bz2 gentoo-7e8931ca6a1df78775d060140c873ef15e3e5c1e.zip |
dev-ros/ament_pep257: 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/ament_pep257/ament_pep257-0.10.0.ebuild | 4 | ||||
-rw-r--r-- | dev-ros/ament_pep257/ament_pep257-0.10.1.ebuild | 2 | ||||
-rw-r--r-- | dev-ros/ament_pep257/ament_pep257-0.10.4.ebuild | 2 | ||||
-rw-r--r-- | dev-ros/ament_pep257/ament_pep257-9999.ebuild | 4 |
4 files changed, 6 insertions, 6 deletions
diff --git a/dev-ros/ament_pep257/ament_pep257-0.10.0.ebuild b/dev-ros/ament_pep257/ament_pep257-0.10.0.ebuild index e29026c993c2..d68cc9cf4ecc 100644 --- a/dev-ros/ament_pep257/ament_pep257-0.10.0.ebuild +++ b/dev-ros/ament_pep257/ament_pep257-0.10.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 @@ -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 diff --git a/dev-ros/ament_pep257/ament_pep257-0.10.1.ebuild b/dev-ros/ament_pep257/ament_pep257-0.10.1.ebuild index 08b1b6af9f30..d68cc9cf4ecc 100644 --- a/dev-ros/ament_pep257/ament_pep257-0.10.1.ebuild +++ b/dev-ros/ament_pep257/ament_pep257-0.10.1.ebuild @@ -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 diff --git a/dev-ros/ament_pep257/ament_pep257-0.10.4.ebuild b/dev-ros/ament_pep257/ament_pep257-0.10.4.ebuild index 08b1b6af9f30..d68cc9cf4ecc 100644 --- a/dev-ros/ament_pep257/ament_pep257-0.10.4.ebuild +++ b/dev-ros/ament_pep257/ament_pep257-0.10.4.ebuild @@ -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 diff --git a/dev-ros/ament_pep257/ament_pep257-9999.ebuild b/dev-ros/ament_pep257/ament_pep257-9999.ebuild index e29026c993c2..d68cc9cf4ecc 100644 --- a/dev-ros/ament_pep257/ament_pep257-9999.ebuild +++ b/dev-ros/ament_pep257/ament_pep257-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 |