diff options
author | Yuta Satoh <nigoro@gentoo.org> | 2004-12-23 10:26:49 +0000 |
---|---|---|
committer | Yuta Satoh <nigoro@gentoo.org> | 2004-12-23 10:26:49 +0000 |
commit | c5cda33facf4ce2ce377599116db3264dfc2e8ee (patch) | |
tree | 975dc5520922b3dd90f3cc597c20758e4a661805 /dev-perl/Time-Duration | |
parent | fixed ebuild (diff) | |
download | historical-c5cda33facf4ce2ce377599116db3264dfc2e8ee.tar.gz historical-c5cda33facf4ce2ce377599116db3264dfc2e8ee.tar.bz2 historical-c5cda33facf4ce2ce377599116db3264dfc2e8ee.zip |
added ~ppc64
Diffstat (limited to 'dev-perl/Time-Duration')
-rw-r--r-- | dev-perl/Time-Duration/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Time-Duration/Time-Duration-1.02.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Time-Duration/ChangeLog b/dev-perl/Time-Duration/ChangeLog index fc5a16de56a4..3afbd75d79ec 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-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Time-Duration/ChangeLog,v 1.3 2004/06/25 01:06:59 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Time-Duration/ChangeLog,v 1.4 2004/12/23 10:20:00 nigoro Exp $ + + 23 Dec 2004; Yuta SATOH <nigoro@gentoo.org> Time-Duration-1.02.ebuild: + added ~ppc64 03 Mar 2004; <agriffis@gentoo.org> Time-Duration-1.02.ebuild: stable on alpha for the sake of genlop diff --git a/dev-perl/Time-Duration/Time-Duration-1.02.ebuild b/dev-perl/Time-Duration/Time-Duration-1.02.ebuild index 302f4e6975ee..cd1d1794664e 100644 --- a/dev-perl/Time-Duration/Time-Duration-1.02.ebuild +++ b/dev-perl/Time-Duration/Time-Duration-1.02.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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.02.ebuild,v 1.8 2004/10/16 23:57:23 rac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Time-Duration/Time-Duration-1.02.ebuild,v 1.9 2004/12/23 10:20:00 nigoro Exp $ inherit perl-module @@ -10,5 +10,5 @@ SRC_URI="http://www.cpan.org/modules/by-authors/id/S/SB/SBURKE/${P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64" +KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ~ppc64" IUSE="" |