Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/c-capnproto/
Date: Sat, 27 Feb 2021 02:25:14
Message-Id: 1614392695.100e42c2ced290472f0db7032ec9f8ff111b1711.sam@gentoo
1 commit: 100e42c2ced290472f0db7032ec9f8ff111b1711
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 27 01:15:58 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 27 02:24:55 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=100e42c2
7
8 dev-libs/c-capnproto: port to EAPI 7
9
10 Package-Manager: Portage-3.0.15, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-libs/c-capnproto/c-capnproto-0.3.ebuild | 12 ++++--------
14 1 file changed, 4 insertions(+), 8 deletions(-)
15
16 diff --git a/dev-libs/c-capnproto/c-capnproto-0.3.ebuild b/dev-libs/c-capnproto/c-capnproto-0.3.ebuild
17 index 645557b58a6..efe586aaee4 100644
18 --- a/dev-libs/c-capnproto/c-capnproto-0.3.ebuild
19 +++ b/dev-libs/c-capnproto/c-capnproto-0.3.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=5
26 +EAPI=7
27
28 -inherit autotools-utils
29 +inherit autotools
30
31 DESCRIPTION="C library/compiler for the Cap'n Proto serialization/RPC protocol"
32 HOMEPAGE="https://github.com/opensourcerouting/c-capnproto"
33 @@ -12,9 +12,5 @@ SRC_URI="https://github.com/opensourcerouting/c-capnproto/releases/download/${P}
34 LICENSE="MIT"
35 SLOT="0"
36 KEYWORDS="amd64 arm arm64"
37 -IUSE="static-libs"
38
39 -RDEPEND=""
40 -DEPEND="${RDEPEND}
41 - app-arch/xz-utils
42 -"
43 +BDEPEND="app-arch/xz-utils"