diff options
author | 2022-03-02 08:27:40 +0100 | |
---|---|---|
committer | 2022-03-02 08:28:37 +0100 | |
commit | 7610ec75fa918e49ee275337377975a1944bb444 (patch) | |
tree | e6eecfeaa431bde1c14abfc85395310f0f91e8ca /media-libs | |
parent | media-libs/harfbuzz: Bump to version 4.0.0 (diff) | |
download | gentoo-7610ec75fa918e49ee275337377975a1944bb444.tar.gz gentoo-7610ec75fa918e49ee275337377975a1944bb444.tar.bz2 gentoo-7610ec75fa918e49ee275337377975a1944bb444.zip |
media-libs/harfbuzz: Synced live ebuild
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/harfbuzz/harfbuzz-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/harfbuzz/harfbuzz-9999.ebuild b/media-libs/harfbuzz/harfbuzz-9999.ebuild index f6617befe9b3..5513b4acfdb6 100644 --- a/media-libs/harfbuzz/harfbuzz-9999.ebuild +++ b/media-libs/harfbuzz/harfbuzz-9999.ebuild @@ -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 EAPI=8 @@ -21,7 +21,7 @@ fi LICENSE="Old-MIT ISC icu" # 0.9.18 introduced the harfbuzz-icu split; bug #472416 # 3.0.0 dropped some unstable APIs; bug #813705 -SLOT="0/3.0.0" +SLOT="0/4.0.0" IUSE="+cairo debug doc experimental +glib +graphite icu +introspection test +truetype" RESTRICT="!test? ( test )" |