diff options
| author | BaldEagleOS Migration <dev@baldeagleos.com> | 2026-06-02 05:25:41 -0500 |
|---|---|---|
| committer | BaldEagleOS Migration <dev@baldeagleos.com> | 2026-06-02 05:25:41 -0500 |
| commit | f6b226ee13031b9e476aefc5434b9bafb8dc3122 (patch) | |
| tree | b344fd237b78e72f2251a539884c32b43ddf8b1a /dev-build | |
| parent | 71af0b7b2fb9b7c30d239e2cb9e0dadb5a7dabd9 (diff) | |
| download | baldeagleos-repo-f6b226ee13031b9e476aefc5434b9bafb8dc3122.tar.gz baldeagleos-repo-f6b226ee13031b9e476aefc5434b9bafb8dc3122.tar.xz baldeagleos-repo-f6b226ee13031b9e476aefc5434b9bafb8dc3122.zip | |
Adding metadata
Diffstat (limited to 'dev-build')
| -rw-r--r-- | dev-build/automake/automake-1.17-r2.ebuild | 2 | ||||
| -rw-r--r-- | dev-build/fpm/fpm-0.10.0.ebuild | 2 | ||||
| -rw-r--r-- | dev-build/fpm/fpm-0.11.0.ebuild | 2 | ||||
| -rw-r--r-- | dev-build/fpm/fpm-0.12.0.ebuild | 2 | ||||
| -rw-r--r-- | dev-build/fpm/fpm-0.9.0.ebuild | 2 | ||||
| -rw-r--r-- | dev-build/gn/gn-0.2122.ebuild | 2 | ||||
| -rw-r--r-- | dev-build/gn/gn-0.2217.ebuild | 2 | ||||
| -rw-r--r-- | dev-build/gn/gn-0.2227.ebuild | 2 | ||||
| -rw-r--r-- | dev-build/gn/gn-0.2235.ebuild | 2 | ||||
| -rw-r--r-- | dev-build/gn/gn-0.2289.ebuild | 2 | ||||
| -rw-r--r-- | dev-build/gn/gn-0.2318.ebuild | 2 | ||||
| -rw-r--r-- | dev-build/gn/gn-0.2354.ebuild | 2 | ||||
| -rw-r--r-- | dev-build/meson/meson-1.10.2.ebuild | 2 | ||||
| -rw-r--r-- | dev-build/meson/meson-1.11.0.ebuild | 2 | ||||
| -rw-r--r-- | dev-build/meson/meson-1.11.1.ebuild | 2 | ||||
| -rw-r--r-- | dev-build/meson/meson-1.9.2.ebuild | 2 | ||||
| -rw-r--r-- | dev-build/meson/meson-9999.ebuild | 2 |
17 files changed, 17 insertions, 17 deletions
diff --git a/dev-build/automake/automake-1.17-r2.ebuild b/dev-build/automake/automake-1.17-r2.ebuild index f449c9c82177..09a1b3d5c39f 100644 --- a/dev-build/automake/automake-1.17-r2.ebuild +++ b/dev-build/automake/automake-1.17-r2.ebuild @@ -8,7 +8,7 @@ EAPI=8 # on new automake (major) releases, as well as the dependency in RDEPEND below too. # * Update _WANT_AUTOMAKE and _automake_atom case statement in autotools.eclass. -PYTHON_COMPAT=( python3_{9,10,11,12,13} ) +PYTHON_COMPAT=( python3_{9,10,11,12,13,14} ) inherit python-any-r1 verify-sig diff --git a/dev-build/fpm/fpm-0.10.0.ebuild b/dev-build/fpm/fpm-0.10.0.ebuild index 2910dabfd942..8e0ff2fc860d 100644 --- a/dev-build/fpm/fpm-0.10.0.ebuild +++ b/dev-build/fpm/fpm-0.10.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 FORTRAN_STANDARD="2003" -PYTHON_COMPAT=( python3_{9,10,11,12,13} ) +PYTHON_COMPAT=( python3_{9,10,11,12,13,14} ) inherit fortran-2 python-any-r1 toolchain-funcs diff --git a/dev-build/fpm/fpm-0.11.0.ebuild b/dev-build/fpm/fpm-0.11.0.ebuild index 78c263c4a7f9..d2cb5edaea20 100644 --- a/dev-build/fpm/fpm-0.11.0.ebuild +++ b/dev-build/fpm/fpm-0.11.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 FORTRAN_STANDARD="2003" -PYTHON_COMPAT=( python3_{9,10,11,12,13} ) +PYTHON_COMPAT=( python3_{9,10,11,12,13,14} ) inherit fortran-2 python-any-r1 toolchain-funcs diff --git a/dev-build/fpm/fpm-0.12.0.ebuild b/dev-build/fpm/fpm-0.12.0.ebuild index 841839e7de9b..ff753c3892b0 100644 --- a/dev-build/fpm/fpm-0.12.0.ebuild +++ b/dev-build/fpm/fpm-0.12.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 FORTRAN_STANDARD="2003" -PYTHON_COMPAT=( python3_{9,10,11,12,13} ) +PYTHON_COMPAT=( python3_{9,10,11,12,13,14} ) inherit fortran-2 python-any-r1 toolchain-funcs diff --git a/dev-build/fpm/fpm-0.9.0.ebuild b/dev-build/fpm/fpm-0.9.0.ebuild index ced0df204a39..964815a8063a 100644 --- a/dev-build/fpm/fpm-0.9.0.ebuild +++ b/dev-build/fpm/fpm-0.9.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 FORTRAN_STANDARD="2003" -PYTHON_COMPAT=( python3_{9,10,11,12,13} ) +PYTHON_COMPAT=( python3_{9,10,11,12,13,14} ) inherit fortran-2 python-any-r1 toolchain-funcs diff --git a/dev-build/gn/gn-0.2122.ebuild b/dev-build/gn/gn-0.2122.ebuild index 7f58638f1322..f4497fd75cb3 100644 --- a/dev-build/gn/gn-0.2122.ebuild +++ b/dev-build/gn/gn-0.2122.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9,10,11,12,13} ) +PYTHON_COMPAT=( python3_{9,10,11,12,13,14} ) inherit edo ninja-utils python-any-r1 toolchain-funcs diff --git a/dev-build/gn/gn-0.2217.ebuild b/dev-build/gn/gn-0.2217.ebuild index e2d9c7685b7a..2a3c207e73e4 100644 --- a/dev-build/gn/gn-0.2217.ebuild +++ b/dev-build/gn/gn-0.2217.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9,10,11,12,13} ) +PYTHON_COMPAT=( python3_{9,10,11,12,13,14} ) inherit edo ninja-utils python-any-r1 toolchain-funcs diff --git a/dev-build/gn/gn-0.2227.ebuild b/dev-build/gn/gn-0.2227.ebuild index f480f26420f2..9777142df091 100644 --- a/dev-build/gn/gn-0.2227.ebuild +++ b/dev-build/gn/gn-0.2227.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9,10,11,12,13} ) +PYTHON_COMPAT=( python3_{9,10,11,12,13,14} ) inherit edo ninja-utils python-any-r1 toolchain-funcs diff --git a/dev-build/gn/gn-0.2235.ebuild b/dev-build/gn/gn-0.2235.ebuild index 70872ae06267..4f84c2663304 100644 --- a/dev-build/gn/gn-0.2235.ebuild +++ b/dev-build/gn/gn-0.2235.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9,10,11,12,13} ) +PYTHON_COMPAT=( python3_{9,10,11,12,13,14} ) inherit edo ninja-utils python-any-r1 toolchain-funcs diff --git a/dev-build/gn/gn-0.2289.ebuild b/dev-build/gn/gn-0.2289.ebuild index f6ed69a33f79..96292d50403e 100644 --- a/dev-build/gn/gn-0.2289.ebuild +++ b/dev-build/gn/gn-0.2289.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9,10,11,12,13} ) +PYTHON_COMPAT=( python3_{9,10,11,12,13,14} ) inherit edo ninja-utils python-any-r1 toolchain-funcs diff --git a/dev-build/gn/gn-0.2318.ebuild b/dev-build/gn/gn-0.2318.ebuild index 5542d2656bb8..943d5d0797fe 100644 --- a/dev-build/gn/gn-0.2318.ebuild +++ b/dev-build/gn/gn-0.2318.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9,10,11,12,13} ) +PYTHON_COMPAT=( python3_{9,10,11,12,13,14} ) inherit edo ninja-utils python-any-r1 toolchain-funcs diff --git a/dev-build/gn/gn-0.2354.ebuild b/dev-build/gn/gn-0.2354.ebuild index 5542d2656bb8..943d5d0797fe 100644 --- a/dev-build/gn/gn-0.2354.ebuild +++ b/dev-build/gn/gn-0.2354.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9,10,11,12,13} ) +PYTHON_COMPAT=( python3_{9,10,11,12,13,14} ) inherit edo ninja-utils python-any-r1 toolchain-funcs diff --git a/dev-build/meson/meson-1.10.2.ebuild b/dev-build/meson/meson-1.10.2.ebuild index 54cee7719fde..26a86a9e9919 100644 --- a/dev-build/meson/meson-1.10.2.ebuild +++ b/dev-build/meson/meson-1.10.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 ) +PYTHON_COMPAT=( python3_{9,10,11,12,13,14} pypy3 ) DISTUTILS_USE_PEP517=setuptools inherit shell-completion edo distutils-r1 flag-o-matic toolchain-funcs diff --git a/dev-build/meson/meson-1.11.0.ebuild b/dev-build/meson/meson-1.11.0.ebuild index 54cee7719fde..26a86a9e9919 100644 --- a/dev-build/meson/meson-1.11.0.ebuild +++ b/dev-build/meson/meson-1.11.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 ) +PYTHON_COMPAT=( python3_{9,10,11,12,13,14} pypy3 ) DISTUTILS_USE_PEP517=setuptools inherit shell-completion edo distutils-r1 flag-o-matic toolchain-funcs diff --git a/dev-build/meson/meson-1.11.1.ebuild b/dev-build/meson/meson-1.11.1.ebuild index 12fd69825999..36b82375a99e 100644 --- a/dev-build/meson/meson-1.11.1.ebuild +++ b/dev-build/meson/meson-1.11.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 ) +PYTHON_COMPAT=( python3_{9,10,11,12,13,14} pypy3 ) DISTUTILS_USE_PEP517=setuptools inherit shell-completion edo distutils-r1 flag-o-matic toolchain-funcs vala diff --git a/dev-build/meson/meson-1.9.2.ebuild b/dev-build/meson/meson-1.9.2.ebuild index 34c3e57841ff..e71a9e3fd88e 100644 --- a/dev-build/meson/meson-1.9.2.ebuild +++ b/dev-build/meson/meson-1.9.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 ) +PYTHON_COMPAT=( python3_{9,10,11,12,13,14} pypy3 ) DISTUTILS_USE_PEP517=setuptools inherit shell-completion edo distutils-r1 flag-o-matic toolchain-funcs diff --git a/dev-build/meson/meson-9999.ebuild b/dev-build/meson/meson-9999.ebuild index 1bc67b42e65d..b99ebf209f54 100644 --- a/dev-build/meson/meson-9999.ebuild +++ b/dev-build/meson/meson-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 ) +PYTHON_COMPAT=( python3_{9,10,11,12,13,14} pypy3 ) DISTUTILS_USE_PEP517=setuptools inherit shell-completion edo distutils-r1 flag-o-matic toolchain-funcs vala |
