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 AEF7715800F for ; Sun, 1 Jan 2023 14:48:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C89B0E07EF; Sun, 1 Jan 2023 14:48:36 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 B455DE07EF for ; Sun, 1 Jan 2023 14:48:36 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EAFBD340D5A for ; Sun, 1 Jan 2023 14:48:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2480F803 for ; Sun, 1 Jan 2023 14:48:33 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1672584472.4a7d4c80eebb8e61aac6756bed6772827fd7182d.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-contacts/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/gnome-contacts/gnome-contacts-41.0.ebuild gnome-extra/gnome-contacts/gnome-contacts-42.0-r1.ebuild X-VCS-Directories: gnome-extra/gnome-contacts/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 4a7d4c80eebb8e61aac6756bed6772827fd7182d X-VCS-Branch: master Date: Sun, 1 Jan 2023 14:48:33 +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: 221317a6-2783-44d6-a015-ffa68ba4bd46 X-Archives-Hash: 15bc232adcd11efe143402eac0a7f680 commit: 4a7d4c80eebb8e61aac6756bed6772827fd7182d Author: David Seifert gentoo org> AuthorDate: Sun Jan 1 14:47:52 2023 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Jan 1 14:47:52 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a7d4c80 gnome-extra/gnome-contacts: remove stale VALA_MIN_API_VERSION Signed-off-by: David Seifert gentoo.org> gnome-extra/gnome-contacts/gnome-contacts-41.0.ebuild | 4 ++-- gnome-extra/gnome-contacts/gnome-contacts-42.0-r1.ebuild | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/gnome-extra/gnome-contacts/gnome-contacts-41.0.ebuild b/gnome-extra/gnome-contacts/gnome-contacts-41.0.ebuild index c0f1d80d7643..a243a8f0640b 100644 --- a/gnome-extra/gnome-contacts/gnome-contacts-41.0.ebuild +++ b/gnome-extra/gnome-contacts/gnome-contacts-41.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 + PYTHON_COMPAT=( python3_{7..9} ) -VALA_MIN_API_VERSION="0.40" inherit gnome.org gnome2-utils meson python-any-r1 vala xdg diff --git a/gnome-extra/gnome-contacts/gnome-contacts-42.0-r1.ebuild b/gnome-extra/gnome-contacts/gnome-contacts-42.0-r1.ebuild index b5fd4cd8140d..fd163a137688 100644 --- a/gnome-extra/gnome-contacts/gnome-contacts-42.0-r1.ebuild +++ b/gnome-extra/gnome-contacts/gnome-contacts-42.0-r1.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) -VALA_MIN_API_VERSION="0.54" +PYTHON_COMPAT=( python3_{8..10} ) inherit gnome.org gnome2-utils meson python-any-r1 vala xdg DESCRIPTION="GNOME contact management application"