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 9A8A4138359 for ; Sat, 31 Oct 2020 11:12:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6303E083D; Sat, 31 Oct 2020 11:12:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 BEDE1E0839 for ; Sat, 31 Oct 2020 11:12:00 +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 D3E12340C40 for ; Sat, 31 Oct 2020 11:11:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4EFF342B for ; Sat, 31 Oct 2020 11:11:57 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1604142659.ff25aba3157cd074f6bcc39f9c4c917ae04acbc4.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/geometric_shapes/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/geometric_shapes/geometric_shapes-0.7.2.ebuild dev-ros/geometric_shapes/geometric_shapes-9999.ebuild X-VCS-Directories: dev-ros/geometric_shapes/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: ff25aba3157cd074f6bcc39f9c4c917ae04acbc4 X-VCS-Branch: master Date: Sat, 31 Oct 2020 11:11:57 +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: c6188874-bc44-4d9b-a349-a50e51cf5ef7 X-Archives-Hash: 532da04db20f4b1fa2ee6aba1a097a35 commit: ff25aba3157cd074f6bcc39f9c4c917ae04acbc4 Author: David Seifert gentoo org> AuthorDate: Sat Oct 31 11:10:59 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Oct 31 11:10:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff25aba3 dev-ros/geometric_shapes: [QA] Inherit flag-o-matic.eclass explicitly Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: David Seifert gentoo.org> dev-ros/geometric_shapes/geometric_shapes-0.7.2.ebuild | 2 +- dev-ros/geometric_shapes/geometric_shapes-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ros/geometric_shapes/geometric_shapes-0.7.2.ebuild b/dev-ros/geometric_shapes/geometric_shapes-0.7.2.ebuild index 6fed36fb482..4e9add6e066 100644 --- a/dev-ros/geometric_shapes/geometric_shapes-0.7.2.ebuild +++ b/dev-ros/geometric_shapes/geometric_shapes-0.7.2.ebuild @@ -5,7 +5,7 @@ EAPI=7 ROS_REPO_URI="https://github.com/ros-planning/geometric_shapes" KEYWORDS="~amd64 ~arm" -inherit ros-catkin +inherit flag-o-matic ros-catkin DESCRIPTION="Generic definitions of geometric shapes and bodies" LICENSE="BSD" diff --git a/dev-ros/geometric_shapes/geometric_shapes-9999.ebuild b/dev-ros/geometric_shapes/geometric_shapes-9999.ebuild index 6fed36fb482..4e9add6e066 100644 --- a/dev-ros/geometric_shapes/geometric_shapes-9999.ebuild +++ b/dev-ros/geometric_shapes/geometric_shapes-9999.ebuild @@ -5,7 +5,7 @@ EAPI=7 ROS_REPO_URI="https://github.com/ros-planning/geometric_shapes" KEYWORDS="~amd64 ~arm" -inherit ros-catkin +inherit flag-o-matic ros-catkin DESCRIPTION="Generic definitions of geometric shapes and bodies" LICENSE="BSD"