diff options
author | Sam James <sam@gentoo.org> | 2021-02-27 01:15:58 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-27 02:24:55 +0000 |
commit | 100e42c2ced290472f0db7032ec9f8ff111b1711 (patch) | |
tree | 26fa1a66f0e509e89395b2f7540728553adf3130 /dev-libs/c-capnproto | |
parent | profiles/package.mask: last-rite dev-scheme/greg (diff) | |
download | gentoo-100e42c2ced290472f0db7032ec9f8ff111b1711.tar.gz gentoo-100e42c2ced290472f0db7032ec9f8ff111b1711.tar.bz2 gentoo-100e42c2ced290472f0db7032ec9f8ff111b1711.zip |
dev-libs/c-capnproto: port to EAPI 7
Package-Manager: Portage-3.0.15, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/c-capnproto')
-rw-r--r-- | dev-libs/c-capnproto/c-capnproto-0.3.ebuild | 12 |
1 files 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 645557b58a6b..efe586aaee46 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" |