diff options
Diffstat (limited to 'gnome-base/gnome-control-center')
3 files changed, 3 insertions, 3 deletions
diff --git a/gnome-base/gnome-control-center/gnome-control-center-42.3-r1.ebuild b/gnome-base/gnome-control-center/gnome-control-center-42.3-r1.ebuild index 07144e900336..53efc778c9d6 100644 --- a/gnome-base/gnome-control-center/gnome-control-center-42.3-r1.ebuild +++ b/gnome-base/gnome-control-center/gnome-control-center-42.3-r1.ebuild @@ -17,7 +17,7 @@ RESTRICT="!test? ( test )" REQUIRED_USE=" ^^ ( elogind systemd ) " # Theoretically "?? ( elogind systemd )" is fine too, lacking some functionality at runtime, but needs testing if handled gracefully enough -KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv x86" +KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv x86" # meson.build depends on python unconditionally BDEPEND="${PYTHON_DEPS}" diff --git a/gnome-base/gnome-control-center/gnome-control-center-43.0.ebuild b/gnome-base/gnome-control-center/gnome-control-center-43.0.ebuild index 08db5b66cad3..672ed703a617 100644 --- a/gnome-base/gnome-control-center/gnome-control-center-43.0.ebuild +++ b/gnome-base/gnome-control-center/gnome-control-center-43.0.ebuild @@ -19,7 +19,7 @@ RESTRICT="!test? ( test )" REQUIRED_USE=" ^^ ( elogind systemd ) " # Theoretically "?? ( elogind systemd )" is fine too, lacking some functionality at runtime, but needs testing if handled gracefully enough -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" # meson.build depends on python unconditionally BDEPEND="${PYTHON_DEPS}" diff --git a/gnome-base/gnome-control-center/gnome-control-center-43.1.ebuild b/gnome-base/gnome-control-center/gnome-control-center-43.1.ebuild index bbdf8a451adb..89ac3bd4fb9f 100644 --- a/gnome-base/gnome-control-center/gnome-control-center-43.1.ebuild +++ b/gnome-base/gnome-control-center/gnome-control-center-43.1.ebuild @@ -19,7 +19,7 @@ RESTRICT="!test? ( test )" REQUIRED_USE=" ^^ ( elogind systemd ) " # Theoretically "?? ( elogind systemd )" is fine too, lacking some functionality at runtime, but needs testing if handled gracefully enough -KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~x86" # meson.build depends on python unconditionally BDEPEND="${PYTHON_DEPS}" |