summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-04-04 23:41:31 +0000
committerMike Frysinger <vapier@gentoo.org>2015-04-04 23:41:31 +0000
commita37601b2215b628aea4b962e654955e72a002a3a (patch)
tree6853075e7d8d231a504ed20817d0696206d8f2ec /dev-perl/File-BaseDir
parentMark arm64/m68k/s390/sh stable. (diff)
downloadgentoo-2-a37601b2215b628aea4b962e654955e72a002a3a.tar.gz
gentoo-2-a37601b2215b628aea4b962e654955e72a002a3a.tar.bz2
gentoo-2-a37601b2215b628aea4b962e654955e72a002a3a.zip
Mark arm64/m68k stable.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'dev-perl/File-BaseDir')
-rw-r--r--dev-perl/File-BaseDir/ChangeLog5
-rw-r--r--dev-perl/File-BaseDir/File-BaseDir-0.30.0-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/File-BaseDir/ChangeLog b/dev-perl/File-BaseDir/ChangeLog
index 880ec9fe6203..65fdd1b26ac7 100644
--- a/dev-perl/File-BaseDir/ChangeLog
+++ b/dev-perl/File-BaseDir/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/File-BaseDir
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-BaseDir/ChangeLog,v 1.41 2015/03/03 06:48:59 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-BaseDir/ChangeLog,v 1.42 2015/04/04 23:41:31 vapier Exp $
+
+ 04 Apr 2015; Mike Frysinger <vapier@gentoo.org> File-BaseDir-0.30.0-r1.ebuild:
+ Mark arm64/m68k stable.
02 Mar 2015; Yixun Lan <dlan@gentoo.org> File-BaseDir-0.30.0-r1.ebuild:
add arm64 support, tested on A53 board
diff --git a/dev-perl/File-BaseDir/File-BaseDir-0.30.0-r1.ebuild b/dev-perl/File-BaseDir/File-BaseDir-0.30.0-r1.ebuild
index 7f05d44bcd42..6acd042a4d07 100644
--- a/dev-perl/File-BaseDir/File-BaseDir-0.30.0-r1.ebuild
+++ b/dev-perl/File-BaseDir/File-BaseDir-0.30.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-BaseDir/File-BaseDir-0.30.0-r1.ebuild,v 1.2 2015/03/03 06:48:59 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-BaseDir/File-BaseDir-0.30.0-r1.ebuild,v 1.3 2015/04/04 23:41:31 vapier Exp $
EAPI=5
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="Use the Freedesktop.org base directory specification"
SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris"
IUSE="test"
RDEPEND=""