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 9FAF5138334 for ; Thu, 27 Sep 2018 23:55:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 820F9E0957; Thu, 27 Sep 2018 23:55:25 +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 5D51AE0957 for ; Thu, 27 Sep 2018 23:55:25 +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 DA84B335CEA for ; Thu, 27 Sep 2018 23:55:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CBFF1431 for ; Thu, 27 Sep 2018 23:55:20 +0000 (UTC) From: "Alon Bar-Lev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alon Bar-Lev" Message-ID: <1538092304.f8bba9f04dd4e1bd80f42c1a9423425c156095eb.alonbl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/xmlsec/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/xmlsec/xmlsec-1.2.26.ebuild X-VCS-Directories: dev-libs/xmlsec/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: f8bba9f04dd4e1bd80f42c1a9423425c156095eb X-VCS-Branch: master Date: Thu, 27 Sep 2018 23:55:20 +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-Archives-Salt: 87e9d2ae-458e-40bf-9e66-3291770e9ec8 X-Archives-Hash: ea1ab3ef68b5dacaebabb5e94cdbd6c7 commit: f8bba9f04dd4e1bd80f42c1a9423425c156095eb Author: Alon Bar-Lev gentoo org> AuthorDate: Sun Sep 23 19:36:02 2018 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Thu Sep 27 23:51:44 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8bba9f0 dev-libs/xmlsec: eapi bump Package-Manager: Portage-2.3.49, Repoman-2.3.10 dev-libs/xmlsec/xmlsec-1.2.26.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-libs/xmlsec/xmlsec-1.2.26.ebuild b/dev-libs/xmlsec/xmlsec-1.2.26.ebuild index e4393747d0b..51d54fb3752 100644 --- a/dev-libs/xmlsec/xmlsec-1.2.26.ebuild +++ b/dev-libs/xmlsec/xmlsec-1.2.26.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -inherit autotools ltprune +inherit autotools DESCRIPTION="Command line tool for signing, verifying, encrypting and decrypting XML" HOMEPAGE="https://www.aleksey.com/xmlsec" @@ -28,8 +28,8 @@ RDEPEND=">=dev-libs/libxml2-2.7.4 !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) )" -DEPEND="${RDEPEND} - virtual/pkgconfig" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" S="${WORKDIR}/${PN}1-${PV}" @@ -61,5 +61,5 @@ src_test() { src_install() { default - prune_libtool_files --all + find "${D}" -name '*.la' -delete || die }