diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-05-15 02:14:39 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-05-15 02:25:47 +0200 |
commit | b52185a02a3797cd0c11b0e153ec17cfc762bb4e (patch) | |
tree | 6599a598fd74fd74bb3b8c9f6fcec77e7569e61d /dev-perl/Data-ICal | |
parent | dev-perl/Data-Hierarchy: Remove old (diff) | |
download | gentoo-b52185a02a3797cd0c11b0e153ec17cfc762bb4e.tar.gz gentoo-b52185a02a3797cd0c11b0e153ec17cfc762bb4e.tar.bz2 gentoo-b52185a02a3797cd0c11b0e153ec17cfc762bb4e.zip |
dev-perl/Data-ICal: Stable for amd64
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Data-ICal')
-rw-r--r-- | dev-perl/Data-ICal/Data-ICal-0.240.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Data-ICal/Data-ICal-0.240.0.ebuild b/dev-perl/Data-ICal/Data-ICal-0.240.0.ebuild index f156dbbb8885..1072d58c49ff 100644 --- a/dev-perl/Data-ICal/Data-ICal-0.240.0.ebuild +++ b/dev-perl/Data-ICal/Data-ICal-0.240.0.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="Generates iCalendar (RFC 2445) calendar files" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="test" RESTRICT="!test? ( test )" |