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 7174013835A for ; Wed, 27 Jan 2021 13:29:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6735EE0AD3; Wed, 27 Jan 2021 13:29:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 36AFDE0AD3 for ; Wed, 27 Jan 2021 13:29:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 304AE340E2D for ; Wed, 27 Jan 2021 13:29:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5CE7049 for ; Wed, 27 Jan 2021 13:29:26 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1611754158.41ef597905e32f72782ecf37aee91a7bced579cc.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/libcacard/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/libcacard/libcacard-2.6.0.ebuild X-VCS-Directories: app-emulation/libcacard/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 41ef597905e32f72782ecf37aee91a7bced579cc X-VCS-Branch: master Date: Wed, 27 Jan 2021 13:29:26 +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: 0ceedc71-f35d-42ac-9ac5-82f6c64c24e8 X-Archives-Hash: 28dea6c3cc9ff153be84bc21d533f709 commit: 41ef597905e32f72782ecf37aee91a7bced579cc Author: David Michael gmail com> AuthorDate: Sun Jan 24 18:27:08 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Jan 27 13:29:18 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41ef5979 app-emulation/libcacard: EAPI 7 Closes: https://bugs.gentoo.org/766911 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: David Michael gmail.com> Signed-off-by: Joonas Niilola gentoo.org> app-emulation/libcacard/libcacard-2.6.0.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app-emulation/libcacard/libcacard-2.6.0.ebuild b/app-emulation/libcacard/libcacard-2.6.0.ebuild index c196a512a7c..60300c338e3 100644 --- a/app-emulation/libcacard/libcacard-2.6.0.ebuild +++ b/app-emulation/libcacard/libcacard-2.6.0.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI=7 DESCRIPTION="virtual Common Access Card (CAC) library emulator" HOMEPAGE="https://www.spice-space.org/" @@ -15,12 +15,12 @@ IUSE="+passthrough static-libs" RDEPEND=">=dev-libs/nss-3.13 >=dev-libs/glib-2.22 passthrough? ( >=sys-apps/pcsc-lite-1.8 )" -DEPEND="${RDEPEND} - virtual/pkgconfig" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" PATCHES=( "${FILESDIR}/${P}-simpletlv-test-fix.patch" - ) +) src_prepare() { default