diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-04-19 18:32:15 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-04-19 18:32:15 +0000 |
commit | 8f62973fe8be82d0762d2564aab3d0dab2e54bbb (patch) | |
tree | d5f9799ccd55572df2ed2ba1d6a66251c61d416e /dev-perl/extutils-pkgconfig | |
parent | Mark ffmpeg-0.4.9_p20050226-r3 stable on amd64. (diff) | |
download | gentoo-2-8f62973fe8be82d0762d2564aab3d0dab2e54bbb.tar.gz gentoo-2-8f62973fe8be82d0762d2564aab3d0dab2e54bbb.tar.bz2 gentoo-2-8f62973fe8be82d0762d2564aab3d0dab2e54bbb.zip |
Stable on ppc.
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-perl/extutils-pkgconfig')
-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 9a3059f6d353..924442ecceec 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.16 2005/04/08 16:24:03 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog,v 1.17 2005/04/19 18:29:34 hansmi Exp $ + + 19 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> + extutils-pkgconfig-1.07.ebuild: + Stable on ppc. 08 Apr 2005; Markus Rothe <corsair@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 3fdc88ecc47e..439a87523ef1 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.6 2005/04/08 16:24:03 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.07.ebuild,v 1.7 2005/04/19 18:29:34 hansmi 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="x86 ~ppc sparc ~mips alpha hppa ~amd64 ppc64" +KEYWORDS="x86 ppc sparc ~mips alpha hppa ~amd64 ppc64" IUSE="" |