From 33b9b4a1fd2da12849a366f6077da2b615146e6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D0=B0=D0=B2=D0=B5=D0=BB=20=D0=98=D0=B2=D0=B0=D0=BD?= =?UTF-8?q?=D0=BE=D0=B2?= Date: Tue, 3 Oct 2023 16:51:29 +0300 Subject: [PATCH] TG-420 sys-apps/portage: fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Добавлен шаблон для новых версий sys-apps/portage --- .../calculate_sync_module-3.0.5x.patch | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 profiles/templates/6_ac_install_patch/sys-apps/portage/calculate_sync_module-3.0.5x.patch diff --git a/profiles/templates/6_ac_install_patch/sys-apps/portage/calculate_sync_module-3.0.5x.patch b/profiles/templates/6_ac_install_patch/sys-apps/portage/calculate_sync_module-3.0.5x.patch new file mode 100644 index 000000000..5b46c189e --- /dev/null +++ b/profiles/templates/6_ac_install_patch/sys-apps/portage/calculate_sync_module-3.0.5x.patch @@ -0,0 +1,27 @@ +# Calculate format=diff merge(sys-apps/portage)>=3.0.50 +diff --git a/lib/portage/sync/modules/meson.build b/lib/portage/sync/modules/meson.build +index d38a45c..8badd28 100644 +--- a/lib/portage/sync/modules/meson.build ++++ b/lib/portage/sync/modules/meson.build +@@ -6,6 +6,7 @@ py.install_sources( + pure : false + ) + ++subdir('calculate') + subdir('cvs') + subdir('git') + subdir('mercurial') +diff --git a/lib/portage/sync/modules/calculate/meson.build b/lib/portage/sync/modules/calculate/meson.build +new file mode 100644 +index 0000000..43b2e84 +--- /dev/null ++++ b/lib/portage/sync/modules/calculate/meson.build +@@ -0,0 +1,8 @@ ++py.install_sources( ++ [ ++ 'calculate.py', ++ '__init__.py', ++ ], ++ subdir : 'portage/sync/modules/calculate', ++ pure : false ++)