diff options
author | Raúl Porcel <armin76@gentoo.org> | 2009-05-04 16:19:25 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2009-05-04 16:19:25 +0000 |
commit | 189f957b7210d68020b9157c8d82344763e2989c (patch) | |
tree | 94f9c976c55364bdab73f34c1cc601737631f1ce /dev-perl/File-HomeDir | |
parent | Move use_ functions out of global scope. (diff) | |
download | gentoo-2-189f957b7210d68020b9157c8d82344763e2989c.tar.gz gentoo-2-189f957b7210d68020b9157c8d82344763e2989c.tar.bz2 gentoo-2-189f957b7210d68020b9157c8d82344763e2989c.zip |
alpha/ia64 stable wrt #268171
(Portage version: 2.1.6.11/cvs/Linux ia64)
Diffstat (limited to 'dev-perl/File-HomeDir')
-rw-r--r-- | dev-perl/File-HomeDir/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/File-HomeDir/File-HomeDir-0.86.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/File-HomeDir/ChangeLog b/dev-perl/File-HomeDir/ChangeLog index 79dd9ef1e81d..f909e9f371bf 100644 --- a/dev-perl/File-HomeDir/ChangeLog +++ b/dev-perl/File-HomeDir/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/File-HomeDir # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-HomeDir/ChangeLog,v 1.54 2009/05/03 18:29:54 tcunha Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-HomeDir/ChangeLog,v 1.55 2009/05/04 16:19:25 armin76 Exp $ + + 04 May 2009; Raúl Porcel <armin76@gentoo.org> File-HomeDir-0.86.ebuild: + alpha/ia64 stable wrt #268171 03 May 2009; Tiago Cunha <tcunha@gentoo.org> File-HomeDir-0.86.ebuild: stable sparc, bug 268171 diff --git a/dev-perl/File-HomeDir/File-HomeDir-0.86.ebuild b/dev-perl/File-HomeDir/File-HomeDir-0.86.ebuild index 4da02c93dba5..ba00ca72933f 100644 --- a/dev-perl/File-HomeDir/File-HomeDir-0.86.ebuild +++ b/dev-perl/File-HomeDir/File-HomeDir-0.86.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-HomeDir/File-HomeDir-0.86.ebuild,v 1.6 2009/05/03 18:29:54 tcunha Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-HomeDir/File-HomeDir-0.86.ebuild,v 1.7 2009/05/04 16:19:25 armin76 Exp $ EAPI=2 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Get home directory for self or other user" SLOT="0" -KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" RDEPEND="virtual/perl-File-Spec" |