summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-04-03 13:20:57 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-04-04 20:55:03 +0200
commit1f3b9a53276eca67cf5225238fb0bb954ee499d1 (patch)
treeb445cc44ed33e0fa674d83e6a58026b7b7477bd5 /dev-util/lcov/lcov-9999.ebuild
parentdev-util/kdevelop: Drop superfluous optfeature header (diff)
downloadgentoo-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/lcov/lcov-9999.ebuild')
-rw-r--r--dev-util/lcov/lcov-9999.ebuild3
1 files changed, 1 insertions, 2 deletions
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]
}