diff options
author | Sam James <sam@gentoo.org> | 2021-03-20 05:39:56 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-20 05:39:56 +0000 |
commit | 55db4f18ecd2f2060ab6466764c4887c94992838 (patch) | |
tree | e48e01dc3e28f3e5de256c1672ecd0abc18619f4 /sys-apps/plocate | |
parent | sys-apps/plocate: enable io-uring by default (diff) | |
download | gentoo-55db4f18ecd2f2060ab6466764c4887c94992838.tar.gz gentoo-55db4f18ecd2f2060ab6466764c4887c94992838.tar.bz2 gentoo-55db4f18ecd2f2060ab6466764c4887c94992838.zip |
sys-apps/plocate: explain LICENSE value
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/plocate')
-rw-r--r-- | sys-apps/plocate/plocate-1.1.5.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys-apps/plocate/plocate-1.1.5.ebuild b/sys-apps/plocate/plocate-1.1.5.ebuild index de6142100a37..33f9170db162 100644 --- a/sys-apps/plocate/plocate-1.1.5.ebuild +++ b/sys-apps/plocate/plocate-1.1.5.ebuild @@ -9,6 +9,8 @@ DESCRIPTION="Posting locate is a much faster locate" HOMEPAGE="https://plocate.sesse.net/" SRC_URI="https://plocate.sesse.net/download/${P}.tar.gz" +# GPL-2 for updatedb +# GPL-2+ for plocate itself LICENSE="GPL-2 GPL-2+" SLOT="0" KEYWORDS="~amd64" |