summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-03-10 05:22:08 +0000
committerSam James <sam@gentoo.org>2022-03-10 21:10:46 +0000
commit9792c5e09fc6893646c7618ac7353d642f632c05 (patch)
tree3a29b5c0ff8d1c2cd64efa488d0c030a62030f76 /net-news
parentnet-firewall/nufw: [QA] fix UnusedInherits (multilib) (diff)
downloadgentoo-9792c5e09fc6893646c7618ac7353d642f632c05.tar.gz
gentoo-9792c5e09fc6893646c7618ac7353d642f632c05.tar.bz2
gentoo-9792c5e09fc6893646c7618ac7353d642f632c05.zip
net-news/canto-daemon: [QA] fix UnusedInherits (multilib)
get_libdir has been built-in since EAPI 6 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-news')
-rw-r--r--net-news/canto-daemon/canto-daemon-0.9.8.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-news/canto-daemon/canto-daemon-0.9.8.ebuild b/net-news/canto-daemon/canto-daemon-0.9.8.ebuild
index d0cff11389b5..802d0a8b4e3d 100644
--- a/net-news/canto-daemon/canto-daemon-0.9.8.ebuild
+++ b/net-news/canto-daemon/canto-daemon-0.9.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -6,7 +6,7 @@ EAPI=8
DISTUTILS_USE_SETUPTOOLS=no
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_REQ_USE="xml(+),threads(+)"
-inherit distutils-r1 multilib
+inherit distutils-r1
DESCRIPTION="Daemon part of Canto-NG RSS reader"
HOMEPAGE="https://codezen.org/canto-ng/"