forked from steev/python-overlay
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-cpp/cpplint: (also) bump to latest release
Signed-off-by: Stephen L Arnold <[email protected]>
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
|
||
EAPI=8 | ||
|
||
PYTHON_COMPAT=( python3_{8..10} ) | ||
PYTHON_COMPAT=( python3_{9..12} ) | ||
|
||
inherit distutils-r1 | ||
|
||
|