diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2020-11-06 13:00:49 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2020-11-06 13:01:05 +0100 |
commit | 91b39b002114cfc8d0d4c5d34376d252ca136865 (patch) | |
tree | fe5ac0c968981b5fea88419b3e29d8ea0fbb4617 /dev-libs/icu-le-hb/icu-le-hb-1.0.3-r1.ebuild | |
parent | sys-auth/rtkit: Stabilize 0.13-r1 arm64, #753179 (diff) | |
download | gentoo-91b39b002114cfc8d0d4c5d34376d252ca136865.tar.gz gentoo-91b39b002114cfc8d0d4c5d34376d252ca136865.tar.bz2 gentoo-91b39b002114cfc8d0d4c5d34376d252ca136865.zip |
dev-libs/icu-le-hb: Fixed build with >=dev-libs/icu-68.1
Closes: https://bugs.gentoo.org/751931
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'dev-libs/icu-le-hb/icu-le-hb-1.0.3-r1.ebuild')
-rw-r--r-- | dev-libs/icu-le-hb/icu-le-hb-1.0.3-r1.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-libs/icu-le-hb/icu-le-hb-1.0.3-r1.ebuild b/dev-libs/icu-le-hb/icu-le-hb-1.0.3-r1.ebuild index 29001e5eecca..fa6e7b24bd9a 100644 --- a/dev-libs/icu-le-hb/icu-le-hb-1.0.3-r1.ebuild +++ b/dev-libs/icu-le-hb/icu-le-hb-1.0.3-r1.ebuild @@ -27,6 +27,10 @@ BDEPEND=" virtual/pkgconfig " +PATCHES=( + "${FILESDIR}/${P}-icu68.patch" #751931 +) + src_prepare() { default eautoreconf |