summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-20 05:39:56 +0000
committerSam James <sam@gentoo.org>2021-03-20 05:39:56 +0000
commit55db4f18ecd2f2060ab6466764c4887c94992838 (patch)
treee48e01dc3e28f3e5de256c1672ecd0abc18619f4
parentsys-apps/plocate: enable io-uring by default (diff)
downloadgentoo-55db4f18ecd2f2060ab6466764c4887c94992838.tar.gz
gentoo-55db4f18ecd2f2060ab6466764c4887c94992838.tar.bz2
gentoo-55db4f18ecd2f2060ab6466764c4887c94992838.zip
sys-apps/plocate: explain LICENSE value
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--sys-apps/plocate/plocate-1.1.5.ebuild2
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"