diff options
author | Justin Lecher <jlec@gentoo.org> | 2016-01-25 15:58:37 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2016-01-25 16:11:41 +0100 |
commit | 5bda25d1cb9f57d706f33c9c191c1bcb123228ad (patch) | |
tree | 39c7523db91dcdeda6cf3aec79b75e2d26b8a425 /sys-fs/cachefilesd | |
parent | dev-python/seaborn: Version Bump (diff) | |
download | gentoo-5bda25d1cb9f57d706f33c9c191c1bcb123228ad.tar.gz gentoo-5bda25d1cb9f57d706f33c9c191c1bcb123228ad.tar.bz2 gentoo-5bda25d1cb9f57d706f33c9c191c1bcb123228ad.zip |
sys-fs/cachefilesd: Correct LICENSE
Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sys-fs/cachefilesd')
-rw-r--r-- | sys-fs/cachefilesd/cachefilesd-0.10.5-r4.ebuild | 4 |
1 files 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 53aa229cb9c6..ada6dc45a12c 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" |