diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-03 13:07:12 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-04 20:54:57 +0200 |
commit | 4c149ff849f4147c8192350680870a6d0027b6c6 (patch) | |
tree | 59b89c074afa2dacc7ed12eea000a6044d4a2270 /kde-apps | |
parent | kde-apps/kmail: Drop superfluous optfeature header (diff) | |
download | gentoo-4c149ff849f4147c8192350680870a6d0027b6c6.tar.gz gentoo-4c149ff849f4147c8192350680870a6d0027b6c6.tar.bz2 gentoo-4c149ff849f4147c8192350680870a6d0027b6c6.zip |
kde-apps/lokalize: Drop superfluous optfeature header
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps')
-rw-r--r-- | kde-apps/lokalize/lokalize-20.08.3.ebuild | 7 | ||||
-rw-r--r-- | kde-apps/lokalize/lokalize-20.12.3.ebuild | 5 |
2 files changed, 5 insertions, 7 deletions
diff --git a/kde-apps/lokalize/lokalize-20.08.3.ebuild b/kde-apps/lokalize/lokalize-20.08.3.ebuild index 013a786c6807..e1845123aab1 100644 --- a/kde-apps/lokalize/lokalize-20.08.3.ebuild +++ b/kde-apps/lokalize/lokalize-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 @@ -65,9 +65,8 @@ src_install() { pkg_postinst() { if [[ -z "${REPLACING_VERSIONS}" ]]; then - elog "Optional dependencies:" - optfeature "Autofetch kde.org translations in new project wizard" dev-vcs/subversion - optfeature "Spell and grammar checking" app-text/languagetool + optfeature "autofetch kde.org translations in new project wizard" dev-vcs/subversion + optfeature "spell and grammar checking" app-text/languagetool fi ecm_pkg_postinst } diff --git a/kde-apps/lokalize/lokalize-20.12.3.ebuild b/kde-apps/lokalize/lokalize-20.12.3.ebuild index e6fb3ebaa306..1275b21ef487 100644 --- a/kde-apps/lokalize/lokalize-20.12.3.ebuild +++ b/kde-apps/lokalize/lokalize-20.12.3.ebuild @@ -65,9 +65,8 @@ src_install() { pkg_postinst() { if [[ -z "${REPLACING_VERSIONS}" ]]; then - elog "Optional dependencies:" - optfeature "Autofetch kde.org translations in new project wizard" dev-vcs/subversion - optfeature "Spell and grammar checking" app-text/languagetool + optfeature "autofetch kde.org translations in new project wizard" dev-vcs/subversion + optfeature "spell and grammar checking" app-text/languagetool fi ecm_pkg_postinst } |