diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-05-16 19:07:56 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-05-16 19:07:56 +0000 |
commit | 7f7dc3aeed96169916cf466d40a72868c0afcb1a (patch) | |
tree | 120bb21152730d3249198bf91c4eb60138da9012 /dev-perl/HTTP-Cache-Transparent | |
parent | Added patch so libdnet will build with gcc-4. (diff) | |
download | historical-7f7dc3aeed96169916cf466d40a72868c0afcb1a.tar.gz historical-7f7dc3aeed96169916cf466d40a72868c0afcb1a.tar.bz2 historical-7f7dc3aeed96169916cf466d40a72868c0afcb1a.zip |
Keyworded ~sparc
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-perl/HTTP-Cache-Transparent')
-rw-r--r-- | dev-perl/HTTP-Cache-Transparent/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/HTTP-Cache-Transparent/HTTP-Cache-Transparent-0.5.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/HTTP-Cache-Transparent/ChangeLog b/dev-perl/HTTP-Cache-Transparent/ChangeLog index 546749566bee..f23d21f902cc 100644 --- a/dev-perl/HTTP-Cache-Transparent/ChangeLog +++ b/dev-perl/HTTP-Cache-Transparent/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/HTTP-Cache-Transparent # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-Cache-Transparent/ChangeLog,v 1.4 2005/05/04 16:01:05 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-Cache-Transparent/ChangeLog,v 1.5 2005/05/16 19:07:56 gustavoz Exp $ + + 16 May 2005; Gustavo Zacarias <gustavoz@gentoo.org> + HTTP-Cache-Transparent-0.5.ebuild: + Keyworded ~sparc 04 May 2005; David Holm <dholm@gentoo.org> HTTP-Cache-Transparent-0.5.ebuild: diff --git a/dev-perl/HTTP-Cache-Transparent/HTTP-Cache-Transparent-0.5.ebuild b/dev-perl/HTTP-Cache-Transparent/HTTP-Cache-Transparent-0.5.ebuild index 61ae9b74fd11..e71a1c9710a0 100644 --- a/dev-perl/HTTP-Cache-Transparent/HTTP-Cache-Transparent-0.5.ebuild +++ b/dev-perl/HTTP-Cache-Transparent/HTTP-Cache-Transparent-0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-Cache-Transparent/HTTP-Cache-Transparent-0.5.ebuild,v 1.3 2005/05/04 16:01:05 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-Cache-Transparent/HTTP-Cache-Transparent-0.5.ebuild,v 1.4 2005/05/16 19:07:56 gustavoz Exp $ inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/M/MA/MATTIASH/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~amd64 ~ppc" +KEYWORDS="x86 ~amd64 ~ppc ~sparc" IUSE="" SRC_TEST="do" |