Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/glog/
Date: Sat, 29 Jan 2022 15:20:23
Message-Id: 1643469583.eabea8e8b4bdab2296186b8d8ea4e0469af88183.dlan@gentoo
1 commit: eabea8e8b4bdab2296186b8d8ea4e0469af88183
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Thu Jan 27 01:00:00 2022 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 29 15:19:43 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eabea8e8
7
8 dev-cpp/glog: Use EAPI="8".
9
10 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
11 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
12
13 dev-cpp/glog/glog-0.5.0.ebuild | 5 ++---
14 1 file changed, 2 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-cpp/glog/glog-0.5.0.ebuild b/dev-cpp/glog/glog-0.5.0.ebuild
17 index 4df075626adc..0c9b38f9a7c0 100644
18 --- a/dev-cpp/glog/glog-0.5.0.ebuild
19 +++ b/dev-cpp/glog/glog-0.5.0.ebuild
20 @@ -1,8 +1,7 @@
21 -# Copyright 2011-2021 Gentoo Authors
22 +# Copyright 2011-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI="7"
26 -CMAKE_ECLASS="cmake"
27 +EAPI="8"
28
29 inherit cmake-multilib