From d33713f9cf998465299b284fee9fb7900121b3dd Mon Sep 17 00:00:00 2001 From: Manuel RĂ¼ger Date: Tue, 16 May 2017 22:49:10 +0200 Subject: app-crypt/certbot-nginx: Sync live Package-Manager: Portage-2.3.5, Repoman-2.3.2 --- app-crypt/certbot-nginx/certbot-nginx-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app-crypt') diff --git a/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild b/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild index d40ce3c9bee7..a50019015699 100644 --- a/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild +++ b/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 -PYTHON_COMPAT=(python2_7) +EAPI=6 +PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6}) if [[ ${PV} == 9999* ]]; then EGIT_REPO_URI="https://github.com/certbot/certbot.git" @@ -21,7 +21,7 @@ HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/" LICENSE="Apache-2.0" SLOT="0" -IUSE="test" +IUSE="" CDEPEND=">=dev-python/setuptools-1.0[${PYTHON_USEDEP}]" RDEPEND="${CDEPEND} -- cgit v1.2.3-65-gdbad