diff options
-rw-r--r-- | dev-perl/Digest-MD4/Digest-MD4-1.900.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Digest-MD4/Digest-MD4-1.900.0-r1.ebuild b/dev-perl/Digest-MD4/Digest-MD4-1.900.0-r1.ebuild index e33f79a784f0..e506bbc2957a 100644 --- a/dev-perl/Digest-MD4/Digest-MD4-1.900.0-r1.ebuild +++ b/dev-perl/Digest-MD4/Digest-MD4-1.900.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -11,6 +11,6 @@ inherit perl-module DESCRIPTION="MD4 message digest algorithm" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86" SRC_TEST="do" |