commit: dca0501ea7a69a95ecc908c0a36f67fdb0cefda8
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 22 17:19:41 2021 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 22 17:20:51 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dca0501e
net-news/canto-curses: remove unused inherit: multilib
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
net-news/canto-curses/canto-curses-0.9.9.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-news/canto-curses/canto-curses-0.9.9.ebuild
b/net-news/canto-curses/canto-curses-0.9.9.ebuild
index 197bed128f6..7eebcfacdac 100644
--- a/net-news/canto-curses/canto-curses-0.9.9.ebuild
+++ b/net-news/canto-curses/canto-curses-0.9.9.ebuild
@@ -6,7 +6,7 @@ EAPI=8
DISTUTILS_USE_SETUPTOOLS=no
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_REQ_USE="ncurses(+),threads(+)"
-inherit distutils-r1 multilib
+inherit distutils-r1
DESCRIPTION="The ncurses client for canto-daemon"
HOMEPAGE="https://codezen.org/canto-ng/"