From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BC92B158094 for ; Fri, 16 Sep 2022 13:36:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB56CE0876; Fri, 16 Sep 2022 13:36:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A15A4E0876 for ; Fri, 16 Sep 2022 13:36:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 66E71335DB5 for ; Fri, 16 Sep 2022 13:36:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C43535D4 for ; Fri, 16 Sep 2022 13:36:27 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1663335375.5f97c04058cec4438bf5b6d2eb6dcf45d24e77ae.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gucharmap/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/gucharmap/gucharmap-15.0.0.ebuild X-VCS-Directories: gnome-extra/gucharmap/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 5f97c04058cec4438bf5b6d2eb6dcf45d24e77ae X-VCS-Branch: master Date: Fri, 16 Sep 2022 13:36:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0700efa6-e6c9-4372-bd81-4aa2cb826716 X-Archives-Hash: 336cc6d219d42b1aa579473777b11a5f commit: 5f97c04058cec4438bf5b6d2eb6dcf45d24e77ae Author: Anthony Ruhier mailbox org> AuthorDate: Fri Sep 16 09:46:28 2022 +0000 Commit: Matt Turner gentoo 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 mailbox.org> Signed-off-by: Matt Turner 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 )"