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 9E0B8158094 for ; Tue, 2 Aug 2022 10:55:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43586E0D1A; Tue, 2 Aug 2022 10:55:21 +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 1C3E4E0D18 for ; Tue, 2 Aug 2022 10:55:20 +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 EEB37340D2D for ; Tue, 2 Aug 2022 10:55:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7994656C for ; Tue, 2 Aug 2022 10:55:17 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1659357467.cf91875627ce4f09289f3eb8117c4af16dcd4fe0.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/mastodonpp/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-cpp/mastodonpp/mastodonpp-0.5.7-r1.ebuild dev-cpp/mastodonpp/mastodonpp-9999.ebuild X-VCS-Directories: dev-cpp/mastodonpp/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: cf91875627ce4f09289f3eb8117c4af16dcd4fe0 X-VCS-Branch: master Date: Tue, 2 Aug 2022 10:55:17 +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: dedba5ab-05a0-42ea-b254-552d1ba5998b X-Archives-Hash: 680d209174d820c4096945b0b27b3468 commit: cf91875627ce4f09289f3eb8117c4af16dcd4fe0 Author: Ronny (tastytea) Gutbrod tastytea de> AuthorDate: Mon Aug 1 12:37:47 2022 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Mon Aug 1 12:37:47 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cf918756 dev-cpp/mastodonpp: EAPI 7 -> 8 Signed-off-by: Ronny (tastytea) Gutbrod tastytea.de> dev-cpp/mastodonpp/mastodonpp-0.5.7-r1.ebuild | 2 +- dev-cpp/mastodonpp/mastodonpp-9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-cpp/mastodonpp/mastodonpp-0.5.7-r1.ebuild b/dev-cpp/mastodonpp/mastodonpp-0.5.7-r1.ebuild index 3f03ff4df..96ce9cef8 100644 --- a/dev-cpp/mastodonpp/mastodonpp-0.5.7-r1.ebuild +++ b/dev-cpp/mastodonpp/mastodonpp-0.5.7-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit cmake [[ "${PV}" == "9999" ]] && inherit git-r3 diff --git a/dev-cpp/mastodonpp/mastodonpp-9999.ebuild b/dev-cpp/mastodonpp/mastodonpp-9999.ebuild index 60770d518..2be3056dc 100644 --- a/dev-cpp/mastodonpp/mastodonpp-9999.ebuild +++ b/dev-cpp/mastodonpp/mastodonpp-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit cmake [[ "${PV}" == "9999" ]] && inherit git-r3