Gentoo Archives: gentoo-commits

From: Alon Bar-Lev <alonbl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/xmlsec/
Date: Thu, 27 Sep 2018 23:55:29
Message-Id: 1538092304.f8bba9f04dd4e1bd80f42c1a9423425c156095eb.alonbl@gentoo
1 commit: f8bba9f04dd4e1bd80f42c1a9423425c156095eb
2 Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 23 19:36:02 2018 +0000
4 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 27 23:51:44 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8bba9f0
7
8 dev-libs/xmlsec: eapi bump
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11
12 dev-libs/xmlsec/xmlsec-1.2.26.ebuild | 10 +++++-----
13 1 file changed, 5 insertions(+), 5 deletions(-)
14
15 diff --git a/dev-libs/xmlsec/xmlsec-1.2.26.ebuild b/dev-libs/xmlsec/xmlsec-1.2.26.ebuild
16 index e4393747d0b..51d54fb3752 100644
17 --- a/dev-libs/xmlsec/xmlsec-1.2.26.ebuild
18 +++ b/dev-libs/xmlsec/xmlsec-1.2.26.ebuild
19 @@ -1,9 +1,9 @@
20 # Copyright 1999-2018 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=6
24 +EAPI=7
25
26 -inherit autotools ltprune
27 +inherit autotools
28
29 DESCRIPTION="Command line tool for signing, verifying, encrypting and decrypting XML"
30 HOMEPAGE="https://www.aleksey.com/xmlsec"
31 @@ -28,8 +28,8 @@ RDEPEND=">=dev-libs/libxml2-2.7.4
32 !libressl? ( dev-libs/openssl:0= )
33 libressl? ( dev-libs/libressl:0= )
34 )"
35 -DEPEND="${RDEPEND}
36 - virtual/pkgconfig"
37 +DEPEND="${RDEPEND}"
38 +BDEPEND="virtual/pkgconfig"
39
40 S="${WORKDIR}/${PN}1-${PV}"
41
42 @@ -61,5 +61,5 @@ src_test() {
43
44 src_install() {
45 default
46 - prune_libtool_files --all
47 + find "${D}" -name '*.la' -delete || die
48 }