summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2021-10-22 20:19:41 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2021-10-22 20:20:51 +0300
commitdca0501ea7a69a95ecc908c0a36f67fdb0cefda8 (patch)
tree4fdc2602b48c91eca4e1080dacbc131f7faa50db /net-news
parentnet-news/canto-curses: enable py3.10, enable tests (diff)
downloadgentoo-dca0501ea7a69a95ecc908c0a36f67fdb0cefda8.tar.gz
gentoo-dca0501ea7a69a95ecc908c0a36f67fdb0cefda8.tar.bz2
gentoo-dca0501ea7a69a95ecc908c0a36f67fdb0cefda8.zip
net-news/canto-curses: remove unused inherit: multilib
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-news')
-rw-r--r--net-news/canto-curses/canto-curses-0.9.9.ebuild2
1 files changed, 1 insertions, 1 deletions
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 197bed128f60..7eebcfacdac4 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/"