diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-03 13:07:03 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-04 20:54:57 +0200 |
commit | 9fd66aa9197191752a7d6e607d8b364c9eafdebf (patch) | |
tree | a73d9920a83d46f0d6fd904271549b38cff25a60 /kde-apps/ark | |
parent | kde-apps/cantor: Drop superfluous optfeature header (diff) | |
download | gentoo-9fd66aa9197191752a7d6e607d8b364c9eafdebf.tar.gz gentoo-9fd66aa9197191752a7d6e607d8b364c9eafdebf.tar.bz2 gentoo-9fd66aa9197191752a7d6e607d8b364c9eafdebf.zip |
kde-apps/ark: Drop superfluous optfeature header
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/ark')
-rw-r--r-- | kde-apps/ark/ark-20.08.3.ebuild | 3 | ||||
-rw-r--r-- | kde-apps/ark/ark-20.12.3.ebuild | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/kde-apps/ark/ark-20.08.3.ebuild b/kde-apps/ark/ark-20.08.3.ebuild index c9ef36a81bf1..ff2b5a1d65ec 100644 --- a/kde-apps/ark/ark-20.08.3.ebuild +++ b/kde-apps/ark/ark-20.08.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -67,7 +67,6 @@ src_test() { pkg_postinst() { if [[ -z "${REPLACING_VERSIONS}" ]]; then - elog "Optional dependencies:" optfeature "rar archive creation/extraction" app-arch/rar optfeature "rar archive extraction only" app-arch/unar app-arch/unrar optfeature "7-Zip archive support" app-arch/p7zip diff --git a/kde-apps/ark/ark-20.12.3.ebuild b/kde-apps/ark/ark-20.12.3.ebuild index 72ad1a83c0b5..117e7af59d77 100644 --- a/kde-apps/ark/ark-20.12.3.ebuild +++ b/kde-apps/ark/ark-20.12.3.ebuild @@ -67,7 +67,6 @@ src_test() { pkg_postinst() { if [[ -z "${REPLACING_VERSIONS}" ]]; then - elog "Optional dependencies:" optfeature "rar archive creation/extraction" app-arch/rar optfeature "rar archive extraction only" app-arch/unar app-arch/unrar optfeature "7-Zip archive support" app-arch/p7zip |