logo

overlay

My (experimental) gentoo overlay
commit: 0601c13e4b2a99ea8deb044586909aa9bf5e452c
parent: 14e735f55f0257f269adaab82c58649f2b5946e0
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Thu, 22 Nov 2018 01:00:28 +0100

net-misc/cjdns: Compatible with python3.{5,6}, make the description fit

Diffstat:

Mnet-misc/cjdns/cjdns-20.2.ebuild4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/cjdns/cjdns-20.2.ebuild b/net-misc/cjdns/cjdns-20.2.ebuild @@ -3,11 +3,11 @@ EAPI=5 -PYTHON_COMPAT=( python3_4 ) +PYTHON_COMPAT=( python3_{4,5,6} ) inherit eutils linux-info systemd python-single-r1 flag-o-matic -DESCRIPTION="encrypted IPv6 network using public-key cryptography for address allocation and DHT for routing" +DESCRIPTION="encrypted IPv6 using public-key cryptography for allocation and DHT for routing" HOMEPAGE="https://github.com/cjdelisle/cjdns" SRC_URI="https://github.com/cjdelisle/cjdns/archive/cjdns-v${PV}.tar.gz" LICENSE="GPL-3"