diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-03 13:20:57 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-04 20:55:03 +0200 |
commit | 1f3b9a53276eca67cf5225238fb0bb954ee499d1 (patch) | |
tree | b445cc44ed33e0fa674d83e6a58026b7b7477bd5 /dev-util | |
parent | dev-util/kdevelop: Drop superfluous optfeature header (diff) | |
download | gentoo-1f3b9a53276eca67cf5225238fb0bb954ee499d1.tar.gz gentoo-1f3b9a53276eca67cf5225238fb0bb954ee499d1.tar.bz2 gentoo-1f3b9a53276eca67cf5225238fb0bb954ee499d1.zip |
dev-util/lcov: Drop superfluous optfeature header
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/lcov/lcov-1.15.ebuild | 3 | ||||
-rw-r--r-- | dev-util/lcov/lcov-9999.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/dev-util/lcov/lcov-1.15.ebuild b/dev-util/lcov/lcov-1.15.ebuild index aaf14998d4b6..525e22e2a13c 100644 --- a/dev-util/lcov/lcov-1.15.ebuild +++ b/dev-util/lcov/lcov-1.15.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 @@ -39,6 +39,5 @@ src_install() { } pkg_postinst() { - elog "Optional features:" optfeature "png output support" dev-perl/GD[png] } diff --git a/dev-util/lcov/lcov-9999.ebuild b/dev-util/lcov/lcov-9999.ebuild index 456ec4605d03..ce1d928ca92f 100644 --- a/dev-util/lcov/lcov-9999.ebuild +++ b/dev-util/lcov/lcov-9999.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 @@ -39,6 +39,5 @@ src_install() { } pkg_postinst() { - elog "Optional features:" optfeature "png output support" dev-perl/GD[png] } |