dev-util/android-tools: depend on libpcre

The fastboot code uses pcre, so make sure we pull it in.

URL: http://crbug.com/583612
This commit is contained in:
Mike Frysinger
2016-02-04 13:46:30 -05:00
parent f519ced1b2
commit 92198a7f1b

View 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$
@@ -25,8 +25,8 @@ KEYWORDS="~amd64 ~x86 ~arm-linux ~x86-linux"
IUSE=""
RDEPEND="sys-libs/zlib:=
dev-libs/openssl:0="
dev-libs/openssl:0=
dev-libs/libpcre"
DEPEND="${RDEPEND}"
S=${WORKDIR}