diff options
author | Sam James <sam@gentoo.org> | 2021-02-05 22:25:52 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-05 22:25:52 +0000 |
commit | cf33617066545ad24484ad9f61d52db6ad1ae780 (patch) | |
tree | 9b5b3fd7fc11214347c0a67311c5fa3f73e9b5cf /profiles | |
parent | profiles/arch/s390/package.use.mask: fix 'ia64' typo (diff) | |
download | gentoo-cf33617066545ad24484ad9f61d52db6ad1ae780.tar.gz gentoo-cf33617066545ad24484ad9f61d52db6ad1ae780.tar.bz2 gentoo-cf33617066545ad24484ad9f61d52db6ad1ae780.zip |
profiles/arch/s390/s390x: unmask dev-libs/libpcre2[jit] here
Available for s390x, just not s390.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/s390/s390x/package.use.mask | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/profiles/arch/s390/s390x/package.use.mask b/profiles/arch/s390/s390x/package.use.mask new file mode 100644 index 000000000000..783ff0a1b863 --- /dev/null +++ b/profiles/arch/s390/s390x/package.use.mask @@ -0,0 +1,7 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Sam James <sam@gentoo.org> (2021-02-05) +# libpcre2 has JIT support for s390x (not s390) +dev-libs/libpcre2 -jit +dev-vcs/git -pcre-jit |