From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 173BA1384B4 for ; Sat, 12 Dec 2015 22:37:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E658FE08B2; Sat, 12 Dec 2015 22:37:53 +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 76457E08B2 for ; Sat, 12 Dec 2015 22:37:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 09598340821 for ; Sat, 12 Dec 2015 22:37:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 13339A86 for ; Sat, 12 Dec 2015 22:37: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: <1449959853.65082c081f62f9f16ae5c1bbfdd5c715ffbca5fb.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libb64/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libb64/libb64-1.2.ebuild X-VCS-Directories: dev-libs/libb64/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 65082c081f62f9f16ae5c1bbfdd5c715ffbca5fb X-VCS-Branch: master Date: Sat, 12 Dec 2015 22:37: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: d237fe41-6794-4402-b6b5-5f9c0b2e8b62 X-Archives-Hash: 95e8bde8e5099895f59b4b432b4eb6d9 commit: 65082c081f62f9f16ae5c1bbfdd5c715ffbca5fb Author: Michał Górny gentoo org> AuthorDate: Sat Dec 12 22:36:41 2015 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Dec 12 22:37:33 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65082c08 dev-libs/libb64: Use a more appropriate CC-PD license dev-libs/libb64/libb64-1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libb64/libb64-1.2.ebuild b/dev-libs/libb64/libb64-1.2.ebuild index eea7444..c5eac62 100644 --- a/dev-libs/libb64/libb64-1.2.ebuild +++ b/dev-libs/libb64/libb64-1.2.ebuild @@ -8,7 +8,7 @@ DESCRIPTION="Fast Base64 encoding/decoding routines" HOMEPAGE="http://libb64.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.src.zip" -LICENSE="public-domain" +LICENSE="CC-PD" # static library, so always rebuild SLOT="0/${PVR}" KEYWORDS="~amd64 ~x86"