Skip to content

Commit

Permalink
dev-ros/ament_cmake_ros: Replace empty keywords with live property
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
aballier committed May 19, 2021
1 parent 57e3032 commit d8d0831
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev-ros/ament_cmake_ros/ament_cmake_ros-0.9.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ HOMEPAGE="https://github.com/ros2/ament_cmake_ros"
LICENSE="Apache-2.0"
SLOT="0"
if [ "${PV#9999}" != "${PV}" ] ; then
KEYWORDS=""
PROPERTIES="live"
else
KEYWORDS="~amd64"
fi
Expand Down
4 changes: 2 additions & 2 deletions dev-ros/ament_cmake_ros/ament_cmake_ros-9999.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -24,7 +24,7 @@ HOMEPAGE="https://github.com/ros2/ament_cmake_ros"
LICENSE="Apache-2.0"
SLOT="0"
if [ "${PV#9999}" != "${PV}" ] ; then
KEYWORDS=""
PROPERTIES="live"
else
KEYWORDS="~amd64"
fi
Expand Down

0 comments on commit d8d0831

Please sign in to comment.