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 A935E1382C5 for ; Sun, 4 Apr 2021 18:55:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4F6FE088A; 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 A9B75E088A 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 7F04C335D2B 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 31CF2673 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.baddbe5bdb84f93c252bffd590cd8db37b37b69a.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/splatmoji/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/splatmoji/splatmoji-1.2.0.ebuild X-VCS-Directories: x11-misc/splatmoji/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: baddbe5bdb84f93c252bffd590cd8db37b37b69a 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: a1c7be6b-9908-4ef1-81f8-e1f5010a6bb7 X-Archives-Hash: 1f5a759a419bab46d4c7a159b69c1467 commit: baddbe5bdb84f93c252bffd590cd8db37b37b69a Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Apr 3 11:08:08 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=baddbe5b x11-misc/splatmoji: Drop superfluous optfeature header Signed-off-by: Andreas Sturmlechner gentoo.org> x11-misc/splatmoji/splatmoji-1.2.0.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/x11-misc/splatmoji/splatmoji-1.2.0.ebuild b/x11-misc/splatmoji/splatmoji-1.2.0.ebuild index 6bb90f7331e..74bcd923cb5 100644 --- a/x11-misc/splatmoji/splatmoji-1.2.0.ebuild +++ b/x11-misc/splatmoji/splatmoji-1.2.0.ebuild @@ -44,6 +44,5 @@ src_install() { } pkg_postinst() { - elog "Optional uninstalled features:" optfeature "JSON-style output" app-misc/jq }