commit:     adcb00c283aa932ae4284e4c46ef1c6d1e30e924
Author:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Sun May 18 22:10:30 2025 +0000
Commit:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Sun May 18 22:10:30 2025 +0000
URL:        https://gitweb.gentoo.org/proj/binhost.git/commit/?id=adcb00c2

add USE=native-extensions everywhere

This is usually the default, but it is possible it may be turned off in
some cases where it takes a really long time to build. Any package with
this flag has little point in providing binpkgs for pure script mode
libraries, so make sure it definitely provides native extensions.

Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>

 builders/dola/gnome-23/portage/make.conf      | 2 +-
 builders/dola/kde-23/portage/make.conf        | 2 +-
 builders/dola/server-23/portage/make.conf     | 2 +-
 builders/milou/gnome-23/portage/make.conf     | 2 +-
 builders/milou/gnome-v3-23/portage/make.conf  | 2 +-
 builders/milou/kde-23/portage/make.conf       | 2 +-
 builders/milou/kde-v3-23/portage/make.conf    | 2 +-
 builders/milou/openrc-23/portage/make.conf    | 2 +-
 builders/milou/openrc-v3-23/portage/make.conf | 2 +-
 builders/milou/server-23/portage/make.conf    | 2 +-
 builders/milou/server-v3-23/portage/make.conf | 2 +-
 11 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/builders/dola/gnome-23/portage/make.conf 
b/builders/dola/gnome-23/portage/make.conf
index 796a8a5..28fface 100644
--- a/builders/dola/gnome-23/portage/make.conf
+++ b/builders/dola/gnome-23/portage/make.conf
@@ -31,7 +31,7 @@ FEATURES="binpkg-multi-instance buildpkg compress-index 
-network-sandbox notitle
 BINPKG_FORMAT="gpkg"
 BINPKG_COMPRESS="xz"
 
-USE="bindist lto pgo"
+USE="bindist lto pgo native-extensions"
 
 ACCEPT_RESTRICT="* -bindist"
 

diff --git a/builders/dola/kde-23/portage/make.conf 
b/builders/dola/kde-23/portage/make.conf
index 472a7f5..d5b8ae6 100644
--- a/builders/dola/kde-23/portage/make.conf
+++ b/builders/dola/kde-23/portage/make.conf
@@ -31,7 +31,7 @@ FEATURES="binpkg-multi-instance buildpkg compress-index 
-network-sandbox notitle
 BINPKG_FORMAT="gpkg"
 BINPKG_COMPRESS="xz"
 
-USE="bindist"
+USE="bindist native-extensions"
 
 ACCEPT_RESTRICT="* -bindist"
 

diff --git a/builders/dola/server-23/portage/make.conf 
b/builders/dola/server-23/portage/make.conf
index 472a7f5..d5b8ae6 100644
--- a/builders/dola/server-23/portage/make.conf
+++ b/builders/dola/server-23/portage/make.conf
@@ -31,7 +31,7 @@ FEATURES="binpkg-multi-instance buildpkg compress-index 
-network-sandbox notitle
 BINPKG_FORMAT="gpkg"
 BINPKG_COMPRESS="xz"
 
-USE="bindist"
+USE="bindist native-extensions"
 
 ACCEPT_RESTRICT="* -bindist"
 

diff --git a/builders/milou/gnome-23/portage/make.conf 
b/builders/milou/gnome-23/portage/make.conf
index 1145f1a..408d6b7 100644
--- a/builders/milou/gnome-23/portage/make.conf
+++ b/builders/milou/gnome-23/portage/make.conf
@@ -31,7 +31,7 @@ FEATURES="binpkg-multi-instance buildpkg compress-index 
-network-sandbox notitle
 BINPKG_FORMAT="gpkg"
 BINPKG_COMPRESS="xz"
 
-USE="bindist cet lto pgo"
+USE="bindist cet lto pgo native-extensions"
 
 ACCEPT_RESTRICT="* -bindist"
 

diff --git a/builders/milou/gnome-v3-23/portage/make.conf 
b/builders/milou/gnome-v3-23/portage/make.conf
index ec6deb6..2768bc6 100644
--- a/builders/milou/gnome-v3-23/portage/make.conf
+++ b/builders/milou/gnome-v3-23/portage/make.conf
@@ -31,7 +31,7 @@ FEATURES="binpkg-multi-instance buildpkg compress-index 
-network-sandbox notitle
 BINPKG_FORMAT="gpkg"
 BINPKG_COMPRESS="xz"
 
