commit: 0a9a82ac073101b48bb74317dc7e084021ab160a Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Sep 21 08:05:10 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Sep 21 08:09:09 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a9a82ac
ros-meta/ament_cmake: Remove duplicate KEYWORDS Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> ros-meta/ament_cmake/ament_cmake-0.9.6.ebuild | 6 ++---- ros-meta/ament_cmake/ament_cmake-1.0.0.ebuild | 6 ++---- ros-meta/ament_cmake/ament_cmake-1.0.1.ebuild | 6 ++---- ros-meta/ament_cmake/ament_cmake-1.0.3.ebuild | 4 +--- ros-meta/ament_cmake/ament_cmake-1.0.4.ebuild | 4 +--- ros-meta/ament_cmake/ament_cmake-1.1.3.ebuild | 4 +--- ros-meta/ament_cmake/ament_cmake-1.1.4.ebuild | 4 +--- ros-meta/ament_cmake/ament_cmake-9999.ebuild | 6 ++---- 8 files changed, 12 insertions(+), 28 deletions(-) diff --git a/ros-meta/ament_cmake/ament_cmake-0.9.6.ebuild b/ros-meta/ament_cmake/ament_cmake-0.9.6.ebuild index dc733c1f543..83dbb741a58 100644 --- a/ros-meta/ament_cmake/ament_cmake-0.9.6.ebuild +++ b/ros-meta/ament_cmake/ament_cmake-0.9.6.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 @@ -23,9 +23,7 @@ HOMEPAGE="https://github.com/ament/ament_cmake" LICENSE="Apache-2.0" SLOT="0" -if [ "${PV#9999}" != "${PV}" ] ; then - KEYWORDS="" -else +if [[ "${PV#9999}" == "${PV}" ]] ; then KEYWORDS="~amd64" fi IUSE="" diff --git a/ros-meta/ament_cmake/ament_cmake-1.0.0.ebuild b/ros-meta/ament_cmake/ament_cmake-1.0.0.ebuild index dc733c1f543..83dbb741a58 100644 --- a/ros-meta/ament_cmake/ament_cmake-1.0.0.ebuild +++ b/ros-meta/ament_cmake/ament_cmake-1.0.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 @@ -23,9 +23,7 @@ HOMEPAGE="https://github.com/ament/ament_cmake" LICENSE="Apache-2.0" SLOT="0" -if [ "${PV#9999}" != "${PV}" ] ; then - KEYWORDS="" -else +if [[ "${PV#9999}" == "${PV}" ]] ; then KEYWORDS="~amd64" fi IUSE="" diff --git a/ros-meta/ament_cmake/ament_cmake-1.0.1.ebuild b/ros-meta/ament_cmake/ament_cmake-1.0.1.ebuild index dc733c1f543..83dbb741a58 100644 --- a/ros-meta/ament_cmake/ament_cmake-1.0.1.ebuild +++ b/ros-meta/ament_cmake/ament_cmake-1.0.1.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 @@ -23,9 +23,7 @@ HOMEPAGE="https://github.com/ament/ament_cmake" LICENSE="Apache-2.0" SLOT="0" -if [ "${PV#9999}" != "${PV}" ] ; then - KEYWORDS="" -else +if [[ "${PV#9999}" == "${PV}" ]] ; then KEYWORDS="~amd64" fi IUSE="" diff --git a/ros-meta/ament_cmake/ament_cmake-1.0.3.ebuild b/ros-meta/ament_cmake/ament_cmake-1.0.3.ebuild index cc6aa4dbc3f..83dbb741a58 100644 --- a/ros-meta/ament_cmake/ament_cmake-1.0.3.ebuild +++ b/ros-meta/ament_cmake/ament_cmake-1.0.3.ebuild @@ -23,9 +23,7 @@ HOMEPAGE="https://github.com/ament/ament_cmake" LICENSE="Apache-2.0" SLOT="0" -if [ "${PV#9999}" != "${PV}" ] ; then - KEYWORDS="" -else +if [[ "${PV#9999}" == "${PV}" ]] ; then KEYWORDS="~amd64" fi IUSE="" diff --git a/ros-meta/ament_cmake/ament_cmake-1.0.4.ebuild b/ros-meta/ament_cmake/ament_cmake-1.0.4.ebuild index cc6aa4dbc3f..83dbb741a58 100644 --- a/ros-meta/ament_cmake/ament_cmake-1.0.4.ebuild +++ b/ros-meta/ament_cmake/ament_cmake-1.0.4.ebuild @@ -23,9 +23,7 @@ HOMEPAGE="https://github.com/ament/ament_cmake" LICENSE="Apache-2.0" SLOT="0" -if [ "${PV#9999}" != "${PV}" ] ; then - KEYWORDS="" -else +if [[ "${PV#9999}" == "${PV}" ]] ; then KEYWORDS="~amd64" fi IUSE="" diff --git a/ros-meta/ament_cmake/ament_cmake-1.1.3.ebuild b/ros-meta/ament_cmake/ament_cmake-1.1.3.ebuild index cc6aa4dbc3f..83dbb741a58 100644 --- a/ros-meta/ament_cmake/ament_cmake-1.1.3.ebuild +++ b/ros-meta/ament_cmake/ament_cmake-1.1.3.ebuild @@ -23,9 +23,7 @@ HOMEPAGE="https://github.com/ament/ament_cmake" LICENSE="Apache-2.0" SLOT="0" -if [ "${PV#9999}" != "${PV}" ] ; then - KEYWORDS="" -else +if [[ "${PV#9999}" == "${PV}" ]] ; then KEYWORDS="~amd64" fi IUSE="" diff --git a/ros-meta/ament_cmake/ament_cmake-1.1.4.ebuild b/ros-meta/ament_cmake/ament_cmake-1.1.4.ebuild index cc6aa4dbc3f..83dbb741a58 100644 --- a/ros-meta/ament_cmake/ament_cmake-1.1.4.ebuild +++ b/ros-meta/ament_cmake/ament_cmake-1.1.4.ebuild @@ -23,9 +23,7 @@ HOMEPAGE="https://github.com/ament/ament_cmake" LICENSE="Apache-2.0" SLOT="0" -if [ "${PV#9999}" != "${PV}" ] ; then - KEYWORDS="" -else +if [[ "${PV#9999}" == "${PV}" ]] ; then KEYWORDS="~amd64" fi IUSE="" diff --git a/ros-meta/ament_cmake/ament_cmake-9999.ebuild b/ros-meta/ament_cmake/ament_cmake-9999.ebuild index dc733c1f543..83dbb741a58 100644 --- a/ros-meta/ament_cmake/ament_cmake-9999.ebuild +++ b/ros-meta/ament_cmake/ament_cmake-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 @@ -23,9 +23,7 @@ HOMEPAGE="https://github.com/ament/ament_cmake" LICENSE="Apache-2.0" SLOT="0" -if [ "${PV#9999}" != "${PV}" ] ; then - KEYWORDS="" -else +if [[ "${PV#9999}" == "${PV}" ]] ; then KEYWORDS="~amd64" fi IUSE=""
