diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2008-05-17 15:07:54 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2008-05-17 15:07:54 +0000 |
commit | d0a6eecd5b9c9e3a1dd64a762927668bb2734475 (patch) | |
tree | 4b8db08625a65d662a1e049433c45d328b81e240 /dev-perl/File-chmod | |
parent | Add gcc-4.3 patch for bug 222287. Thanks to Martin Vath <vaeth at (diff) | |
download | historical-d0a6eecd5b9c9e3a1dd64a762927668bb2734475.tar.gz historical-d0a6eecd5b9c9e3a1dd64a762927668bb2734475.tar.bz2 historical-d0a6eecd5b9c9e3a1dd64a762927668bb2734475.zip |
Added ~ppc wrt bug 219723
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'dev-perl/File-chmod')
-rw-r--r-- | dev-perl/File-chmod/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/File-chmod/File-chmod-0.32.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/File-chmod/ChangeLog b/dev-perl/File-chmod/ChangeLog index 0fbdaaf8f301..8ef5e942ff05 100644 --- a/dev-perl/File-chmod/ChangeLog +++ b/dev-perl/File-chmod/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/File-chmod # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-chmod/ChangeLog,v 1.4 2008/04/29 17:34:41 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-chmod/ChangeLog,v 1.5 2008/05/17 15:05:58 nixnut Exp $ + + 17 May 2008; nixnut <nixnut@gentoo.org> File-chmod-0.32.ebuild: + Added ~ppc wrt bug 219723 29 Apr 2008; Jeroen Roovers <jer@gentoo.org> File-chmod-0.32.ebuild: Marked ~hppa (bug #219723). diff --git a/dev-perl/File-chmod/File-chmod-0.32.ebuild b/dev-perl/File-chmod/File-chmod-0.32.ebuild index 9a7a1f5f8cdd..88a8e8b39c7e 100644 --- a/dev-perl/File-chmod/File-chmod-0.32.ebuild +++ b/dev-perl/File-chmod/File-chmod-0.32.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 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.32.ebuild,v 1.4 2008/04/29 17:34:41 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-chmod/File-chmod-0.32.ebuild,v 1.5 2008/05/17 15:05:58 nixnut Exp $ MODULE_AUTHOR=PINYAN @@ -10,7 +10,7 @@ DESCRIPTION="Implements symbolic and ls chmod modes" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="~alpha ~hppa ~ia64 ~sparc ~x86" +KEYWORDS="~alpha ~hppa ~ia64 ~ppc ~sparc ~x86" IUSE="" DEPEND="dev-lang/perl" |