From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3EA8F13835A for ; Sun, 4 Apr 2021 18:55:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8CDA3E086D; Sun, 4 Apr 2021 18:55:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 72B80E086A for ; Sun, 4 Apr 2021 18:55:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9DE81335C29 for ; Sun, 4 Apr 2021 18:55:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1F608641 for ; Sun, 4 Apr 2021 18:55:23 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1617562506.6fba658441d57f9e67cb5d2a7815c6d4fd6f5556.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/kstars/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-astronomy/kstars/kstars-3.5.1.ebuild sci-astronomy/kstars/kstars-3.5.2.ebuild X-VCS-Directories: sci-astronomy/kstars/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6fba658441d57f9e67cb5d2a7815c6d4fd6f5556 X-VCS-Branch: master Date: Sun, 4 Apr 2021 18:55:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e0f21c18-de82-4aea-aa6b-532f6fa07786 X-Archives-Hash: f5811397b002136260e09e748030e747 commit: 6fba658441d57f9e67cb5d2a7815c6d4fd6f5556 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Apr 3 11:18:17 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Apr 4 18:55:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fba6584 sci-astronomy/kstars: Drop superfluous optfeature header Signed-off-by: Andreas Sturmlechner gentoo.org> sci-astronomy/kstars/kstars-3.5.1.ebuild | 1 - sci-astronomy/kstars/kstars-3.5.2.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/sci-astronomy/kstars/kstars-3.5.1.ebuild b/sci-astronomy/kstars/kstars-3.5.1.ebuild index b23d28da0aa..99aa66572d6 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 2d2668552f2..b7cde213a39 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