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 BCF15158008 for ; Thu, 15 Jun 2023 20:39:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 006C9E094B; Thu, 15 Jun 2023 20:39:22 +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 D1EC0E094B for ; Thu, 15 Jun 2023 20:39:21 +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 8FF57340E06 for ; Thu, 15 Jun 2023 20:39:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F29C7A66 for ; Thu, 15 Jun 2023 20:39:18 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1686861497.c01c0df19e85e458c18827797b6beac0792b7ad8.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/musl-locales/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/musl-locales/musl-locales-0.1.0.ebuild X-VCS-Directories: sys-apps/musl-locales/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: c01c0df19e85e458c18827797b6beac0792b7ad8 X-VCS-Branch: master Date: Thu, 15 Jun 2023 20:39:18 +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: e47e932a-de2a-45a5-92a5-52a6eeeb5ba8 X-Archives-Hash: cdf4debf0bc2d1c4c98cf814ce9fb0c3 commit: c01c0df19e85e458c18827797b6beac0792b7ad8 Author: Mike Gilbert gentoo org> AuthorDate: Thu Jun 15 20:38:17 2023 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Thu Jun 15 20:38:17 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c01c0df1 sys-apps/musl-locales: add blocker on glibc Signed-off-by: Mike Gilbert gentoo.org> sys-apps/musl-locales/musl-locales-0.1.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys-apps/musl-locales/musl-locales-0.1.0.ebuild b/sys-apps/musl-locales/musl-locales-0.1.0.ebuild index c50b7a93e29b..d59081b1ed0d 100644 --- a/sys-apps/musl-locales/musl-locales-0.1.0.ebuild +++ b/sys-apps/musl-locales/musl-locales-0.1.0.ebuild @@ -13,6 +13,8 @@ LICENSE="LGPL-3 MIT" SLOT="0" KEYWORDS="~amd64" +RDEPEND="!sys-libs/glibc" + src_configure() { local mycmakeargs=( -DLOCALE_PROFILE=OFF