dev-db/kyotocabinet: add missing USE deps
authorMichael Palimaka <kensington@gentoo.org>
Sun, 24 Jan 2016 15:54:53 +0000 (02:54 +1100)
committerMichael Palimaka <kensington@gentoo.org>
Sun, 24 Jan 2016 15:55:59 +0000 (02:55 +1100)
Gentoo-bug: 545350

Package-Manager: portage-2.2.27

dev-db/kyotocabinet/kyotocabinet-1.2.76-r1.ebuild

index ea29c3c6f97f7f9eabc56149dcf521b66b7d4177..f523908495bb509f2e3d0f0ceb57242656063e08 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -15,8 +15,8 @@ SLOT="0"
 KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
 IUSE="debug doc examples static-libs"
 
-DEPEND="sys-libs/zlib
-       app-arch/xz-utils"
+DEPEND="sys-libs/zlib[static-libs?]
+       app-arch/xz-utils[static-libs?]"
 RDEPEND="${DEPEND}"
 
 src_prepare() {