diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-11-09 16:24:24 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-11-09 16:24:24 +0000 |
commit | 550a5d1cbbcf78281cf3a9041a292fecf626055a (patch) | |
tree | 304b2c08dd6a1310ac198d097bc8dfd35abc70b4 /dev-libs/libxls | |
parent | dev-lang/nim: drop redundant 'insinto' (diff) | |
download | gentoo-550a5d1cbbcf78281cf3a9041a292fecf626055a.tar.gz gentoo-550a5d1cbbcf78281cf3a9041a292fecf626055a.tar.bz2 gentoo-550a5d1cbbcf78281cf3a9041a292fecf626055a.zip |
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>
Diffstat (limited to 'dev-libs/libxls')
-rw-r--r-- | dev-libs/libxls/libxls-1.4.0-r1.ebuild | 11 |
1 files changed, 7 insertions, 4 deletions
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 |