diff options
author | 2024-01-07 15:35:10 +0000 | |
---|---|---|
committer | 2024-01-07 15:35:10 +0000 | |
commit | cb64e72ca51672041a5a705a3b45f544c6741fcc (patch) | |
tree | aa7637a745d6fc8e80d2f5445b1db95cfc75e75d /dev-libs/gobject-introspection-common | |
parent | dev-cpp/glibmm: Stabilize 2.78.0 arm, #920657 (diff) | |
download | gentoo-cb64e72ca51672041a5a705a3b45f544c6741fcc.tar.gz gentoo-cb64e72ca51672041a5a705a3b45f544c6741fcc.tar.bz2 gentoo-cb64e72ca51672041a5a705a3b45f544c6741fcc.zip |
dev-libs/gobject-introspection-common: Stabilize 1.78.1 arm, #920657
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/gobject-introspection-common')
-rw-r--r-- | dev-libs/gobject-introspection-common/gobject-introspection-common-1.78.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/gobject-introspection-common/gobject-introspection-common-1.78.1.ebuild b/dev-libs/gobject-introspection-common/gobject-introspection-common-1.78.1.ebuild index 1e892d8c3831..ba737c674f86 100644 --- a/dev-libs/gobject-introspection-common/gobject-introspection-common-1.78.1.ebuild +++ b/dev-libs/gobject-introspection-common/gobject-introspection-common-1.78.1.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 @@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/GObjectIntrospection" LICENSE="HPND" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" RDEPEND="!<${CATEGORY}/${GNOME_ORG_MODULE}-${PV}" # Use !<${PV} because mixing gobject-introspection with different version of -common can cause issues like: |