diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-10-08 17:16:36 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-10-08 17:16:36 +0000 |
commit | ca893e27cfc835f0f33585919a223530e9886ebf (patch) | |
tree | b38dc2cf32edcbe5061a880b6fc953cdc65374f3 /dev-perl/File-chmod | |
parent | Pthreads related fix from bug #437464. (diff) | |
download | gentoo-2-ca893e27cfc835f0f33585919a223530e9886ebf.tar.gz gentoo-2-ca893e27cfc835f0f33585919a223530e9886ebf.tar.bz2 gentoo-2-ca893e27cfc835f0f33585919a223530e9886ebf.zip |
stable ppc, bug #436956
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/File-chmod')
-rw-r--r-- | dev-perl/File-chmod/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/File-chmod/File-chmod-0.320.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/File-chmod/ChangeLog b/dev-perl/File-chmod/ChangeLog index fa9e21328963..c5995b38d57d 100644 --- a/dev-perl/File-chmod/ChangeLog +++ b/dev-perl/File-chmod/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/File-chmod # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-chmod/ChangeLog,v 1.14 2012/10/07 19:02:24 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-chmod/ChangeLog,v 1.15 2012/10/08 17:16:36 blueness Exp $ + + 08 Oct 2012; Anthony G. Basile <blueness@gentoo.org> + File-chmod-0.320.0.ebuild: + stable ppc, bug #436956 07 Oct 2012; Agostino Sarubbo <ago@gentoo.org> File-chmod-0.320.0.ebuild: Stable for amd64, wrt bug #436956 diff --git a/dev-perl/File-chmod/File-chmod-0.320.0.ebuild b/dev-perl/File-chmod/File-chmod-0.320.0.ebuild index 14bdd371df4d..e7b5983d8757 100644 --- a/dev-perl/File-chmod/File-chmod-0.320.0.ebuild +++ b/dev-perl/File-chmod/File-chmod-0.320.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-chmod/File-chmod-0.320.0.ebuild,v 1.3 2012/10/07 19:02:24 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-chmod/File-chmod-0.320.0.ebuild,v 1.4 2012/10/08 17:16:36 blueness Exp $ EAPI=4 @@ -11,5 +11,5 @@ inherit perl-module DESCRIPTION="Implements symbolic and ls chmod modes" SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ~ppc sparc x86 ~amd64-linux ~ia64-linux ~x86-linux ~x86-solaris" +KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86 ~amd64-linux ~ia64-linux ~x86-linux ~x86-solaris" IUSE="" |