From 5c64bd291d7113e72d13ea3a27b6861c1be849c8 Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Sat, 26 Sep 2020 18:38:40 +0100 Subject: app-crypt/ct-submit: move to EAPI 7 Package-Manager: Portage-3.0.4, Repoman-3.0.1 --- app-crypt/ct-submit/ct-submit-1.1.2.ebuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/app-crypt/ct-submit/ct-submit-1.1.2.ebuild b/app-crypt/ct-submit/ct-submit-1.1.2.ebuild index caaa4e19..7468618d 100644 --- a/app-crypt/ct-submit/ct-submit-1.1.2.ebuild +++ b/app-crypt/ct-submit/ct-submit-1.1.2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 EGO_PN=. inherit golang-build @@ -14,9 +14,6 @@ SLOT="0" KEYWORDS="~amd64 ~arm ~x86" IUSE="" -DEPEND="" -RDEPEND="${DEPEND}" - DOCS=( README.markdown ) src_install () { -- cgit v1.2.3