diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-03 13:18:17 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-04 20:55:06 +0200 |
commit | 6fba658441d57f9e67cb5d2a7815c6d4fd6f5556 (patch) | |
tree | f375bad026beaae8838746817ef4a5b89e8e36bd /sci-astronomy | |
parent | net-misc/youtube-viewer: Drop superfluous optfeature header (diff) | |
download | gentoo-6fba658441d57f9e67cb5d2a7815c6d4fd6f5556.tar.gz gentoo-6fba658441d57f9e67cb5d2a7815c6d4fd6f5556.tar.bz2 gentoo-6fba658441d57f9e67cb5d2a7815c6d4fd6f5556.zip |
sci-astronomy/kstars: Drop superfluous optfeature header
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/kstars/kstars-3.5.1.ebuild | 1 | ||||
-rw-r--r-- | sci-astronomy/kstars/kstars-3.5.2.ebuild | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sci-astronomy/kstars/kstars-3.5.1.ebuild b/sci-astronomy/kstars/kstars-3.5.1.ebuild index b23d28da0aab..99aa66572d66 100644 --- a/sci-astronomy/kstars/kstars-3.5.1.ebuild +++ b/sci-astronomy/kstars/kstars-3.5.1.ebuild @@ -91,7 +91,6 @@ src_configure() { pkg_postinst() { if [[ -z "${REPLACING_VERSIONS}" ]]; then - elog "Optional dependencies:" optfeature "Display 'current' pictures of planets" x11-misc/xplanet fi ecm_pkg_postinst diff --git a/sci-astronomy/kstars/kstars-3.5.2.ebuild b/sci-astronomy/kstars/kstars-3.5.2.ebuild index 2d2668552f20..b7cde213a392 100644 --- a/sci-astronomy/kstars/kstars-3.5.2.ebuild +++ b/sci-astronomy/kstars/kstars-3.5.2.ebuild @@ -91,7 +91,6 @@ src_configure() { pkg_postinst() { if [[ -z "${REPLACING_VERSIONS}" ]]; then - elog "Optional dependencies:" optfeature "Display 'current' pictures of planets" x11-misc/xplanet fi ecm_pkg_postinst |