From 9f4c60419d4ae211b3371b86ab4993fa4d9246af Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 18 Jul 2025 20:21:43 +0100 Subject: [PATCH] net-im/profanity: drop now-unused inherit Signed-off-by: Sam James --- net-im/profanity/profanity-0.15.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/profanity/profanity-0.15.0.ebuild b/net-im/profanity/profanity-0.15.0.ebuild index 4bc69de0958b6..70ffeea8fe1bb 100644 --- a/net-im/profanity/profanity-0.15.0.ebuild +++ b/net-im/profanity/profanity-0.15.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{11..13} ) -inherit flag-o-matic python-single-r1 +inherit python-single-r1 DESCRIPTION="A console based XMPP client inspired by Irssi" HOMEPAGE="https://profanity-im.github.io"