diff options
author | 2007-03-05 12:57:59 +0000 | |
---|---|---|
committer | 2007-03-05 12:57:59 +0000 | |
commit | c6775d897410b728cedd88a1ee51d8539b810717 (patch) | |
tree | 993b0867fb06f7fa2af06c683266341fd52e6c85 /dev-perl/Time-Duration | |
parent | Enable resample functionality. (diff) | |
download | historical-c6775d897410b728cedd88a1ee51d8539b810717.tar.gz historical-c6775d897410b728cedd88a1ee51d8539b810717.tar.bz2 historical-c6775d897410b728cedd88a1ee51d8539b810717.zip |
Stable on x86, bug #169152.
Package-Manager: portage-2.1.2-r11
Diffstat (limited to 'dev-perl/Time-Duration')
-rw-r--r-- | dev-perl/Time-Duration/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Time-Duration/Time-Duration-1.04.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/Time-Duration/ChangeLog b/dev-perl/Time-Duration/ChangeLog index 19574265a4eb..1c62cc910874 100644 --- a/dev-perl/Time-Duration/ChangeLog +++ b/dev-perl/Time-Duration/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Time-Duration -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Time-Duration/ChangeLog,v 1.21 2006/10/23 18:03:51 gustavoz Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Time-Duration/ChangeLog,v 1.22 2007/03/05 12:36:01 ticho Exp $ + + 05 Mar 2007; Andrej Kacian <ticho@gentoo.org> Time-Duration-1.04.ebuild: + Stable on x86, bug #169152. 23 Oct 2006; Gustavo Zacarias <gustavoz@gentoo.org> Time-Duration-1.04.ebuild: diff --git a/dev-perl/Time-Duration/Time-Duration-1.04.ebuild b/dev-perl/Time-Duration/Time-Duration-1.04.ebuild index 5bd9ed91ed4d..751e90f92308 100644 --- a/dev-perl/Time-Duration/Time-Duration-1.04.ebuild +++ b/dev-perl/Time-Duration/Time-Duration-1.04.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Time-Duration/Time-Duration-1.04.ebuild,v 1.7 2006/11/04 11:17:46 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Time-Duration/Time-Duration-1.04.ebuild,v 1.8 2007/03/05 12:36:01 ticho Exp $ inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/A/AV/AVIF/${P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 sparc ~x86" +KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 sparc x86" IUSE="" DEPEND="dev-lang/perl" |