diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-03 13:13:05 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-04 20:55:02 +0200 |
commit | 05da3a433dd85e5f487871c9766ff86880180024 (patch) | |
tree | 29efad56dceac1a1d6550279a45fb944904e0ae6 /dev-python/dkimpy | |
parent | dev-python/plumbum: Drop superfluous optfeature header (diff) | |
download | gentoo-05da3a433dd85e5f487871c9766ff86880180024.tar.gz gentoo-05da3a433dd85e5f487871c9766ff86880180024.tar.bz2 gentoo-05da3a433dd85e5f487871c9766ff86880180024.zip |
dev-python/dkimpy: Drop superfluous optfeature header
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-python/dkimpy')
-rw-r--r-- | dev-python/dkimpy/dkimpy-1.0.5.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/dkimpy/dkimpy-1.0.5.ebuild b/dev-python/dkimpy/dkimpy-1.0.5.ebuild index b18a16a74c9b..818fd1ed2206 100644 --- a/dev-python/dkimpy/dkimpy-1.0.5.ebuild +++ b/dev-python/dkimpy/dkimpy-1.0.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -30,7 +30,6 @@ BDEPEND+=" " pkg_postinst() { - elog "Optional dependencies:" optfeature "ARC support" dev-python/authres optfeature "ed25519 capability" dev-python/pynacl optfeature "asyncio support" dev-python/aiodns |