Skip to content

Instantly share code, notes, and snippets.

View aliceinwire's full-sized avatar

Arisu T. aliceinwire

View GitHub Profile
{
"revisions":[
{
"id":"wyqnpyuntyoarnufwnpuqwypeyebf3c6a7247ae590c0d2965622961b74b6c99a92fec70d07fa4025cb6fcb944a9",
"origin":"gkernelci",
"git_repository_url":"git://git.kernel.org/pub/scm/linux/kernel/git/sashal/linux-stable.git",
"git_repository_branch":"5.8",
"contacts":[
"Mike Pagano <mpagano@gentoo.org>",
"Alice Ferrazzi <alicef@gentoo.org>"
@aliceinwire
aliceinwire / deblob-5.15.patch
Last active July 25, 2022 02:25
deblob-5.15.patch
--- a/deblob-5.15 2022-07-25 03:43:01.299949682 +0900
+++ b/deblob-5.15 2022-07-25 11:24:33.129003693 +0900
@@ -82,6 +82,27 @@ if [ ! -f $check ] ; then
else
have_check=:
[ -x $check ] || check="/bin/sh $check"
+ case $1 in
+ --use-python)
+ shift;
+ check="$check --use-python"