dev-perl/Data-Serializer: Fix unsorted keywords
authorKent Fredric <kentnl@gentoo.org>
Mon, 8 Jul 2019 11:41:05 +0000 (23:41 +1200)
committerKent Fredric <kentnl@gentoo.org>
Mon, 8 Jul 2019 11:41:05 +0000 (23:41 +1200)
Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
dev-perl/Data-Serializer/Data-Serializer-0.600.0-r1.ebuild

index 8d662cac0a2cb7c6a0ac8c18357ba59d309d7361..5548873b3a1c051dc21747f1a19b59eeb6e14cc7 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ DESCRIPTION="Modules that serialize data structures"
 LICENSE="|| ( Artistic GPL-2 )"
 
 SLOT="0"
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE="test"
 
 RDEPEND="