From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1679829-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 36096158046
	for <garchives@archives.gentoo.org>; Mon, 14 Oct 2024 00:33:37 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 772CAE0824;
	Mon, 14 Oct 2024 00:33:36 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 5D4CCE0824
	for <gentoo-commits@lists.gentoo.org>; Mon, 14 Oct 2024 00:33:36 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 3F58B343133
	for <gentoo-commits@lists.gentoo.org>; Mon, 14 Oct 2024 00:33:35 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D20FAE7
	for <gentoo-commits@lists.gentoo.org>; Mon, 14 Oct 2024 00:33:33 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
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" <sam@gentoo.org>
Message-ID: <1728865197.a36fb9a8ef56bef389e9fd2934bfc56d8a30d142.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libass/
X-VCS-Repository: repo/gentoo
X-VCS-Files: media-libs/libass/libass-0.17.1-r1.ebuild media-libs/libass/libass-0.17.1-r2.ebuild
X-VCS-Directories: media-libs/libass/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: a36fb9a8ef56bef389e9fd2934bfc56d8a30d142
X-VCS-Branch: master
Date: Mon, 14 Oct 2024 00:33:33 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: d2f2e1b2-8cfe-4e29-9cfe-303198c87a42
X-Archives-Hash: 5ad8ad24d469d7183b780e4e6716db82

commit:     a36fb9a8ef56bef389e9fd2934bfc56d8a30d142
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 14 00:19:57 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 14 00:19:57 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a36fb9a8

media-libs/libass: only enable libunibreak for native ABI

libunibreak isn't multilib and I don't see much value in adding it there.

Closes: https://bugs.gentoo.org/940756
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../libass/{libass-0.17.1-r1.ebuild => libass-0.17.1-r2.ebuild}       | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/libass/libass-0.17.1-r1.ebuild b/media-libs/libass/libass-0.17.1-r2.ebuild
similarity index 94%
rename from media-libs/libass/libass-0.17.1-r1.ebuild
rename to media-libs/libass/libass-0.17.1-r2.ebuild
index ea718aecd975..eac26bff0857 100644
--- a/media-libs/libass/libass-0.17.1-r1.ebuild
+++ b/media-libs/libass/libass-0.17.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -39,7 +39,7 @@ DOCS=( Changelog )
 multilib_src_configure() {
 	ECONF_SOURCE="${S}" econf \
 		$(use_enable fontconfig) \
-		$(use_enable libunibreak) \
+		$(multilib_native_use_enable libunibreak) \
 		$(use_enable test) \
 		--disable-require-system-font-provider
 }