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 5C6901388B6 for ; Tue, 5 Jan 2016 17:57:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53A88E0881; Tue, 5 Jan 2016 17:57:23 +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 EA8B5E0880 for ; Tue, 5 Jan 2016 17:57:22 +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 01068340901 for ; Tue, 5 Jan 2016 17:57:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E950DCFD for ; Tue, 5 Jan 2016 17:57:18 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1452016117.4f2fb3f0007db0a8365e01e809cda5fa8e604663.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: sys-auth/elogind/ X-VCS-Repository: proj/kde X-VCS-Files: sys-auth/elogind/elogind-219.12.ebuild X-VCS-Directories: sys-auth/elogind/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 4f2fb3f0007db0a8365e01e809cda5fa8e604663 X-VCS-Branch: master Date: Tue, 5 Jan 2016 17:57:18 +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: 6cdabae5-fc68-4d98-8262-68c18a579fad X-Archives-Hash: c81ddc66fe6b94621f7fc2abde3224dd commit: 4f2fb3f0007db0a8365e01e809cda5fa8e604663 Author: Michael Palimaka gentoo org> AuthorDate: Tue Jan 5 17:48:37 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Tue Jan 5 17:48:37 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=4f2fb3f0 sys-auth/elogind: add more LICENSE information Package-Manager: portage-2.2.26 sys-auth/elogind/elogind-219.12.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-auth/elogind/elogind-219.12.ebuild b/sys-auth/elogind/elogind-219.12.ebuild index 6121102..5685078 100644 --- a/sys-auth/elogind/elogind-219.12.ebuild +++ b/sys-auth/elogind/elogind-219.12.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="The systemd project's logind, extracted to a standalone package" HOMEPAGE="https://github.com/andywingo/elogind" SRC_URI="https://github.com/andywingo/elogind/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="LGPL-2.1" +LICENSE="CC0-1.0 LGPL-2.1+ public-domain" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" IUSE="pam policykit"