diff options
author | 2022-01-01 09:53:51 +0000 | |
---|---|---|
committer | 2022-01-01 09:53:51 +0000 | |
commit | 41960d7e948f2b3528105641819345fed915a847 (patch) | |
tree | b79b9d19d6395b875a4724c4cab5a573f378be23 /profiles/arch/s390 | |
parent | profiles/targets/desktop/plasma: drop obsolete entry (diff) | |
download | gentoo-41960d7e948f2b3528105641819345fed915a847.tar.gz gentoo-41960d7e948f2b3528105641819345fed915a847.tar.bz2 gentoo-41960d7e948f2b3528105641819345fed915a847.zip |
profiles: cleanup obsolete git[pcre-jit] entries
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'profiles/arch/s390')
-rw-r--r-- | profiles/arch/s390/package.use.mask | 7 | ||||
-rw-r--r-- | profiles/arch/s390/s390x/package.use.mask | 3 |
2 files changed, 2 insertions, 8 deletions
diff --git a/profiles/arch/s390/package.use.mask b/profiles/arch/s390/package.use.mask index 3c5a79ed8553..0fc4971c703e 100644 --- a/profiles/arch/s390/package.use.mask +++ b/profiles/arch/s390/package.use.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Sam James <sam@gentoo.org> (2021-11-05) @@ -35,11 +35,6 @@ app-arch/rpm test # no ceph keyworded net-analyzer/rrdtool rados -# Robin H. Johnson <robbat2@gentoo.org> (2017-08-05) -# Upstream Git is switching to PCRE2 w/ JIT. -# This is not available on some arches, where a fallback to PCRE1 without JIT is used. -dev-vcs/git pcre-jit - # Lars Wendler <polynomial-c@gentoo.org> (2016-11-17) # jit not supported on s390 dev-libs/libpcre2 jit diff --git a/profiles/arch/s390/s390x/package.use.mask b/profiles/arch/s390/s390x/package.use.mask index 9d4593ef4b49..9af431104cb5 100644 --- a/profiles/arch/s390/s390x/package.use.mask +++ b/profiles/arch/s390/s390x/package.use.mask @@ -1,8 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 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) # but it doesn't seem to build right now? dev-libs/libpcre2 jit -dev-vcs/git pcre-jit |