commit: 10b3c62592d219bce4fd37660c3800f48dd03e1e Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Tue Sep 21 09:51:07 2021 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Tue Sep 21 09:51:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=10b3c625
dev-cpp/pcg-cpp: remove unused inherit multilib Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> dev-cpp/pcg-cpp/pcg-cpp-0.98.1_p20210406-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-cpp/pcg-cpp/pcg-cpp-0.98.1_p20210406-r1.ebuild b/dev-cpp/pcg-cpp/pcg-cpp-0.98.1_p20210406-r1.ebuild index c6afd3086..39d2d740a 100644 --- a/dev-cpp/pcg-cpp/pcg-cpp-0.98.1_p20210406-r1.ebuild +++ b/dev-cpp/pcg-cpp/pcg-cpp-0.98.1_p20210406-r1.ebuild @@ -3,9 +3,10 @@ EAPI=8 -inherit multilib toolchain-funcs +inherit toolchain-funcs COMMIT="ffd522e7188bef30a00c74dc7eb9de5faff90092" + DESCRIPTION="Family of better random number generators" HOMEPAGE="https://www.pcg-random.org https://github.com/imneme/pcg-cpp" SRC_URI="https://github.com/imneme/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
