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 5FE741382C5 for ; Sun, 4 Apr 2021 18:55:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 865D0E0878; Sun, 4 Apr 2021 18:55:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 6CC71E0878 for ; Sun, 4 Apr 2021 18:55:29 +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 7DC7C335D28 for ; Sun, 4 Apr 2021 18:55:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1F15666A for ; Sun, 4 Apr 2021 18:55:24 +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: <1617562508.328ccdeae3a6ecdd635bbe7b67ed56cc70de24ac.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/shutter/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/shutter/shutter-0.95.ebuild X-VCS-Directories: x11-misc/shutter/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 328ccdeae3a6ecdd635bbe7b67ed56cc70de24ac X-VCS-Branch: master Date: Sun, 4 Apr 2021 18:55:24 +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: 23cbe689-70d4-44f8-a3fb-2f824a1b8d7d X-Archives-Hash: a9179c456dc765c7a76da9e5c78240db commit: 328ccdeae3a6ecdd635bbe7b67ed56cc70de24ac Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Apr 3 11:08:11 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Apr 4 18:55:08 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=328ccdea x11-misc/shutter: Drop superfluous optfeature header Signed-off-by: Andreas Sturmlechner gentoo.org> x11-misc/shutter/shutter-0.95.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/x11-misc/shutter/shutter-0.95.ebuild b/x11-misc/shutter/shutter-0.95.ebuild index de56f6405cd..f77cc3920a5 100644 --- a/x11-misc/shutter/shutter-0.95.ebuild +++ b/x11-misc/shutter/shutter-0.95.ebuild @@ -73,7 +73,6 @@ src_install() { pkg_postinst() { xdg_pkg_postinst - elog "To get additional features, optional runtime dependencies may be installed:" optfeature "writing Exif information" media-libs/exiftool optfeature "drawing tool" dev-perl/Goo-Canvas optfeature "image hostings uploading" "dev-perl/JSON-MaybeXS dev-perl/Net-OAuth dev-perl/Path-Class"