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 CD943138334 for ; Mon, 23 Dec 2019 09:47:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12724E0D1B; Mon, 23 Dec 2019 09:47:43 +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 EA3BBE0D1B for ; Mon, 23 Dec 2019 09:47:42 +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 F175234DADD for ; Mon, 23 Dec 2019 09:47:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A94186CDD6 for ; Mon, 23 Dec 2019 09:47:40 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1577094443.3357d212189eb78cec70a11f71c0deeac3b9dc8a.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/treepy/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/treepy/treepy-0.1.1.ebuild X-VCS-Directories: app-emacs/treepy/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 3357d212189eb78cec70a11f71c0deeac3b9dc8a X-VCS-Branch: master Date: Mon, 23 Dec 2019 09:47:40 +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: fb7f58d6-0698-4cc3-aa11-a795b2e664ef X-Archives-Hash: 48ccc1c75d4fabeaf17fb05609de9859 commit: 3357d212189eb78cec70a11f71c0deeac3b9dc8a Author: Ulrich Müller gentoo org> AuthorDate: Mon Dec 23 09:45:47 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Dec 23 09:47:23 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3357d212 app-emacs/treepy: Specify license more precisely. Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Ulrich Müller gentoo.org> app-emacs/treepy/treepy-0.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emacs/treepy/treepy-0.1.1.ebuild b/app-emacs/treepy/treepy-0.1.1.ebuild index 60192956e0d..80125583866 100644 --- a/app-emacs/treepy/treepy-0.1.1.ebuild +++ b/app-emacs/treepy/treepy-0.1.1.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://github.com/volrath/treepy.el" SRC_URI="https://github.com/volrath/treepy.el/archive/${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${PN}.el-${PV}" -LICENSE="GPL-3" +LICENSE="GPL-3+" SLOT="0" KEYWORDS="amd64 x86"