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 0E7A015808B for ; Tue, 22 Mar 2022 00:24:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E312FE0937; Tue, 22 Mar 2022 00:24:05 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C3673E0909 for ; Tue, 22 Mar 2022 00:24:05 +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 04CA1343195 for ; Tue, 22 Mar 2022 00:24:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5ED25334 for ; Tue, 22 Mar 2022 00:24:03 +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: <1647908623.e48b22d03b072728d7e958bf1c0e1c70f7aafe34.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/vala/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/vala/vala-0.56.0.ebuild X-VCS-Directories: dev-lang/vala/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: e48b22d03b072728d7e958bf1c0e1c70f7aafe34 X-VCS-Branch: master Date: Tue, 22 Mar 2022 00:24:03 +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: e0d8a349-54d2-4665-99f6-3c752a11d606 X-Archives-Hash: 6bddc09d7304cfe8ee967aa6026a72d4 commit: e48b22d03b072728d7e958bf1c0e1c70f7aafe34 Author: Matt Turner gentoo org> AuthorDate: Tue Mar 22 00:00:54 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Mar 22 00:23:43 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e48b22d0 dev-lang/vala: Use SLOT="0.56" for 0.56.0. Signed-off-by: Matt Turner gentoo.org> dev-lang/vala/vala-0.56.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/vala/vala-0.56.0.ebuild b/dev-lang/vala/vala-0.56.0.ebuild index 73d616e5874c..c0e5551a7eb6 100644 --- a/dev-lang/vala/vala-0.56.0.ebuild +++ b/dev-lang/vala/vala-0.56.0.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="Compiler for the GObject type system" HOMEPAGE="https://wiki.gnome.org/Projects/Vala" LICENSE="LGPL-2.1+" -SLOT="0.54" +SLOT="0.56" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x86-linux" IUSE="test valadoc" RESTRICT="!test? ( test )"