diff options
author | David Seifert <soap@gentoo.org> | 2022-01-04 00:26:24 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-01-04 00:26:24 +0100 |
commit | 17eb6939b8acf81d00f363a34bad94fef2d50d1f (patch) | |
tree | 01ff1dea02dfb49205f7df6bff69a1b1958ce2cf /sys-fs/mtools | |
parent | net-wireless/iwd: remove implicit elibc_* flags (diff) | |
download | gentoo-17eb6939b8acf81d00f363a34bad94fef2d50d1f.tar.gz gentoo-17eb6939b8acf81d00f363a34bad94fef2d50d1f.tar.bz2 gentoo-17eb6939b8acf81d00f363a34bad94fef2d50d1f.zip |
sys-fs/mtools: remove implicit elibc_* flags
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-fs/mtools')
-rw-r--r-- | sys-fs/mtools/mtools-4.0.35.ebuild | 4 | ||||
-rw-r--r-- | 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 ) |