diff options
author | Sam James <sam@gentoo.org> | 2024-01-07 15:35:09 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-07 15:35:09 +0000 |
commit | d7baa50d38441689e68ec1fb8cd2f8b5d4c8ee81 (patch) | |
tree | 0e90702bb64ea3576e6fc9e6e0b1099a7b14b28e /dev-cpp/glibmm | |
parent | net-libs/glib-networking: Stabilize 2.78.0 arm, #920657 (diff) | |
download | gentoo-d7baa50d38441689e68ec1fb8cd2f8b5d4c8ee81.tar.gz gentoo-d7baa50d38441689e68ec1fb8cd2f8b5d4c8ee81.tar.bz2 gentoo-d7baa50d38441689e68ec1fb8cd2f8b5d4c8ee81.zip |
dev-cpp/glibmm: Stabilize 2.78.0 arm, #920657
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-cpp/glibmm')
-rw-r--r-- | dev-cpp/glibmm/glibmm-2.78.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/glibmm/glibmm-2.78.0.ebuild b/dev-cpp/glibmm/glibmm-2.78.0.ebuild index 18998a686248..30d1a414bcf2 100644 --- a/dev-cpp/glibmm/glibmm-2.78.0.ebuild +++ b/dev-cpp/glibmm/glibmm-2.78.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,7 +10,7 @@ HOMEPAGE="https://www.gtkmm.org https://gitlab.gnome.org/GNOME/glibmm" LICENSE="LGPL-2.1+" SLOT="2.68" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="gtk-doc debug test" RESTRICT="!test? ( test )" |