diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2007-01-22 16:12:55 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2007-01-22 16:12:55 +0000 |
commit | 6f99cbf27d4c01a1e556e18fb03540a577c7422f (patch) | |
tree | eace245d6b22b8ba3514f4920ad3ffbbafdd3103 /dev-perl/log-dispatch | |
parent | stable x86 wrt bug 163249 (diff) | |
download | gentoo-2-6f99cbf27d4c01a1e556e18fb03540a577c7422f.tar.gz gentoo-2-6f99cbf27d4c01a1e556e18fb03540a577c7422f.tar.bz2 gentoo-2-6f99cbf27d4c01a1e556e18fb03540a577c7422f.zip |
Stable on Alpha + IA64.
(Portage version: 2.1.2-r2)
Diffstat (limited to 'dev-perl/log-dispatch')
-rw-r--r-- | dev-perl/log-dispatch/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/log-dispatch/log-dispatch-2.14.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/log-dispatch/ChangeLog b/dev-perl/log-dispatch/ChangeLog index e47e99088de5..249b61d36f1f 100644 --- a/dev-perl/log-dispatch/ChangeLog +++ b/dev-perl/log-dispatch/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/log-dispatch # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/log-dispatch/ChangeLog,v 1.33 2007/01/08 17:32:14 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/log-dispatch/ChangeLog,v 1.34 2007/01/22 16:12:55 kloeri Exp $ + + 22 Jan 2007; Bryan Østergaard <kloeri@gentoo.org> + log-dispatch-2.14.ebuild: + Stable on Alpha + IA64. 08 Jan 2007; Michael Cummings <mcummings@gentoo.org> -log-dispatch-2.13.ebuild, log-dispatch-2.14.ebuild: diff --git a/dev-perl/log-dispatch/log-dispatch-2.14.ebuild b/dev-perl/log-dispatch/log-dispatch-2.14.ebuild index d401b8f45f49..f4409f1f1103 100644 --- a/dev-perl/log-dispatch/log-dispatch-2.14.ebuild +++ b/dev-perl/log-dispatch/log-dispatch-2.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/log-dispatch/log-dispatch-2.14.ebuild,v 1.3 2007/01/08 17:32:14 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/log-dispatch/log-dispatch-2.14.ebuild,v 1.4 2007/01/22 16:12:55 kloeri Exp $ inherit perl-module @@ -12,7 +12,7 @@ SRC_URI="mirror://cpan/authors/id/D/DR/DROLSKY/${MY_P}.tar.gz" HOMEPAGE="http://www.cpan.org/authors/id/D/DR/DROLSKY/" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~alpha amd64 ~ia64 ~ppc sparc ~x86" +KEYWORDS="alpha amd64 ia64 ~ppc sparc ~x86" IUSE="" SRC_TEST="do" |