diff options
author | Sam James <sam@gentoo.org> | 2022-03-08 09:27:29 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-08 09:27:29 +0000 |
commit | 3007af827e7477bd779b1e722de982be648a19d0 (patch) | |
tree | 47589ad1e7ee398692dad96237964561d1edacbb /dev-cpp | |
parent | dev-libs/libsigc++: Stabilize 3.2.0 amd64, #834426 (diff) | |
download | gentoo-3007af827e7477bd779b1e722de982be648a19d0.tar.gz gentoo-3007af827e7477bd779b1e722de982be648a19d0.tar.bz2 gentoo-3007af827e7477bd779b1e722de982be648a19d0.zip |
dev-cpp/glibmm: Stabilize 2.70.0 amd64, #834426
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/glibmm/glibmm-2.70.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/glibmm/glibmm-2.70.0.ebuild b/dev-cpp/glibmm/glibmm-2.70.0.ebuild index 8cf7ffdce6e5..fa089ef8ecd2 100644 --- a/dev-cpp/glibmm/glibmm-2.70.0.ebuild +++ b/dev-cpp/glibmm/glibmm-2.70.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 @@ -10,7 +10,7 @@ HOMEPAGE="https://www.gtkmm.org" LICENSE="LGPL-2.1+" SLOT="2.68" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" IUSE="doc debug test" RESTRICT="!test? ( test )" |