From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 50A051382C5 for ; Wed, 19 May 2021 10:54:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3889BE0857; Wed, 19 May 2021 10:54:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2400EE0855 for ; Wed, 19 May 2021 10:54:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 516E0340D1D for ; Wed, 19 May 2021 10:54:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C0CE7A4 for ; Wed, 19 May 2021 10:54:11 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1621421280.3926f5d18021c052e3cd83327ad77dc50424264b.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/python_cmake_module/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/python_cmake_module/python_cmake_module-0.8.0.ebuild dev-ros/python_cmake_module/python_cmake_module-9999.ebuild X-VCS-Directories: dev-ros/python_cmake_module/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 3926f5d18021c052e3cd83327ad77dc50424264b X-VCS-Branch: master Date: Wed, 19 May 2021 10:54:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 427cd8f6-bafb-4b23-9504-3eb13ee9d4bb X-Archives-Hash: 1313da1246a5ceb0c2edc3a0990cb8a8 commit: 3926f5d18021c052e3cd83327ad77dc50424264b Author: Alexis Ballier gentoo org> AuthorDate: Wed May 19 09:40:19 2021 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Wed May 19 10:48:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3926f5d1 dev-ros/python_cmake_module: 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 gentoo.org> dev-ros/python_cmake_module/python_cmake_module-0.8.0.ebuild | 4 ++-- dev-ros/python_cmake_module/python_cmake_module-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-ros/python_cmake_module/python_cmake_module-0.8.0.ebuild b/dev-ros/python_cmake_module/python_cmake_module-0.8.0.ebuild index 6a84b7d3287..150095c180f 100644 --- a/dev-ros/python_cmake_module/python_cmake_module-0.8.0.ebuild +++ b/dev-ros/python_cmake_module/python_cmake_module-0.8.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 @@ -24,7 +24,7 @@ HOMEPAGE="https://github.com/ros2/python_cmake_module" LICENSE="Apache-2.0" SLOT="0" if [ "${PV#9999}" != "${PV}" ] ; then - KEYWORDS="" + PROPERTIES="live" else KEYWORDS="~amd64" fi diff --git a/dev-ros/python_cmake_module/python_cmake_module-9999.ebuild b/dev-ros/python_cmake_module/python_cmake_module-9999.ebuild index 6a84b7d3287..150095c180f 100644 --- a/dev-ros/python_cmake_module/python_cmake_module-9999.ebuild +++ b/dev-ros/python_cmake_module/python_cmake_module-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 @@ -24,7 +24,7 @@ HOMEPAGE="https://github.com/ros2/python_cmake_module" LICENSE="Apache-2.0" SLOT="0" if [ "${PV#9999}" != "${PV}" ] ; then - KEYWORDS="" + PROPERTIES="live" else KEYWORDS="~amd64" fi