diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-01-23 21:18:28 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-01-23 21:18:28 +0000 |
commit | 34adc0d3a5e5bbd3d36f1da1caef7db1e9c31cf0 (patch) | |
tree | e91054f334d55bacc005a96a2fca00dbc1427f0a /dev-perl/File-Tail | |
parent | disabled tests since the test suite is not cross architecture compatible (diff) | |
download | gentoo-2-34adc0d3a5e5bbd3d36f1da1caef7db1e9c31cf0.tar.gz gentoo-2-34adc0d3a5e5bbd3d36f1da1caef7db1e9c31cf0.tar.bz2 gentoo-2-34adc0d3a5e5bbd3d36f1da1caef7db1e9c31cf0.zip |
Added ~ppc64; bug #117851
(Portage version: 2.0.53)
Diffstat (limited to 'dev-perl/File-Tail')
-rw-r--r-- | dev-perl/File-Tail/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/File-Tail/File-Tail-0.99.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/File-Tail/ChangeLog b/dev-perl/File-Tail/ChangeLog index 3ace6542c337..a813a74a4de7 100644 --- a/dev-perl/File-Tail/ChangeLog +++ b/dev-perl/File-Tail/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/File-Tail -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Tail/ChangeLog,v 1.21 2005/10/02 12:43:28 agriffis Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Tail/ChangeLog,v 1.22 2006/01/23 21:17:27 corsair Exp $ + + 23 Jan 2006; Markus Rothe <corsair@gentoo.org> File-Tail-0.99.1.ebuild: + Added ~ppc64; bug #117851 02 Oct 2005; Aron Griffis <agriffis@gentoo.org> File-Tail-0.99.1.ebuild: Mark 0.99.1 stable on ia64 diff --git a/dev-perl/File-Tail/File-Tail-0.99.1.ebuild b/dev-perl/File-Tail/File-Tail-0.99.1.ebuild index fc64e9b24761..621a9f98d92e 100644 --- a/dev-perl/File-Tail/File-Tail-0.99.1.ebuild +++ b/dev-perl/File-Tail/File-Tail-0.99.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Tail/File-Tail-0.99.1.ebuild,v 1.8 2005/10/02 12:43:28 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Tail/File-Tail-0.99.1.ebuild,v 1.9 2006/01/23 21:17:27 corsair Exp $ inherit perl-module @@ -10,7 +10,7 @@ HOMEPAGE="http://www.cpan.org/authors/id/MGRABNAR/${P}.readme" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="alpha amd64 ia64 ppc sparc x86" +KEYWORDS="alpha amd64 ia64 ppc ~ppc64 sparc x86" IUSE="" DEPEND="perl-core/Time-HiRes" |