From 550a5d1cbbcf78281cf3a9041a292fecf626055a Mon Sep 17 00:00:00 2001
From: Sergei Trofimovich <slyfox@gentoo.org>
Date: Sat, 9 Nov 2019 16:24:24 +0000
Subject: dev-libs/libxls: add BDEPEND="app-arch/unzip"

Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
---
 dev-libs/libxls/libxls-1.4.0-r1.ebuild | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

(limited to 'dev-libs/libxls')

diff --git a/dev-libs/libxls/libxls-1.4.0-r1.ebuild b/dev-libs/libxls/libxls-1.4.0-r1.ebuild
index fd8b84de8c06..eb6a52506754 100644
--- a/dev-libs/libxls/libxls-1.4.0-r1.ebuild
+++ b/dev-libs/libxls/libxls-1.4.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit eutils
 
@@ -15,8 +15,11 @@ KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND=""
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
+DEPEND=""
+BDEPEND="
+	app-arch/unzip
+	virtual/pkgconfig
+"
 
 RESTRICT=test # test driver is missing
 
-- 
cgit v1.2.3-65-gdbad