From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C969559CA3 for ; Wed, 16 Mar 2016 10:32:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A8BAE0806; Wed, 16 Mar 2016 10:32:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D3CD2E0806 for ; Wed, 16 Mar 2016 10:32:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AAA1A340C54 for ; Wed, 16 Mar 2016 10:32:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 70197854 for ; Wed, 16 Mar 2016 10:32:47 +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: <1458124356.693f208fa8b5c7ad5c3d4a9bb409d88a37df45bd.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/image_view/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/image_view/image_view-9999.ebuild X-VCS-Directories: dev-ros/image_view/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 693f208fa8b5c7ad5c3d4a9bb409d88a37df45bd X-VCS-Branch: master Date: Wed, 16 Mar 2016 10:32:47 +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-Archives-Salt: 12f45a21-2e2b-43d9-884d-f084acaf15c0 X-Archives-Hash: bfe9381a03a2173dec4dd4f81a334453 commit: 693f208fa8b5c7ad5c3d4a9bb409d88a37df45bd Author: Alexis Ballier gentoo org> AuthorDate: Wed Mar 16 10:32:17 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Wed Mar 16 10:32:36 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=693f208f dev-ros/image_view: drop patch from 9999 that has been merged upstream Package-Manager: portage-2.2.28 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/image_view/image_view-9999.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-ros/image_view/image_view-9999.ebuild b/dev-ros/image_view/image_view-9999.ebuild index 09ccaac..1f5b4dd 100644 --- a/dev-ros/image_view/image_view-9999.ebuild +++ b/dev-ros/image_view/image_view-9999.ebuild @@ -30,4 +30,3 @@ RDEPEND=" dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] " DEPEND="${RDEPEND}" -PATCHES=( "${FILESDIR}/dynrec.patch" )