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 4875A158091 for ; Tue, 31 May 2022 07:27:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE33EE0972; Tue, 31 May 2022 07:27:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 D43EBE0972 for ; Tue, 31 May 2022 07:27:05 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CE53A341AC9 for ; Tue, 31 May 2022 07:27:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F26FED3 for ; Tue, 31 May 2022 07:27:02 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1653982006.29be6dc1acb34d22cced543e7c04fe32e616cb01.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/libcloudproviders/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-libs/libcloudproviders/libcloudproviders-0.3.1.ebuild X-VCS-Directories: dev-libs/libcloudproviders/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 29be6dc1acb34d22cced543e7c04fe32e616cb01 X-VCS-Branch: dev Date: Tue, 31 May 2022 07:27:02 +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: 3089ebac-21db-4fad-8ba3-d897adb9132a X-Archives-Hash: 4909bf4192fc0a58c7470cd566226f7e commit: 29be6dc1acb34d22cced543e7c04fe32e616cb01 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Tue May 31 05:58:23 2022 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Tue May 31 07:26:46 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=29be6dc1 dev-libs/libcloudproviders: update EAPI 7 -> 8 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-libs/libcloudproviders/libcloudproviders-0.3.1.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/dev-libs/libcloudproviders/libcloudproviders-0.3.1.ebuild b/dev-libs/libcloudproviders/libcloudproviders-0.3.1.ebuild index 3af6f641a..9f1202472 100644 --- a/dev-libs/libcloudproviders/libcloudproviders-0.3.1.ebuild +++ b/dev-libs/libcloudproviders/libcloudproviders-0.3.1.ebuild @@ -1,11 +1,9 @@ # Copyright 2019-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -VALA_MIN_API_VERSION="0.44" VALA_USE_DEPEND="vapigen" - inherit meson vala DESCRIPTION="DBus API that allows cloud storage sync clients to expose their services." @@ -36,7 +34,7 @@ BDEPEND=" src_prepare() { default - vala_src_prepare + vala_setup } src_configure() {