diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-03 13:07:07 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-04 20:54:57 +0200 |
commit | d5e61edd883622d1fcd896e17fd2a961a21df41f (patch) | |
tree | 3c7a3ffbbc0f3885b7174ade046bf59cbf43086b /kde-apps | |
parent | kde-apps/ark: Drop superfluous optfeature header (diff) | |
download | gentoo-d5e61edd883622d1fcd896e17fd2a961a21df41f.tar.gz gentoo-d5e61edd883622d1fcd896e17fd2a961a21df41f.tar.bz2 gentoo-d5e61edd883622d1fcd896e17fd2a961a21df41f.zip |
kde-apps/kmail: Drop superfluous optfeature header
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps')
-rw-r--r-- | kde-apps/kmail/kmail-20.12.2.ebuild | 1 | ||||
-rw-r--r-- | kde-apps/kmail/kmail-20.12.3.ebuild | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/kde-apps/kmail/kmail-20.12.2.ebuild b/kde-apps/kmail/kmail-20.12.2.ebuild index 5b1a935b2e84..860ae432ca27 100644 --- a/kde-apps/kmail/kmail-20.12.2.ebuild +++ b/kde-apps/kmail/kmail-20.12.2.ebuild @@ -104,7 +104,6 @@ src_configure() { pkg_postinst() { if [[ -z "${REPLACING_VERSIONS}" ]]; then - elog "Optional dependencies:" optfeature "Virus detection" app-antivirus/clamav optfeature "Spam filtering" mail-filter/bogofilter mail-filter/spamassassin optfeature "Fancy e-mail headers and useful plugins" kde-apps/kdepim-addons:${SLOT} diff --git a/kde-apps/kmail/kmail-20.12.3.ebuild b/kde-apps/kmail/kmail-20.12.3.ebuild index 453b9dbcdede..59e18888f563 100644 --- a/kde-apps/kmail/kmail-20.12.3.ebuild +++ b/kde-apps/kmail/kmail-20.12.3.ebuild @@ -104,7 +104,6 @@ src_configure() { pkg_postinst() { if [[ -z "${REPLACING_VERSIONS}" ]]; then - elog "Optional dependencies:" optfeature "Virus detection" app-antivirus/clamav optfeature "Spam filtering" mail-filter/bogofilter mail-filter/spamassassin optfeature "Fancy e-mail headers and useful plugins" kde-apps/kdepim-addons:${SLOT} |