Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/mtools/
Date: Mon, 03 Jan 2022 23:27:02
Message-Id: 1641252384.17eb6939b8acf81d00f363a34bad94fef2d50d1f.soap@gentoo
1 commit: 17eb6939b8acf81d00f363a34bad94fef2d50d1f
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 3 23:26:24 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 3 23:26:24 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17eb6939
7
8 sys-fs/mtools: remove implicit elibc_* flags
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 sys-fs/mtools/mtools-4.0.35.ebuild | 4 ++--
13 sys-fs/mtools/mtools-4.0.36.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/sys-fs/mtools/mtools-4.0.35.ebuild b/sys-fs/mtools/mtools-4.0.35.ebuild
17 index 11b85109c45f..74e3d8fd4a01 100644
18 --- a/sys-fs/mtools/mtools-4.0.35.ebuild
19 +++ b/sys-fs/mtools/mtools-4.0.35.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="7"
26 @@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2"
27 LICENSE="GPL-3"
28 SLOT="0"
29 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~x64-macos ~x64-solaris"
30 -IUSE="X elibc_glibc"
31 +IUSE="X"
32
33 RDEPEND="
34 !elibc_glibc? ( virtual/libiconv )
35
36 diff --git a/sys-fs/mtools/mtools-4.0.36.ebuild b/sys-fs/mtools/mtools-4.0.36.ebuild
37 index 3ebdd3b6df91..52f5d5207032 100644
38 --- a/sys-fs/mtools/mtools-4.0.36.ebuild
39 +++ b/sys-fs/mtools/mtools-4.0.36.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2021 Gentoo Authors
42 +# Copyright 1999-2022 Gentoo Authors
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI="7"
46 @@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2"
47 LICENSE="GPL-3"
48 SLOT="0"
49 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos ~x64-solaris"
50 -IUSE="X elibc_glibc"
51 +IUSE="X"
52
53 RDEPEND="
54 !elibc_glibc? ( virtual/libiconv )