diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-09-26 18:38:40 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-10-18 01:19:08 +0100 |
commit | 5c64bd291d7113e72d13ea3a27b6861c1be849c8 (patch) | |
tree | 418e103ef22feb5318fbf028c6ede17d7b4dcf5b | |
parent | app-crypt/bip32utils: move to EAPI 7 (diff) | |
download | portage-5c64bd291d7113e72d13ea3a27b6861c1be849c8.tar.xz |
app-crypt/ct-submit: move to EAPI 7
Package-Manager: Portage-3.0.4, Repoman-3.0.1
-rw-r--r-- | app-crypt/ct-submit/ct-submit-1.1.2.ebuild | 7 |
1 files 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 () { |