From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 08010158086 for ; Sat, 9 Oct 2021 19:42:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 542B6E0866; Sat, 9 Oct 2021 19:42:40 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2F18CE0866 for ; Sat, 9 Oct 2021 19:42:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 17E1D342F82 for ; Sat, 9 Oct 2021 19:42:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4FF769B for ; Sat, 9 Oct 2021 19:42:37 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1633808544.6092be5cc389bbcfc15c734fcf94a79e0ce26ef1.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/harfbuzz/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/harfbuzz/harfbuzz-3.0.0-r1.ebuild media-libs/harfbuzz/harfbuzz-3.0.0.ebuild media-libs/harfbuzz/harfbuzz-9999.ebuild X-VCS-Directories: media-libs/harfbuzz/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6092be5cc389bbcfc15c734fcf94a79e0ce26ef1 X-VCS-Branch: master Date: Sat, 9 Oct 2021 19:42:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ff426ce0-21be-4af5-a962-89ac5c207cfd X-Archives-Hash: 23b0316bfc450794b480bdbfccde3ce9 commit: 6092be5cc389bbcfc15c734fcf94a79e0ce26ef1 Author: Sam James gentoo org> AuthorDate: Sat Oct 9 19:42:10 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Oct 9 19:42:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6092be5c media-libs/harfbuzz: update subslot for 3.x Closes: https://bugs.gentoo.org/813705 Signed-off-by: Sam James gentoo.org> .../harfbuzz/{harfbuzz-3.0.0.ebuild => harfbuzz-3.0.0-r1.ebuild} | 4 +++- media-libs/harfbuzz/harfbuzz-9999.ebuild | 6 ++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/media-libs/harfbuzz/harfbuzz-3.0.0.ebuild b/media-libs/harfbuzz/harfbuzz-3.0.0-r1.ebuild similarity index 95% rename from media-libs/harfbuzz/harfbuzz-3.0.0.ebuild rename to media-libs/harfbuzz/harfbuzz-3.0.0-r1.ebuild index 27e92e9b2b4..64ba1e60df0 100644 --- a/media-libs/harfbuzz/harfbuzz-3.0.0.ebuild +++ b/media-libs/harfbuzz/harfbuzz-3.0.0-r1.ebuild @@ -19,7 +19,9 @@ else fi LICENSE="Old-MIT ISC icu" -SLOT="0/0.9.18" # 0.9.18 introduced the harfbuzz-icu split; bug #472416 +# 0.9.18 introduced the harfbuzz-icu split; bug #472416 +# 3.0.0 dropped some unstable APIs; bug #813705 +SLOT="0/3.0.0" IUSE="+cairo debug doc experimental +glib +graphite icu +introspection test +truetype" RESTRICT="!test? ( test )" diff --git a/media-libs/harfbuzz/harfbuzz-9999.ebuild b/media-libs/harfbuzz/harfbuzz-9999.ebuild index 6b8cea0dd15..64ba1e60df0 100644 --- a/media-libs/harfbuzz/harfbuzz-9999.ebuild +++ b/media-libs/harfbuzz/harfbuzz-9999.ebuild @@ -15,11 +15,13 @@ if [[ ${PV} = 9999 ]] ; then inherit git-r3 else SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi LICENSE="Old-MIT ISC icu" -SLOT="0/0.9.18" # 0.9.18 introduced the harfbuzz-icu split; bug #472416 +# 0.9.18 introduced the harfbuzz-icu split; bug #472416 +# 3.0.0 dropped some unstable APIs; bug #813705 +SLOT="0/3.0.0" IUSE="+cairo debug doc experimental +glib +graphite icu +introspection test +truetype" RESTRICT="!test? ( test )"