From 14732669ad22be0f04604a279a9d5ed80205002b Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Mon, 19 Dec 2016 09:44:09 +0100 Subject: net-misc/tlsdate: Bump to EAPI-6 so we can make use of sub-slot deps. Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- net-misc/tlsdate/tlsdate-0.0.13.ebuild | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'net-misc/tlsdate/tlsdate-0.0.13.ebuild') diff --git a/net-misc/tlsdate/tlsdate-0.0.13.ebuild b/net-misc/tlsdate/tlsdate-0.0.13.ebuild index 5b1f523bbfd3..dab1fa89695c 100644 --- a/net-misc/tlsdate/tlsdate-0.0.13.ebuild +++ b/net-misc/tlsdate/tlsdate-0.0.13.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="4" +EAPI=6 inherit autotools eutils systemd vcs-snapshot user @@ -15,18 +15,23 @@ SLOT="0" KEYWORDS="amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~s390 ~sh ~sparc x86" IUSE="dbus +seccomp static-libs" -DEPEND="dev-libs/openssl - dev-libs/libevent +DEPEND="dev-libs/openssl:0= + dev-libs/libevent:= dbus? ( sys-apps/dbus )" RDEPEND="${DEPEND}" +PATCHES=( + "${FILESDIR}"/${P}-tlsdated-service.patch +) + src_prepare() { # Use the system cert store rather than a custom one specific # to the tlsdate package. #534394 sed -i \ -e 's:/tlsdate/ca-roots/tlsdate-ca-roots.conf:/ssl/certs/ca-certificates.crt:' \ Makefile.am || die - epatch "${FILESDIR}"/${P}-tlsdated-service.patch + + default eautoreconf } -- cgit v1.2.3-65-gdbad