diff options
author | Sam James <sam@gentoo.org> | 2023-01-17 20:02:55 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-17 20:02:55 +0000 |
commit | 6f759999eaa5f521248ccbc0bcb184fd4139e8ad (patch) | |
tree | 159aa0691c0615b5fb7b692ff1af1e4855dd1d13 /dev-libs/re2 | |
parent | app-text/poppler: Stabilize 23.01.0 amd64, #888946 (diff) | |
download | gentoo-6f759999eaa5f521248ccbc0bcb184fd4139e8ad.tar.gz gentoo-6f759999eaa5f521248ccbc0bcb184fd4139e8ad.tar.bz2 gentoo-6f759999eaa5f521248ccbc0bcb184fd4139e8ad.zip |
dev-libs/re2: Stabilize 0.2022.12.01 amd64, #888946
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/re2')
-rw-r--r-- | dev-libs/re2/re2-0.2022.12.01.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/re2/re2-0.2022.12.01.ebuild b/dev-libs/re2/re2-0.2022.12.01.ebuild index 767915155109..3a7e851ae545 100644 --- a/dev-libs/re2/re2-0.2022.12.01.ebuild +++ b/dev-libs/re2/re2-0.2022.12.01.ebuild @@ -1,4 +1,4 @@ -# Copyright 2012-2022 Gentoo Authors +# Copyright 2012-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -18,7 +18,7 @@ LICENSE="BSD" # https://abi-laboratory.pro/tracker/timeline/re2/ SONAME="10" SLOT="0/${SONAME}" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" IUSE="icu" BDEPEND="icu? ( virtual/pkgconfig )" |