dev-util/android-tools: depend on libpcre
authorMike Frysinger <vapier@gentoo.org>
Thu, 4 Feb 2016 18:46:30 +0000 (13:46 -0500)
committerMike Frysinger <vapier@gentoo.org>
Thu, 4 Feb 2016 18:46:54 +0000 (13:46 -0500)
The fastboot code uses pcre, so make sure we pull it in.

URL: http://crbug.com/583612

dev-util/android-tools/android-tools-5.1.1_p13.ebuild

index 8558b9ec85178bd0a1e04e472957d38f901fe00b..c1242665785cfc36759c87c0f8927b22898400c6 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$
 
@@ -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}