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 412931382C5 for ; Mon, 3 May 2021 18:58:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8FFCBE08EF; Mon, 3 May 2021 18:58:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 733C1E08EF for ; Mon, 3 May 2021 18:58:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8C845340824 for ; Mon, 3 May 2021 18:58:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 07C9863D for ; Mon, 3 May 2021 18:58:04 +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: <1620068262.d7808309e3297f191f5405f4c9cf469f9f0d1989.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.15.1-r1.ebuild media-libs/libass/libass-0.15.1.ebuild X-VCS-Directories: media-libs/libass/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d7808309e3297f191f5405f4c9cf469f9f0d1989 X-VCS-Branch: master Date: Mon, 3 May 2021 18:58:04 +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: d7097064-7ea2-4f3f-b607-64ecb7c6f984 X-Archives-Hash: 11990ebfe528187210fd258043bdc850 commit: d7808309e3297f191f5405f4c9cf469f9f0d1989 Author: Sam James gentoo org> AuthorDate: Mon May 3 18:57:42 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon May 3 18:57:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7808309 media-libs/libass: fix configure option Closes: https://bugs.gentoo.org/787971 Signed-off-by: Sam James gentoo.org> media-libs/libass/{libass-0.15.1.ebuild => libass-0.15.1-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libass/libass-0.15.1.ebuild b/media-libs/libass/libass-0.15.1-r1.ebuild similarity index 98% rename from media-libs/libass/libass-0.15.1.ebuild rename to media-libs/libass/libass-0.15.1-r1.ebuild index fdde290d046..56820c46a62 100644 --- a/media-libs/libass/libass-0.15.1.ebuild +++ b/media-libs/libass/libass-0.15.1-r1.ebuild @@ -32,7 +32,7 @@ DOCS=( Changelog ) multilib_src_configure() { ECONF_SOURCE="${S}" econf \ $(use_enable fontconfig) \ - --disable-static + --disable-static \ --disable-require-system-font-provider }