commit: 4ef323b165af8e7e6e6d845cb7d3e527814dbfc5 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Mar 10 05:16:23 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Mar 10 21:10:27 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ef323b1
dev-util/redo: [QA] fix UnusedInherits (multilib) get_libdir has been built-in since EAPI 6 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-util/redo/redo-0.42a.ebuild | 4 ++-- dev-util/redo/redo-0.42c.ebuild | 4 ++-- 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"