-USE="bindist cet lto pgo"
+USE="bindist cet lto pgo native-extensions"
 
 ACCEPT_RESTRICT="* -bindist"
 

diff --git a/builders/milou/kde-23/portage/make.conf 
b/builders/milou/kde-23/portage/make.conf
index 4d59747..652c284 100644
--- a/builders/milou/kde-23/portage/make.conf
+++ b/builders/milou/kde-23/portage/make.conf
@@ -31,7 +31,7 @@ FEATURES="binpkg-multi-instance buildpkg compress-index 
-network-sandbox notitle
 BINPKG_FORMAT="gpkg"
 BINPKG_COMPRESS="xz"
 
-USE="bindist cet"
+USE="bindist cet native-extensions"
 
 ACCEPT_RESTRICT="* -bindist"
 

diff --git a/builders/milou/kde-v3-23/portage/make.conf 
b/builders/milou/kde-v3-23/portage/make.conf
index 987b630..6c390e4 100644
--- a/builders/milou/kde-v3-23/portage/make.conf
+++ b/builders/milou/kde-v3-23/portage/make.conf
@@ -31,7 +31,7 @@ FEATURES="binpkg-multi-instance buildpkg compress-index 
-network-sandbox notitle
 BINPKG_FORMAT="gpkg"
 BINPKG_COMPRESS="xz"
 
-USE="bindist cet"
+USE="bindist cet native-extensions"
 
 ACCEPT_RESTRICT="* -bindist"
 

diff --git a/builders/milou/openrc-23/portage/make.conf 
b/builders/milou/openrc-23/portage/make.conf
index c755e8c..1c31bd8 100644
--- a/builders/milou/openrc-23/portage/make.conf
+++ b/builders/milou/openrc-23/portage/make.conf
@@ -31,7 +31,7 @@ FEATURES="binpkg-multi-instance buildpkg compress-index 
-network-sandbox notitle
 BINPKG_FORMAT="gpkg"
 BINPKG_COMPRESS="xz"
 
-USE="bindist cet"
+USE="bindist cet native-extensions"
 
 # KDE 6
 USE="${USE} kf6compat qt6"

diff --git a/builders/milou/openrc-v3-23/portage/make.conf 
b/builders/milou/openrc-v3-23/portage/make.conf
index 9577708..66de332 100644
--- a/builders/milou/openrc-v3-23/portage/make.conf
+++ b/builders/milou/openrc-v3-23/portage/make.conf
@@ -31,7 +31,7 @@ FEATURES="binpkg-multi-instance buildpkg compress-index 
-network-sandbox notitle
 BINPKG_FORMAT="gpkg"
 BINPKG_COMPRESS="xz"
 
-USE="bindist cet"
+USE="bindist cet native-extensions"
 
 # KDE 6
 USE="${USE} kf6compat qt6"

diff --git a/builders/milou/server-23/portage/make.conf 
b/builders/milou/server-23/portage/make.conf
index 4d59747..652c284 100644
--- a/builders/milou/server-23/portage/make.conf
+++ b/builders/milou/server-23/portage/make.conf
@@ -31,7 +31,7 @@ FEATURES="binpkg-multi-instance buildpkg compress-index 
-network-sandbox notitle
 BINPKG_FORMAT="gpkg"
 BINPKG_COMPRESS="xz"
 
-USE="bindist cet"
+USE="bindist cet native-extensions"
 
 ACCEPT_RESTRICT="* -bindist"
 

diff --git a/builders/milou/server-v3-23/portage/make.conf 
b/builders/milou/server-v3-23/portage/make.conf
index 987b630..6c390e4 100644
--- a/builders/milou/server-v3-23/portage/make.conf
+++ b/builders/milou/server-v3-23/portage/make.conf
@@ -31,7 +31,7 @@ FEATURES="binpkg-multi-instance buildpkg compress-index 
-network-sandbox notitle
 BINPKG_FORMAT="gpkg"
 BINPKG_COMPRESS="xz"
 
-USE="bindist cet"
+USE="bindist cet native-extensions"
 
 ACCEPT_RESTRICT="* -bindist"
 

Reply via email to