diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2017-08-09 21:42:42 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2017-08-09 21:43:19 -0700 |
commit | 90dc3c702ec1b5d9827fb5d890a82acaad95cb5a (patch) | |
tree | 349cf8354384292b594014a28eb49da147dd8c3d /dev-vcs/git/git-9999-r3.ebuild | |
parent | dev-util/pkgconf: arm stable, bug #627040 (diff) | |
download | gentoo-90dc3c702ec1b5d9827fb5d890a82acaad95cb5a.tar.gz gentoo-90dc3c702ec1b5d9827fb5d890a82acaad95cb5a.tar.bz2 gentoo-90dc3c702ec1b5d9827fb5d890a82acaad95cb5a.zip |
dev-vcs/git: permit -pcre-jit w/ dev-libs/libpcre[jit]
Package-Manager: portage-2.3.6
Diffstat (limited to 'dev-vcs/git/git-9999-r3.ebuild')
-rw-r--r-- | dev-vcs/git/git-9999-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/git/git-9999-r3.ebuild b/dev-vcs/git/git-9999-r3.ebuild index 5f87faa86de0..1ef3c35807cd 100644 --- a/dev-vcs/git/git-9999-r3.ebuild +++ b/dev-vcs/git/git-9999-r3.ebuild @@ -53,7 +53,7 @@ CDEPEND=" sys-libs/zlib pcre? ( pcre-jit? ( dev-libs/libpcre2[jit(+)] ) - !pcre-jit? ( dev-libs/libpcre[-jit(-)] ) + !pcre-jit? ( dev-libs/libpcre ) ) perl? ( dev-lang/perl:=[-build(-)] ) tk? ( dev-lang/tk:0= ) |