commit: 3c090269c843b9a37398fccfd05a0e79d2c6071d
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat May 15 23:21:40 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat May 15 23:31:51 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c090269
dev-perl/Date-ICal: Stable for all
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/Date-ICal/Date-ICal-2.678.0-r2.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Date-ICal/Date-ICal-2.678.0-r2.ebuild
b/dev-perl/Date-ICal/Date-ICal-2.678.0-r2.ebuild
index 1a511d856e3..1664956d333 100644
--- a/dev-perl/Date-ICal/Date-ICal-2.678.0-r2.ebuild
+++ b/dev-perl/Date-ICal/Date-ICal-2.678.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="ICal format date base module for Perl"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 ppc ppc64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
@@ -27,6 +27,7 @@ BDEPEND="${RDEPEND}
>=virtual/perl-Test-Simple-0.450.0
)
"
+
PATCHES=(
"${FILESDIR}/${PN}-2.678-timegm-year.patch"
)