From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-833556-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 10A83139A83 for <garchives@archives.gentoo.org>; Wed, 9 Sep 2015 09:49:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0279021C002; Wed, 9 Sep 2015 09:49:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BCA0CE089F for <gentoo-commits@lists.gentoo.org>; Wed, 9 Sep 2015 09:49:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 063873409B9 for <gentoo-commits@lists.gentoo.org>; Wed, 9 Sep 2015 09:49:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C236D197 for <gentoo-commits@lists.gentoo.org>; Wed, 9 Sep 2015 09:49:40 +0000 (UTC) From: "Justin Lecher" <jlec@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" <jlec@gentoo.org> Message-ID: <1441792174.3fbd00c32b0b3f65dd0e3c1b77cbd3a500731879.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/process-tests/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/process-tests/process-tests-1.1.0.ebuild X-VCS-Directories: dev-python/process-tests/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 3fbd00c32b0b3f65dd0e3c1b77cbd3a500731879 X-VCS-Branch: master Date: Wed, 9 Sep 2015 09:49:40 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e4f300e0-551b-447e-a15e-7bdc208e1a21 X-Archives-Hash: def069aab6f5fee8372808eda37f9534 commit: 3fbd00c32b0b3f65dd0e3c1b77cbd3a500731879 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Wed Sep 9 08:33:27 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Wed Sep 9 09:49:34 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fbd00c3 dev-python/process-tests: Fix license Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> dev-python/process-tests/process-tests-1.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/process-tests/process-tests-1.1.0.ebuild b/dev-python/process-tests/process-tests-1.1.0.ebuild index 75f622c..fe037f6 100644 --- a/dev-python/process-tests/process-tests-1.1.0.ebuild +++ b/dev-python/process-tests/process-tests-1.1.0.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/ionelmc/python-process-tests https://pypi.python.or SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0" -LICENSE="GPL-3+" +LICENSE="BSD" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="test"