commit:     100e42c2ced290472f0db7032ec9f8ff111b1711
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 27 01:15:58 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 27 02:24:55 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=100e42c2

dev-libs/c-capnproto: port to EAPI 7

Package-Manager: Portage-3.0.15, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/c-capnproto/c-capnproto-0.3.ebuild | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/dev-libs/c-capnproto/c-capnproto-0.3.ebuild 
b/dev-libs/c-capnproto/c-capnproto-0.3.ebuild
index 645557b58a6..efe586aaee4 100644
--- a/dev-libs/c-capnproto/c-capnproto-0.3.ebuild
+++ b/dev-libs/c-capnproto/c-capnproto-0.3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-inherit autotools-utils
+inherit autotools
 
 DESCRIPTION="C library/compiler for the Cap'n Proto serialization/RPC protocol"
 HOMEPAGE="https://github.com/opensourcerouting/c-capnproto";
@@ -12,9 +12,5 @@ 
SRC_URI="https://github.com/opensourcerouting/c-capnproto/releases/download/${P}
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="amd64 arm arm64"
-IUSE="static-libs"
 
-RDEPEND=""
-DEPEND="${RDEPEND}
-       app-arch/xz-utils
-"
+BDEPEND="app-arch/xz-utils"

Reply via email to