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 E78AB58973 for ; Mon, 25 Jan 2016 15:12:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 148ED21C0AA; Mon, 25 Jan 2016 15:12:05 +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 AEFF821C0AA for ; Mon, 25 Jan 2016 15:11:59 +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 BE53A340A7D for ; Mon, 25 Jan 2016 15:11:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ABF0810FE for ; Mon, 25 Jan 2016 15:11:55 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1453734701.5bda25d1cb9f57d706f33c9c191c1bcb123228ad.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/cachefilesd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/cachefilesd/cachefilesd-0.10.5-r4.ebuild X-VCS-Directories: sys-fs/cachefilesd/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 5bda25d1cb9f57d706f33c9c191c1bcb123228ad X-VCS-Branch: master Date: Mon, 25 Jan 2016 15:11:55 +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: ecbcb3c2-83e9-4b00-9341-9964f0b2fa00 X-Archives-Hash: 209d62f55e69cda714d6e4ed7e1f04c3 commit: 5bda25d1cb9f57d706f33c9c191c1bcb123228ad Author: Justin Lecher gentoo org> AuthorDate: Mon Jan 25 14:58:37 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Jan 25 15:11:41 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bda25d1 sys-fs/cachefilesd: Correct LICENSE Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher gentoo.org> sys-fs/cachefilesd/cachefilesd-0.10.5-r4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-fs/cachefilesd/cachefilesd-0.10.5-r4.ebuild b/sys-fs/cachefilesd/cachefilesd-0.10.5-r4.ebuild index 53aa229..ada6dc4 100644 --- a/sys-fs/cachefilesd/cachefilesd-0.10.5-r4.ebuild +++ b/sys-fs/cachefilesd/cachefilesd-0.10.5-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ HOMEPAGE="https://people.redhat.com/~dhowells/fscache/" SRC_URI="https://people.redhat.com/~dhowells/fscache/${P}.tar.bz2 -> ${P}.tar" SLOT="0" -LICENSE="GPL-2" +LICENSE="GPL-2+" KEYWORDS="amd64 x86" IUSE="doc selinux"