diff options
author | 2023-05-03 23:58:12 +0100 | |
---|---|---|
committer | 2023-05-03 23:58:12 +0100 | |
commit | 427f05f816602e578aff1ec7ada0d3fdd5cd6ee3 (patch) | |
tree | 484505ab37855274c639d305c5155eb7f4192595 /x11-wm | |
parent | sys-devel/gcc: add 10.4.1_p20230503 (diff) | |
download | gentoo-427f05f816602e578aff1ec7ada0d3fdd5cd6ee3.tar.gz gentoo-427f05f816602e578aff1ec7ada0d3fdd5cd6ee3.tar.bz2 gentoo-427f05f816602e578aff1ec7ada0d3fdd5cd6ee3.zip |
x11-wm/mutter: Stabilize 44.1 amd64, #905482
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/mutter/mutter-44.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/mutter/mutter-44.1.ebuild b/x11-wm/mutter/mutter-44.1.ebuild index 09a495a3b9e1..ab204c3ff085 100644 --- a/x11-wm/mutter/mutter-44.1.ebuild +++ b/x11-wm/mutter/mutter-44.1.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/mutter.git" SRC_URI="" else - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" fi LICENSE="GPL-2+" |