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 0C0A559CA5 for ; Thu, 24 Mar 2016 11:19:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C410B21C020; Thu, 24 Mar 2016 11:18:57 +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 CDF3C21C01C for ; Thu, 24 Mar 2016 11:18:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 E5636340CD2 for ; Thu, 24 Mar 2016 11:18:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 29184873 for ; Thu, 24 Mar 2016 11:18:52 +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: <1458818313.c5003eb1a6ff5d53d4af7f95946b1076436094bc.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/pluginlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/pluginlib/pluginlib-9999.ebuild X-VCS-Directories: dev-ros/pluginlib/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: c5003eb1a6ff5d53d4af7f95946b1076436094bc X-VCS-Branch: master Date: Thu, 24 Mar 2016 11:18:52 +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: 2e42d5f3-13df-4e60-982a-71f46bdce08b X-Archives-Hash: 78b65dee25ed9a4984e7db6bb77bc2f8 commit: c5003eb1a6ff5d53d4af7f95946b1076436094bc Author: Alexis Ballier gentoo org> AuthorDate: Thu Mar 24 10:50:38 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Mar 24 11:18:33 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5003eb1 dev-ros/pluginlib: update license Package-Manager: portage-2.2.28 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/pluginlib/pluginlib-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ros/pluginlib/pluginlib-9999.ebuild b/dev-ros/pluginlib/pluginlib-9999.ebuild index 6cdc9d6..0f84493 100644 --- a/dev-ros/pluginlib/pluginlib-9999.ebuild +++ b/dev-ros/pluginlib/pluginlib-9999.ebuild @@ -11,7 +11,7 @@ PYTHON_COMPAT=( python2_7 ) inherit ros-catkin DESCRIPTION="Provides tools for writing and dynamically loading plugins using the ROS build infrastructure" -LICENSE="BSD Boost-1.0" +LICENSE="BSD" SLOT="0" IUSE=""