From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2093D13835A for ; Sat, 27 Feb 2021 02:25:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55A47E0885; Sat, 27 Feb 2021 02:25:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3E0B0E0885 for ; Sat, 27 Feb 2021 02:25:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EB34D3410F7 for ; Sat, 27 Feb 2021 02:25:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 41C01530 for ; Sat, 27 Feb 2021 02:25:09 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1614392695.100e42c2ced290472f0db7032ec9f8ff111b1711.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/c-capnproto/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/c-capnproto/c-capnproto-0.3.ebuild X-VCS-Directories: dev-libs/c-capnproto/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 100e42c2ced290472f0db7032ec9f8ff111b1711 X-VCS-Branch: master Date: Sat, 27 Feb 2021 02:25:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ad3ebc9f-8a7b-453f-8342-1bb714c68cd7 X-Archives-Hash: da1cf7d1b103d08c7ef65fb4eaf24c04 commit: 100e42c2ced290472f0db7032ec9f8ff111b1711 Author: Sam James gentoo org> AuthorDate: Sat Feb 27 01:15:58 2021 +0000 Commit: Sam James gentoo 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 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"