projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f23591c
)
dev-perl/Sys-Mmap: Fix unsorted keywords
author
Kent Fredric
<kentnl@gentoo.org>
Mon, 8 Jul 2019 16:03:35 +0000
(
04:03
+1200)
committer
Kent Fredric
<kentnl@gentoo.org>
Mon, 8 Jul 2019 16:09:13 +0000
(
04:09
+1200)
Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
dev-perl/Sys-Mmap/Sys-Mmap-0.190.0.ebuild
patch
|
blob
|
history
diff --git
a/dev-perl/Sys-Mmap/Sys-Mmap-0.190.0.ebuild
b/dev-perl/Sys-Mmap/Sys-Mmap-0.190.0.ebuild
index 1798e00ec54da89c88e3cf5070481e8404e2a04a..0c191bb7d17646f6fe8d2a1d014de799584c9cea 100644
(file)
--- a/
dev-perl/Sys-Mmap/Sys-Mmap-0.190.0.ebuild
+++ b/
dev-perl/Sys-Mmap/Sys-Mmap-0.190.0.ebuild
@@
-1,4
+1,4
@@
-# Copyright 1999-201
7 Gentoo Foundation
+# Copyright 1999-201
9 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@
-11,7
+11,7
@@
inherit perl-module
DESCRIPTION="Uses mmap to map in a file as a Perl variable"
SLOT="0"
-KEYWORDS="~amd64 ~
x86 ~ppc
"
+KEYWORDS="~amd64 ~
ppc ~x86
"
IUSE="test"
RDEPEND="virtual/perl-XSLoader"