diff options
author | Michael Palimaka <kensington@gentoo.org> | 2016-01-25 02:54:53 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-01-25 02:55:59 +1100 |
commit | a2115010f6dabb5cb638743be648bea292892243 (patch) | |
tree | 7cd3e5a2922f2eb4553a6481ac845f80c95f9162 /dev-db | |
parent | www-apps/tt-rss: Remove old (diff) | |
download | gentoo-a2115010f6dabb5cb638743be648bea292892243.tar.gz gentoo-a2115010f6dabb5cb638743be648bea292892243.tar.bz2 gentoo-a2115010f6dabb5cb638743be648bea292892243.zip |
dev-db/kyotocabinet: add missing USE deps
Gentoo-bug: 545350
Package-Manager: portage-2.2.27
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/kyotocabinet/kyotocabinet-1.2.76-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-db/kyotocabinet/kyotocabinet-1.2.76-r1.ebuild b/dev-db/kyotocabinet/kyotocabinet-1.2.76-r1.ebuild index ea29c3c6f97f..f523908495bb 100644 --- a/dev-db/kyotocabinet/kyotocabinet-1.2.76-r1.ebuild +++ b/dev-db/kyotocabinet/kyotocabinet-1.2.76-r1.ebuild @@ -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() { |