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 36DEC138334 for ; Sun, 25 Nov 2018 15:33:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18F1BE0A99; Sun, 25 Nov 2018 15:33:51 +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 E4620E0A99 for ; Sun, 25 Nov 2018 15:33:49 +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 74CF7335D5C for ; Sun, 25 Nov 2018 15:33:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 688F0455 for ; Sun, 25 Nov 2018 15:33:46 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1543160018.7b0f99bc4c9635de8ad9fb768904e374adc2b58d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/advancecomp/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/advancecomp/advancecomp-2.0.ebuild X-VCS-Directories: app-arch/advancecomp/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7b0f99bc4c9635de8ad9fb768904e374adc2b58d X-VCS-Branch: master Date: Sun, 25 Nov 2018 15:33:46 +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: 750cc80d-aad4-44bd-a1a3-a251d0b06f0f X-Archives-Hash: f43a7b2ccd4211b31f1692a04db5f896 commit: 7b0f99bc4c9635de8ad9fb768904e374adc2b58d Author: Michał Górny gentoo org> AuthorDate: Sun Nov 25 14:58:03 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Nov 25 15:33:38 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b0f99bc app-arch/advancecomp: Correct the license Signed-off-by: Michał Górny gentoo.org> app-arch/advancecomp/advancecomp-2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-arch/advancecomp/advancecomp-2.0.ebuild b/app-arch/advancecomp/advancecomp-2.0.ebuild index 1e620391529..4fb17e83d9b 100644 --- a/app-arch/advancecomp/advancecomp-2.0.ebuild +++ b/app-arch/advancecomp/advancecomp-2.0.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="Recompress ZIP, PNG and MNG, considerably improving compression" HOMEPAGE="http://www.advancemame.it/comp-readme.html" SRC_URI="https://github.com/amadvance/${PN}/releases/download/v${PV}/${P}.tar.gz" -LICENSE="GPL-3 LGPL-2" +LICENSE="GPL-2+ Apache-2.0 LGPL-2.1+ MIT" SLOT="0" KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~ppc64 x86 ~x86-fbsd" IUSE="mng png test"