summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Bar-Lev <alonbl@gentoo.org>2018-09-23 22:36:02 +0300
committerAlon Bar-Lev <alonbl@gentoo.org>2018-09-28 02:51:44 +0300
commitf8bba9f04dd4e1bd80f42c1a9423425c156095eb (patch)
treea379f11b80db3fe4124702a13bfe1f115b3a71c7
parentdev-libs/softhsm: eapi bump (diff)
downloadgentoo-f8bba9f0.tar.gz
gentoo-f8bba9f0.tar.bz2
gentoo-f8bba9f0.zip
dev-libs/xmlsec: eapi bump
Package-Manager: Portage-2.3.49, Repoman-2.3.10
-rw-r--r--dev-libs/xmlsec/xmlsec-1.2.26.ebuild10
1 files 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 e4393747d0bd..51d54fb37527 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
}