aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEsteve Varela Colominas <esteve.varela@gmail.com>2024-03-21 19:15:04 +0100
committerEsteve Varela Colominas <esteve.varela@gmail.com>2024-03-21 23:10:44 +0100
commit5acfecdbcbf67e284a318fed880852d0aaaf4dc1 (patch)
tree7127cd9dac818aa0adb8e8d540c87e4d8a69d912
parentapp-containers/anbox-modules: new package, add 0_p20240210 (diff)
downloadguru-5acfecdbcbf67e284a318fed880852d0aaaf4dc1.tar.gz
guru-5acfecdbcbf67e284a318fed880852d0aaaf4dc1.tar.bz2
guru-5acfecdbcbf67e284a318fed880852d0aaaf4dc1.zip
app-containers/waydroid: Minor style fixes
Signed-off-by: Esteve Varela Colominas <esteve.varela@gmail.com>
-rw-r--r--app-containers/waydroid/waydroid-1.4.0.ebuild4
-rw-r--r--app-containers/waydroid/waydroid-1.4.2.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/app-containers/waydroid/waydroid-1.4.0.ebuild b/app-containers/waydroid/waydroid-1.4.0.ebuild
index 25f3025a5..a15188ca3 100644
--- a/app-containers/waydroid/waydroid-1.4.0.ebuild
+++ b/app-containers/waydroid/waydroid-1.4.0.ebuild
@@ -43,8 +43,8 @@ ERROR_ANDROID_BINDER_IPC="CONFIG_ANDROID_BINDER_IPC: need for creating Android-s
ERROR_MEMFD_CREATE="CONFIG_MEMFD_CREATE: it completely replaced deprecated ISHMEM drivers,
therefore it's vital for android-specific memory management"
-src_compile(){
- :;
+src_compile() {
+ :
}
src_install() {
diff --git a/app-containers/waydroid/waydroid-1.4.2.ebuild b/app-containers/waydroid/waydroid-1.4.2.ebuild
index 9a495dd85..cf421efb8 100644
--- a/app-containers/waydroid/waydroid-1.4.2.ebuild
+++ b/app-containers/waydroid/waydroid-1.4.2.ebuild
@@ -43,8 +43,8 @@ ERROR_ANDROID_BINDER_IPC="CONFIG_ANDROID_BINDER_IPC: need for creating Android-s
ERROR_MEMFD_CREATE="CONFIG_MEMFD_CREATE: it completely replaced deprecated ISHMEM drivers,
therefore it's vital for android-specific memory management"
-src_compile(){
- :;
+src_compile() {
+ :
}
src_install() {