diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-10-22 20:19:41 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-10-22 20:20:51 +0300 |
commit | dca0501ea7a69a95ecc908c0a36f67fdb0cefda8 (patch) | |
tree | 4fdc2602b48c91eca4e1080dacbc131f7faa50db /net-news/canto-curses | |
parent | net-news/canto-curses: enable py3.10, enable tests (diff) | |
download | gentoo-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/canto-curses')
-rw-r--r-- | net-news/canto-curses/canto-curses-0.9.9.ebuild | 2 |
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/" |