diff options
author | Sam James <sam@gentoo.org> | 2021-08-02 05:56:03 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-08-02 05:56:03 +0100 |
commit | 28c52c80c3938147d6ded88159eaa99556a1defa (patch) | |
tree | 3ac31a501404283245e85a9b02aad877cf4da7c6 /dev-perl/Pod-Markdown-Github | |
parent | dev-perl/FFI-CheckLib: Stabilize 0.280.0 arm, #805707 (diff) | |
download | gentoo-28c52c80c3938147d6ded88159eaa99556a1defa.tar.gz gentoo-28c52c80c3938147d6ded88159eaa99556a1defa.tar.bz2 gentoo-28c52c80c3938147d6ded88159eaa99556a1defa.zip |
dev-perl/Pod-Markdown-Github: Stabilize 0.40.0 amd64, #805539
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/Pod-Markdown-Github')
-rw-r--r-- | dev-perl/Pod-Markdown-Github/Pod-Markdown-Github-0.40.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Pod-Markdown-Github/Pod-Markdown-Github-0.40.0.ebuild b/dev-perl/Pod-Markdown-Github/Pod-Markdown-Github-0.40.0.ebuild index 8016b450ccb6..b6aceb460e9b 100644 --- a/dev-perl/Pod-Markdown-Github/Pod-Markdown-Github-0.40.0.ebuild +++ b/dev-perl/Pod-Markdown-Github/Pod-Markdown-Github-0.40.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ inherit perl-module DESCRIPTION="Convert POD to Github's specific markdown" SLOT="0" -KEYWORDS="~amd64 ~x86 ~x64-macos" +KEYWORDS="amd64 ~x86 ~x64-macos" IUSE="test" RESTRICT="!test? ( test )" |