commit: 467c88aac6c2dcb52a9cf69deaacae2f16359035 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Mon Jan 3 23:26:07 2022 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Mon Jan 3 23:26:07 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=467c88aa
dev-perl/Date-Manip: remove implicit elibc_* flags Signed-off-by: David Seifert <soap <AT> gentoo.org> dev-perl/Date-Manip/Date-Manip-6.850.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-perl/Date-Manip/Date-Manip-6.850.0.ebuild b/dev-perl/Date-Manip/Date-Manip-6.850.0.ebuild index f9b29596fe03..5424ebe53d60 100644 --- a/dev-perl/Date-Manip/Date-Manip-6.850.0.ebuild +++ b/dev-perl/Date-Manip/Date-Manip-6.850.0.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 @@ DESCRIPTION="Perl date manipulation routines" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="elibc_musl test" +IUSE="test" RESTRICT="!test? ( test )" RDEPEND="
