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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 25C1B15808B for ; Sun, 13 Mar 2022 05:54:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 419C8E0858; Sun, 13 Mar 2022 05:54:52 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 28B71E0858 for ; Sun, 13 Mar 2022 05:54:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 24046343269 for ; Sun, 13 Mar 2022 05:54:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8703331C for ; Sun, 13 Mar 2022 05:54:46 +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: <1647150368.6cb09125e6dcc2e9a4125fe716503e320ecb9006.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libbluray/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libbluray/libbluray-1.3.1.ebuild media-libs/libbluray/libbluray-9999.ebuild X-VCS-Directories: media-libs/libbluray/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6cb09125e6dcc2e9a4125fe716503e320ecb9006 X-VCS-Branch: master Date: Sun, 13 Mar 2022 05:54:46 +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: c74ab90b-d02e-427f-9876-13faeaf3b6e2 X-Archives-Hash: 3a6dbcca62a86d18d232e5bbeef0e673 commit: 6cb09125e6dcc2e9a4125fe716503e320ecb9006 Author: Sam James gentoo org> AuthorDate: Sun Mar 13 05:46:08 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun Mar 13 05:46:08 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cb09125 media-libs/libbluray: drop static-libs in 1.3.1 Signed-off-by: Sam James gentoo.org> media-libs/libbluray/libbluray-1.3.1.ebuild | 3 +-- media-libs/libbluray/libbluray-9999.ebuild | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/media-libs/libbluray/libbluray-1.3.1.ebuild b/media-libs/libbluray/libbluray-1.3.1.ebuild index f3cc6ff95a5f..9d617a0039d2 100644 --- a/media-libs/libbluray/libbluray-1.3.1.ebuild +++ b/media-libs/libbluray/libbluray-1.3.1.ebuild @@ -18,7 +18,7 @@ HOMEPAGE="https://www.videolan.org/developers/libbluray.html" LICENSE="LGPL-2.1" SLOT="0/2" -IUSE="aacs bdplus +fontconfig java static-libs +truetype utils +xml" +IUSE="aacs bdplus +fontconfig java +truetype utils +xml" RDEPEND=" dev-libs/libudfread[${MULTILIB_USEDEP}] @@ -63,7 +63,6 @@ multilib_src_configure() { $(multilib_native_use_enable java bdjava-jar) \ $(use_with fontconfig) \ $(use_with truetype freetype) \ - $(use_enable static-libs static) \ $(use_with xml libxml2) } diff --git a/media-libs/libbluray/libbluray-9999.ebuild b/media-libs/libbluray/libbluray-9999.ebuild index f3cc6ff95a5f..9d617a0039d2 100644 --- a/media-libs/libbluray/libbluray-9999.ebuild +++ b/media-libs/libbluray/libbluray-9999.ebuild @@ -18,7 +18,7 @@ HOMEPAGE="https://www.videolan.org/developers/libbluray.html" LICENSE="LGPL-2.1" SLOT="0/2" -IUSE="aacs bdplus +fontconfig java static-libs +truetype utils +xml" +IUSE="aacs bdplus +fontconfig java +truetype utils +xml" RDEPEND=" dev-libs/libudfread[${MULTILIB_USEDEP}] @@ -63,7 +63,6 @@ multilib_src_configure() { $(multilib_native_use_enable java bdjava-jar) \ $(use_with fontconfig) \ $(use_with truetype freetype) \ - $(use_enable static-libs static) \ $(use_with xml libxml2) }