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 14C4815808B for ; Mon, 7 Feb 2022 19:03:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4150C2BC00F; Mon, 7 Feb 2022 19:03:34 +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 2158F2BC004 for ; Mon, 7 Feb 2022 19:03:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 2347F342A61 for ; Mon, 7 Feb 2022 19:03:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B35E2D0 for ; Mon, 7 Feb 2022 19:03:30 +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: <1644260599.35d64791f372f87fb4bb302bc2f01b01ea8280e5.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/vte/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/vte/vte-0.64.2.ebuild x11-libs/vte/vte-0.66.2.ebuild X-VCS-Directories: x11-libs/vte/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 35d64791f372f87fb4bb302bc2f01b01ea8280e5 X-VCS-Branch: master Date: Mon, 7 Feb 2022 19:03:30 +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: 8e1da5ff-576b-41ff-9078-3e073cc97d50 X-Archives-Hash: a7474360e3bff8ea73a14bac186bfafc commit: 35d64791f372f87fb4bb302bc2f01b01ea8280e5 Author: Matt Turner gentoo org> AuthorDate: Mon Feb 7 18:57:02 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Feb 7 19:03:19 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35d64791 x11-libs/vte: Raise required vala version Closes: https://bugs.gentoo.org/832690 Signed-off-by: Matt Turner gentoo.org> x11-libs/vte/vte-0.64.2.ebuild | 2 +- x11-libs/vte/vte-0.66.2.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-libs/vte/vte-0.64.2.ebuild b/x11-libs/vte/vte-0.64.2.ebuild index 21873ac96c91..10cf451a638a 100644 --- a/x11-libs/vte/vte-0.64.2.ebuild +++ b/x11-libs/vte/vte-0.64.2.ebuild @@ -4,7 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{7..9} ) VALA_USE_DEPEND="vapigen" -VALA_MIN_API_VERSION="0.32" +VALA_MIN_API_VERSION="0.48" inherit gnome.org meson python-any-r1 vala xdg diff --git a/x11-libs/vte/vte-0.66.2.ebuild b/x11-libs/vte/vte-0.66.2.ebuild index 5d00801b3f56..3d4b54d8096a 100644 --- a/x11-libs/vte/vte-0.66.2.ebuild +++ b/x11-libs/vte/vte-0.66.2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 PYTHON_COMPAT=( python3_{8..10} ) VALA_USE_DEPEND="vapigen" -VALA_MIN_API_VERSION="0.32" +VALA_MIN_API_VERSION="0.48" inherit gnome.org meson python-any-r1 vala xdg