diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-01-13 19:05:12 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-01-13 21:12:24 +0100 |
commit | 21b3f9ceef131258a721b1b29e52d0f9c4fd2ea4 (patch) | |
tree | ffe2d2e7edbb3685eb4523fe77c702d905e60568 /x11-themes | |
parent | Move {dev-util → dev-build}/meson-format-array (diff) | |
download | gentoo-21b3f9ceef131258a721b1b29e52d0f9c4fd2ea4.tar.gz gentoo-21b3f9ceef131258a721b1b29e52d0f9c4fd2ea4.tar.bz2 gentoo-21b3f9ceef131258a721b1b29e52d0f9c4fd2ea4.zip |
Move {dev-util → dev-build}/meson
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/34790
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/arc-theme/arc-theme-20210412.ebuild | 4 | ||||
-rw-r--r-- | x11-themes/arc-theme/arc-theme-20220223.ebuild | 6 | ||||
-rw-r--r-- | x11-themes/arc-theme/arc-theme-20220405.ebuild | 6 | ||||
-rw-r--r-- | x11-themes/arc-theme/arc-theme-20221218.ebuild | 4 |
4 files changed, 10 insertions, 10 deletions
diff --git a/x11-themes/arc-theme/arc-theme-20210412.ebuild b/x11-themes/arc-theme/arc-theme-20210412.ebuild index 606c5e1ed687..b3cd55452014 100644 --- a/x11-themes/arc-theme/arc-theme-20210412.ebuild +++ b/x11-themes/arc-theme/arc-theme-20210412.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -34,7 +34,7 @@ SVG_DEPEND=" # therefore break existing installs but there's no way around this. At # least GTK+3 is unlikely to see a release beyond 3.24. BDEPEND=" - >=dev-util/meson-0.56.0 + >=dev-build/meson-0.56.0 cinnamon? ( ${SASSC_DEPEND} gnome-extra/cinnamon diff --git a/x11-themes/arc-theme/arc-theme-20220223.ebuild b/x11-themes/arc-theme/arc-theme-20220223.ebuild index 316ebdbf0171..e022022946b8 100644 --- a/x11-themes/arc-theme/arc-theme-20220223.ebuild +++ b/x11-themes/arc-theme/arc-theme-20220223.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_10 ) inherit meson python-any-r1 @@ -24,7 +24,7 @@ SASSC_DEPEND="dev-lang/sassc" # Updates will therefore break existing installs but there's no way around this. BDEPEND=" ${PYTHON_DEPS} - >=dev-util/meson-0.56.0 + >=dev-build/meson-0.56.0 cinnamon? ( ${SASSC_DEPEND} gnome-extra/cinnamon diff --git a/x11-themes/arc-theme/arc-theme-20220405.ebuild b/x11-themes/arc-theme/arc-theme-20220405.ebuild index 316ebdbf0171..e022022946b8 100644 --- a/x11-themes/arc-theme/arc-theme-20220405.ebuild +++ b/x11-themes/arc-theme/arc-theme-20220405.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_10 ) inherit meson python-any-r1 @@ -24,7 +24,7 @@ SASSC_DEPEND="dev-lang/sassc" # Updates will therefore break existing installs but there's no way around this. BDEPEND=" ${PYTHON_DEPS} - >=dev-util/meson-0.56.0 + >=dev-build/meson-0.56.0 cinnamon? ( ${SASSC_DEPEND} gnome-extra/cinnamon diff --git a/x11-themes/arc-theme/arc-theme-20221218.ebuild b/x11-themes/arc-theme/arc-theme-20221218.ebuild index 41abdf23bb14..7e5834eaec0f 100644 --- a/x11-themes/arc-theme/arc-theme-20221218.ebuild +++ b/x11-themes/arc-theme/arc-theme-20221218.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -24,7 +24,7 @@ SASSC_DEPEND="dev-lang/sassc" # Updates will therefore break existing installs but there's no way around this. BDEPEND=" ${PYTHON_DEPS} - >=dev-util/meson-0.56.0 + >=dev-build/meson-0.56.0 cinnamon? ( ${SASSC_DEPEND} gnome-extra/cinnamon |