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 6550459CA5 for ; Sat, 19 Mar 2016 13:59:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA34E21C0F9; Sat, 19 Mar 2016 13:59:02 +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 9267421C0F9 for ; Sat, 19 Mar 2016 13:59:02 +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 BADDB340B25 for ; Sat, 19 Mar 2016 13:59:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5427B822 for ; Sat, 19 Mar 2016 13:59:00 +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: <1458395883.47acd0e0a1a65a2e5507204df4bce0f1eb29aeba.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/python_qt_binding/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/python_qt_binding/python_qt_binding-9999.ebuild X-VCS-Directories: dev-ros/python_qt_binding/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 47acd0e0a1a65a2e5507204df4bce0f1eb29aeba X-VCS-Branch: master Date: Sat, 19 Mar 2016 13:59:00 +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: 2a67d22a-b92f-4886-99d5-4537f22978c3 X-Archives-Hash: 60aa56194d92156fa18a8906cfa8e9d0 commit: 47acd0e0a1a65a2e5507204df4bce0f1eb29aeba Author: Alexis Ballier gentoo org> AuthorDate: Sat Mar 19 13:58:03 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sat Mar 19 13:58:03 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47acd0e0 dev-ros/python_qt_binding: fix license, all code is bsd Package-Manager: portage-2.2.28 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/python_qt_binding/python_qt_binding-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ros/python_qt_binding/python_qt_binding-9999.ebuild b/dev-ros/python_qt_binding/python_qt_binding-9999.ebuild index 2d7d4f6..4b34b88 100644 --- a/dev-ros/python_qt_binding/python_qt_binding-9999.ebuild +++ b/dev-ros/python_qt_binding/python_qt_binding-9999.ebuild @@ -11,7 +11,7 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit ros-catkin DESCRIPTION="Infrastructure for an integrated graphical user interface based on Qt" -LICENSE="BSD LGPL-2.1 GPL-2" +LICENSE="BSD" SLOT="0" IUSE=""