diff options
author | Sam James <sam@gentoo.org> | 2022-03-10 05:16:23 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-10 21:10:27 +0000 |
commit | 4ef323b165af8e7e6e6d845cb7d3e527814dbfc5 (patch) | |
tree | c62b1ce5ba83b05126779710b88d157db7b7449f /dev-util/redo | |
parent | dev-perl/XML-Parser: [QA] fix UnusedInherits (multilib) (diff) | |
download | gentoo-4ef323b165af8e7e6e6d845cb7d3e527814dbfc5.tar.gz gentoo-4ef323b165af8e7e6e6d845cb7d3e527814dbfc5.tar.bz2 gentoo-4ef323b165af8e7e6e6d845cb7d3e527814dbfc5.zip |
dev-util/redo: [QA] fix UnusedInherits (multilib)
get_libdir has been built-in since EAPI 6
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/redo')
-rw-r--r-- | dev-util/redo/redo-0.42a.ebuild | 4 | ||||
-rw-r--r-- | dev-util/redo/redo-0.42c.ebuild | 4 | ||||
-rw-r--r-- | dev-util/redo/redo-99999.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-util/redo/redo-0.42a.ebuild b/dev-util/redo/redo-0.42a.ebuild index f70842880856..e35d391bae31 100644 --- a/dev-util/redo/redo-0.42a.ebuild +++ b/dev-util/redo/redo-0.42a.ebuild @@ -1,10 +1,10 @@ -# Copyright 2018-2021 Gentoo Authors +# Copyright 2018-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 PYTHON_COMPAT=( python3_8 ) PYTHON_REQ_USE="sqlite" -inherit multilib multiprocessing python-utils-r1 python-single-r1 +inherit multiprocessing python-utils-r1 python-single-r1 DESCRIPTION="Smaller, easier, more powerful, and more reliable than make" HOMEPAGE="https://github.com/apenwarr/redo" diff --git a/dev-util/redo/redo-0.42c.ebuild b/dev-util/redo/redo-0.42c.ebuild index f70842880856..e35d391bae31 100644 --- a/dev-util/redo/redo-0.42c.ebuild +++ b/dev-util/redo/redo-0.42c.ebuild @@ -1,10 +1,10 @@ -# Copyright 2018-2021 Gentoo Authors +# Copyright 2018-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 PYTHON_COMPAT=( python3_8 ) PYTHON_REQ_USE="sqlite" -inherit multilib multiprocessing python-utils-r1 python-single-r1 +inherit multiprocessing python-utils-r1 python-single-r1 DESCRIPTION="Smaller, easier, more powerful, and more reliable than make" HOMEPAGE="https://github.com/apenwarr/redo" diff --git a/dev-util/redo/redo-99999.ebuild b/dev-util/redo/redo-99999.ebuild index be54c05a87b3..954705061ace 100644 --- a/dev-util/redo/redo-99999.ebuild +++ b/dev-util/redo/redo-99999.ebuild @@ -1,10 +1,10 @@ -# Copyright 2018-2021 Gentoo Authors +# Copyright 2018-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 PYTHON_COMPAT=( python3_8 ) PYTHON_REQ_USE="sqlite" -inherit git-r3 multilib multiprocessing python-utils-r1 python-single-r1 +inherit git-r3 multiprocessing python-utils-r1 python-single-r1 DESCRIPTION="Smaller, easier, more powerful, and more reliable than make" HOMEPAGE="https://github.com/apenwarr/redo" |