diff options
author | 2006-11-20 18:02:59 +0000 | |
---|---|---|
committer | 2006-11-20 18:02:59 +0000 | |
commit | 43655ec7672b2ba37d27c3b9212aa4d712a82c33 (patch) | |
tree | 18c9bb873900380e5657e644ff130723825bf0d7 /dev-perl/DateTime-Format-W3CDTF | |
parent | Fix dbus dep wrt bug #154521. (diff) | |
download | historical-43655ec7672b2ba37d27c3b9212aa4d712a82c33.tar.gz historical-43655ec7672b2ba37d27c3b9212aa4d712a82c33.tar.bz2 historical-43655ec7672b2ba37d27c3b9212aa4d712a82c33.zip |
Added ~ppc keyword wrt bug 155683
Package-Manager: portage-2.1.2_rc2-r1
Diffstat (limited to 'dev-perl/DateTime-Format-W3CDTF')
-rw-r--r-- | dev-perl/DateTime-Format-W3CDTF/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/DateTime-Format-W3CDTF/DateTime-Format-W3CDTF-0.04.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/DateTime-Format-W3CDTF/ChangeLog b/dev-perl/DateTime-Format-W3CDTF/ChangeLog index 785f4f4160af..fd9737c9f3a8 100644 --- a/dev-perl/DateTime-Format-W3CDTF/ChangeLog +++ b/dev-perl/DateTime-Format-W3CDTF/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/DateTime-Format-W3CDTF # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-W3CDTF/ChangeLog,v 1.2 2006/11/19 23:30:02 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-W3CDTF/ChangeLog,v 1.3 2006/11/20 18:01:25 nixnut Exp $ + + 20 Nov 2006; nixnut <nixnut@gentoo.org> + DateTime-Format-W3CDTF-0.04.ebuild: + Added ~ppc keyword wrt bug 155683 19 Nov 2006; Diego Pettenò <flameeyes@gentoo.org> DateTime-Format-W3CDTF-0.04.ebuild: diff --git a/dev-perl/DateTime-Format-W3CDTF/DateTime-Format-W3CDTF-0.04.ebuild b/dev-perl/DateTime-Format-W3CDTF/DateTime-Format-W3CDTF-0.04.ebuild index 04a490a2023c..c4e392025735 100644 --- a/dev-perl/DateTime-Format-W3CDTF/DateTime-Format-W3CDTF-0.04.ebuild +++ b/dev-perl/DateTime-Format-W3CDTF/DateTime-Format-W3CDTF-0.04.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-W3CDTF/DateTime-Format-W3CDTF-0.04.ebuild,v 1.2 2006/11/19 23:30:02 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-W3CDTF/DateTime-Format-W3CDTF-0.04.ebuild,v 1.3 2006/11/20 18:01:25 nixnut Exp $ inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/K/KE/KELLAN/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd" IUSE="" SRC_TEST="do" |