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 CA0E3138239 for ; Wed, 11 Dec 2019 14:59:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23778E041F; Wed, 11 Dec 2019 14:59:55 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0CCFCE041F for ; Wed, 11 Dec 2019 14:59:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 7C51A34D940 for ; Wed, 11 Dec 2019 14:59:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC3772A5 for ; Wed, 11 Dec 2019 14:59:51 +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: <1576076378.01e09b481620ca7e234f50895b22496753bc9974.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xfractint/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xfractint/xfractint-20.04_p14.ebuild X-VCS-Directories: x11-misc/xfractint/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 01e09b481620ca7e234f50895b22496753bc9974 X-VCS-Branch: master Date: Wed, 11 Dec 2019 14:59:51 +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: 07a538be-0f69-48f6-93ef-d32ce462262d X-Archives-Hash: aa618c21b403f60b6e7f20de1d3ff1bf commit: 01e09b481620ca7e234f50895b22496753bc9974 Author: Ulrich Müller gentoo org> AuthorDate: Wed Dec 11 14:59:10 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Dec 11 14:59:38 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01e09b48 x11-misc/xfractint: Fix LICENSE. Closes: https://bugs.gentoo.org/702540 Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Ulrich Müller gentoo.org> x11-misc/xfractint/xfractint-20.04_p14.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/xfractint/xfractint-20.04_p14.ebuild b/x11-misc/xfractint/xfractint-20.04_p14.ebuild index c7397b6ad55..b06f10dad01 100644 --- a/x11-misc/xfractint/xfractint-20.04_p14.ebuild +++ b/x11-misc/xfractint/xfractint-20.04_p14.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="A fractal generator" HOMEPAGE="https://www.fractint.org" SRC_URI="https://www.fractint.org/ftp/current/linux/${MY_P}.tar.gz" -LICENSE="freedist" +LICENSE="free-noncomm HPND public-domain" SLOT="0" KEYWORDS="amd64 ppc x86"