diff --git a/dev-cpp/cpplint/Manifest b/dev-cpp/cpplint/Manifest index b0c298f..75f0fde 100644 --- a/dev-cpp/cpplint/Manifest +++ b/dev-cpp/cpplint/Manifest @@ -1 +1 @@ -DIST cpplint-1.5.5.tar.gz 369078 BLAKE2B 2ae1e95fb4f032f1c3bd81022e01578fa9fb7fc4953c696a9676d52f773c75e934bb8ea31fc4460d53f795dd117ef0758e4361138d2c225998fb99b1217dcbb7 SHA512 e74d3047cf5a35dcc57169bc0fcc489ccac017e22b84f80d3ff075cdb771a8da4750f5567c36aa2f056760220395267ebf4bae4f98f856e74fc9a591e76ceb9b +DIST cpplint-1.6.1.tar.gz 372622 BLAKE2B 3545c4205eda1899f89a91f9f58c73d52a38c51728510d133d54d5065d4d7d9513d166da850bb8ccc27457537f0720ff010996bd494eefcf27b948cfc9ec77d2 SHA512 f3df45cbdabb437eac48a192e5d9a77e41121218f76b246472751ef69aae47e047a3be611ced600220ba77a0672caf97018194b0d18d2ad3e40d15cf9204fd13 diff --git a/dev-cpp/cpplint/cpplint-1.5.5.ebuild b/dev-cpp/cpplint/cpplint-1.6.1.ebuild similarity index 96% rename from dev-cpp/cpplint/cpplint-1.5.5.ebuild rename to dev-cpp/cpplint/cpplint-1.6.1.ebuild index 7c7ff99..6be2b94 100644 --- a/dev-cpp/cpplint/cpplint-1.5.5.ebuild +++ b/dev-cpp/cpplint/cpplint-1.6.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..12} ) inherit distutils-r1