Gentoo Archives: gentoo-commits

From: Ronny Gutbrod <gentoo@××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/mastodonpp/
Date: Mon, 01 Aug 2022 12:41:18
Message-Id: 1659357467.cf91875627ce4f09289f3eb8117c4af16dcd4fe0.tastytea@gentoo
1 commit: cf91875627ce4f09289f3eb8117c4af16dcd4fe0
2 Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
3 AuthorDate: Mon Aug 1 12:37:47 2022 +0000
4 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
5 CommitDate: Mon Aug 1 12:37:47 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cf918756
7
8 dev-cpp/mastodonpp: EAPI 7 -> 8
9
10 Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
11
12 dev-cpp/mastodonpp/mastodonpp-0.5.7-r1.ebuild | 2 +-
13 dev-cpp/mastodonpp/mastodonpp-9999.ebuild | 4 ++--
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-cpp/mastodonpp/mastodonpp-0.5.7-r1.ebuild b/dev-cpp/mastodonpp/mastodonpp-0.5.7-r1.ebuild
17 index 3f03ff4df..96ce9cef8 100644
18 --- a/dev-cpp/mastodonpp/mastodonpp-0.5.7-r1.ebuild
19 +++ b/dev-cpp/mastodonpp/mastodonpp-0.5.7-r1.ebuild
20 @@ -1,7 +1,7 @@
21 # Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=7
25 +EAPI=8
26
27 inherit cmake
28 [[ "${PV}" == "9999" ]] && inherit git-r3
29
30 diff --git a/dev-cpp/mastodonpp/mastodonpp-9999.ebuild b/dev-cpp/mastodonpp/mastodonpp-9999.ebuild
31 index 60770d518..2be3056dc 100644
32 --- a/dev-cpp/mastodonpp/mastodonpp-9999.ebuild
33 +++ b/dev-cpp/mastodonpp/mastodonpp-9999.ebuild
34 @@ -1,7 +1,7 @@
35 -# Copyright 1999-2020 Gentoo Authors
36 +# Copyright 1999-2022 Gentoo Authors
37 # Distributed under the terms of the GNU General Public License v2
38
39 -EAPI=7
40 +EAPI=8
41
42 inherit cmake
43 [[ "${PV}" == "9999" ]] && inherit git-r3