diff options
author | Matt Turner <mattst88@gentoo.org> | 2021-07-25 23:28:25 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-07-26 00:14:08 -0700 |
commit | ea7851bf00f9d904d35e167aa5f72c6e33d5e142 (patch) | |
tree | 01856d55733f2db3adb57823044917513c2c6832 /gnome-base/gdm | |
parent | gnome-extra/chrome-gnome-shell: Drop keywords for arches without rust (diff) | |
download | gentoo-ea7851bf00f9d904d35e167aa5f72c6e33d5e142.tar.gz gentoo-ea7851bf00f9d904d35e167aa5f72c6e33d5e142.tar.bz2 gentoo-ea7851bf00f9d904d35e167aa5f72c6e33d5e142.zip |
gnome-base/gdm: Drop keywords for arches without rust
This requires gnome-shell, and I'm going to drop the old versions
including the one that doesn't require rustified-librsvg.
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'gnome-base/gdm')
-rw-r--r-- | gnome-base/gdm/gdm-40.0-r1.ebuild | 2 | ||||
-rw-r--r-- | gnome-base/gdm/gdm-40.1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gnome-base/gdm/gdm-40.0-r1.ebuild b/gnome-base/gdm/gdm-40.0-r1.ebuild index 0ed1c5e878e5..538537d7e0f5 100644 --- a/gnome-base/gdm/gdm-40.0-r1.ebuild +++ b/gnome-base/gdm/gdm-40.0-r1.ebuild @@ -23,7 +23,7 @@ IUSE="accessibility audit bluetooth-sound branding elogind fprint ipv6 plymouth RESTRICT="!test? ( test )" REQUIRED_USE="^^ ( elogind systemd )" -KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~arm arm64 ~ppc64 x86" # dconf, dbus and g-s-d are needed at install time for dconf update # keyutils is automagic dep that makes autologin unlock login keyring when all the passwords match (disk encryption, user pw and login keyring) diff --git a/gnome-base/gdm/gdm-40.1.ebuild b/gnome-base/gdm/gdm-40.1.ebuild index 591f372b4963..6d46512ec99c 100644 --- a/gnome-base/gdm/gdm-40.1.ebuild +++ b/gnome-base/gdm/gdm-40.1.ebuild @@ -23,7 +23,7 @@ IUSE="accessibility audit bluetooth-sound branding elogind fprint ipv6 plymouth RESTRICT="!test? ( test )" REQUIRED_USE="^^ ( elogind systemd )" -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" # dconf, dbus and g-s-d are needed at install time for dconf update # keyutils is automagic dep that makes autologin unlock login keyring when all the passwords match (disk encryption, user pw and login keyring) |