commit: 5f97c04058cec4438bf5b6d2eb6dcf45d24e77ae Author: Anthony Ruhier <aruhier <AT> mailbox <DOT> org> AuthorDate: Fri Sep 16 09:46:28 2022 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Fri Sep 16 13:36:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f97c040
gnome-extra/gucharmap: sync unicode-data version Fixes build, that requires the same version for unicode-data and gucharmap. Closes: https://bugs.gentoo.org/870307 Closes: https://github.com/gentoo/gentoo/pull/27276 Signed-off-by: Anthony Ruhier <aruhier <AT> mailbox.org> Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> gnome-extra/gucharmap/gucharmap-15.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-extra/gucharmap/gucharmap-15.0.0.ebuild b/gnome-extra/gucharmap/gucharmap-15.0.0.ebuild index c894bbc415a1..464d964ef84c 100644 --- a/gnome-extra/gucharmap/gucharmap-15.0.0.ebuild +++ b/gnome-extra/gucharmap/gucharmap-15.0.0.ebuild @@ -14,7 +14,7 @@ LICENSE="GPL-3+" SLOT="2.90" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" -UNICODE_VERSION="14.0" +UNICODE_VERSION="15.0" IUSE="+introspection gtk-doc vala" REQUIRED_USE="vala? ( introspection )"
