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 B49F0138762 for ; Sat, 22 Oct 2016 08:18:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14E4EE0852; Sat, 22 Oct 2016 08:18:35 +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 EDEB0E0852 for ; Sat, 22 Oct 2016 08:18:34 +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 C587E341689 for ; Sat, 22 Oct 2016 08:18:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C38212F4 for ; Sat, 22 Oct 2016 08:18:32 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1477124150.115cb649c6076f9628cbc6b0aa3abe9973840730.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/rednotebook/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/rednotebook/rednotebook-1.14.ebuild X-VCS-Directories: x11-misc/rednotebook/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 115cb649c6076f9628cbc6b0aa3abe9973840730 X-VCS-Branch: master Date: Sat, 22 Oct 2016 08:18:32 +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: f20008c8-b839-4ec9-8058-ce7d8a1f9a7b X-Archives-Hash: ffeb6d7613d42cbaec104fda42ef065b commit: 115cb649c6076f9628cbc6b0aa3abe9973840730 Author: Pacho Ramos gentoo org> AuthorDate: Sat Oct 22 08:15:50 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Oct 22 08:15:50 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=115cb649 x11-misc/rednotebook: Fix LICENSE (#597536 by mjo) Package-Manager: portage-2.3.1 x11-misc/rednotebook/rednotebook-1.14.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/rednotebook/rednotebook-1.14.ebuild b/x11-misc/rednotebook/rednotebook-1.14.ebuild index c702aed..4e91ab2 100644 --- a/x11-misc/rednotebook/rednotebook-1.14.ebuild +++ b/x11-misc/rednotebook/rednotebook-1.14.ebuild @@ -12,7 +12,7 @@ DESCRIPTION="Graphical journal with calendar, templates, tags and keyword search HOMEPAGE="http://rednotebook.sourceforge.net" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="libyaml spell"