diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2017-02-04 00:26:00 +0200 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2017-02-04 03:30:43 +0200 |
commit | b5ea7aff90f8b7375420f89ba31656d075349f00 (patch) | |
tree | afab224b7f698336be54d3f608bc2840d7a86458 /dev-libs/openct | |
parent | dev-libs/nettle: remove dohtml (diff) | |
download | gentoo-b5ea7aff90f8b7375420f89ba31656d075349f00.tar.gz gentoo-b5ea7aff90f8b7375420f89ba31656d075349f00.tar.bz2 gentoo-b5ea7aff90f8b7375420f89ba31656d075349f00.zip |
dev-libs/openct: eapi bump
Package-Manager: portage-2.3.3
Diffstat (limited to 'dev-libs/openct')
-rw-r--r-- | dev-libs/openct/openct-0.6.20-r4.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-libs/openct/openct-0.6.20-r4.ebuild b/dev-libs/openct/openct-0.6.20-r4.ebuild index f3b0c65c3ad4..3808beab2afc 100644 --- a/dev-libs/openct/openct-0.6.20-r4.ebuild +++ b/dev-libs/openct/openct-0.6.20-r4.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 inherit eutils flag-o-matic multilib udev user @@ -17,9 +17,9 @@ SLOT="0" IUSE="doc pcsc-lite usb debug +udev" # Drop the libtool dep once libltdl goes stable. -RDEPEND="pcsc-lite? ( >=sys-apps/pcsc-lite-1.7.2-r1 ) +RDEPEND="pcsc-lite? ( >=sys-apps/pcsc-lite-1.7.2-r1:= ) usb? ( virtual/libusb:0 ) - || ( dev-libs/libltdl:0 <sys-devel/libtool-2.4.3-r2:2 )" + dev-libs/libltdl:0=" DEPEND="${RDEPEND} doc? ( app-doc/doxygen )" @@ -56,7 +56,7 @@ src_configure() { } src_install() { - emake DESTDIR="${D}" install + default prune_libtool_files --all rm "${D}"/usr/$(get_libdir)/openct-ifd.* |