diff options
author | 2022-01-02 11:52:02 +0100 | |
---|---|---|
committer | 2022-01-02 11:53:57 +0100 | |
commit | 1d78e3110fdb17fce57749ec9f6c28bc96e5bf3d (patch) | |
tree | cff3bfcd7df891ed26349b1b6e2ef5407377b9da /dev-cpp | |
parent | dev-cpp/pangomm: Stabilize 2.48.1 amd64, #830366 (diff) | |
download | gentoo-1d78e3110fdb17fce57749ec9f6c28bc96e5bf3d.tar.gz gentoo-1d78e3110fdb17fce57749ec9f6c28bc96e5bf3d.tar.bz2 gentoo-1d78e3110fdb17fce57749ec9f6c28bc96e5bf3d.zip |
dev-cpp/gtkmm: Stabilize 4.2.0 amd64, #830366
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/gtkmm/gtkmm-4.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/gtkmm/gtkmm-4.2.0.ebuild b/dev-cpp/gtkmm/gtkmm-4.2.0.ebuild index eb7e2245e9f7..3d04a8cafe5c 100644 --- a/dev-cpp/gtkmm/gtkmm-4.2.0.ebuild +++ b/dev-cpp/gtkmm/gtkmm-4.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ HOMEPAGE="https://www.gtkmm.org" LICENSE="LGPL-2.1+" SLOT="4.0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris" IUSE="doc test" RESTRICT="!test? ( test )" |