diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-09-17 00:49:43 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-09-17 00:49:43 +0000 |
commit | 0c2dc50480e7f009c08bf60041053f3015646272 (patch) | |
tree | 52faffc11a8300b46c7d5b340c4853fb9cf218e0 /dev-perl | |
parent | Mark 0.04 stable on ia64 (diff) | |
download | historical-0c2dc50480e7f009c08bf60041053f3015646272.tar.gz historical-0c2dc50480e7f009c08bf60041053f3015646272.tar.bz2 historical-0c2dc50480e7f009c08bf60041053f3015646272.zip |
Mark 1.07 stable on ia64
Package-Manager: portage-2.0.52-r1
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/extutils-pkgconfig/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.07.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/extutils-pkgconfig/ChangeLog b/dev-perl/extutils-pkgconfig/ChangeLog index 0eac69ceb44c..cd51923ef841 100644 --- a/dev-perl/extutils-pkgconfig/ChangeLog +++ b/dev-perl/extutils-pkgconfig/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/extutils-pkgconfig # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog,v 1.21 2005/08/26 00:57:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog,v 1.22 2005/09/17 00:49:43 agriffis Exp $ + + 17 Sep 2005; Aron Griffis <agriffis@gentoo.org> + extutils-pkgconfig-1.07.ebuild: + Mark 1.07 stable on ia64 26 Aug 2005; Aron Griffis <agriffis@gentoo.org> extutils-pkgconfig-1.07.ebuild: diff --git a/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.07.ebuild b/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.07.ebuild index ab6ec2a8dc7f..29ddfe16f29d 100644 --- a/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.07.ebuild +++ b/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.07.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/extutils-pkgconfig/extutils-pkgconfig-1.07.ebuild,v 1.9 2005/08/26 00:57:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.07.ebuild,v 1.10 2005/09/17 00:49:43 agriffis Exp $ inherit perl-module @@ -12,5 +12,5 @@ SRC_URI="mirror://cpan/authors/id/R/RM/RMCFARLA/Gtk2-Perl/${MY_P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="alpha amd64 hppa ~ia64 ~mips ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86" IUSE="" |