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 146F5158086 for ; Mon, 3 Jan 2022 23:27:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1CED12BC02D; Mon, 3 Jan 2022 23:26:53 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3C2892BC027 for ; Mon, 3 Jan 2022 23:26:51 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BC8DF342C2B for ; Mon, 3 Jan 2022 23:26:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4FD4829A for ; Mon, 3 Jan 2022 23:26:45 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1641252384.17eb6939b8acf81d00f363a34bad94fef2d50d1f.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/mtools/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/mtools/mtools-4.0.35.ebuild sys-fs/mtools/mtools-4.0.36.ebuild X-VCS-Directories: sys-fs/mtools/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 17eb6939b8acf81d00f363a34bad94fef2d50d1f X-VCS-Branch: master Date: Mon, 3 Jan 2022 23:26:45 +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: 1015973b-2b70-4d34-b034-48a3d632012b X-Archives-Hash: 158c015ac86fc8447f0d02777b14a8d9 commit: 17eb6939b8acf81d00f363a34bad94fef2d50d1f Author: David Seifert gentoo org> AuthorDate: Mon Jan 3 23:26:24 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Mon Jan 3 23:26:24 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17eb6939 sys-fs/mtools: remove implicit elibc_* flags Signed-off-by: David Seifert gentoo.org> sys-fs/mtools/mtools-4.0.35.ebuild | 4 ++-- sys-fs/mtools/mtools-4.0.36.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-fs/mtools/mtools-4.0.35.ebuild b/sys-fs/mtools/mtools-4.0.35.ebuild index 11b85109c45f..74e3d8fd4a01 100644 --- a/sys-fs/mtools/mtools-4.0.35.ebuild +++ b/sys-fs/mtools/mtools-4.0.35.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~x64-macos ~x64-solaris" -IUSE="X elibc_glibc" +IUSE="X" RDEPEND=" !elibc_glibc? ( virtual/libiconv ) diff --git a/sys-fs/mtools/mtools-4.0.36.ebuild b/sys-fs/mtools/mtools-4.0.36.ebuild index 3ebdd3b6df91..52f5d5207032 100644 --- a/sys-fs/mtools/mtools-4.0.36.ebuild +++ b/sys-fs/mtools/mtools-4.0.36.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos ~x64-solaris" -IUSE="X elibc_glibc" +IUSE="X" RDEPEND=" !elibc_glibc? ( virtual/libiconv )