diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-30 15:58:16 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-30 15:58:16 +0000 |
commit | 54db6c11fb2e558669640fdf920bb57cdaad1d26 (patch) | |
tree | f491efb4ead454a224e650982aca7756fee714cf /dev-perl/extutils-pkgconfig | |
parent | Marked ~ppc (Manifest recommit) (diff) | |
download | gentoo-2-54db6c11fb2e558669640fdf920bb57cdaad1d26.tar.gz gentoo-2-54db6c11fb2e558669640fdf920bb57cdaad1d26.tar.bz2 gentoo-2-54db6c11fb2e558669640fdf920bb57cdaad1d26.zip |
Stable on alpha.
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.03.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/extutils-pkgconfig/ChangeLog b/dev-perl/extutils-pkgconfig/ChangeLog index 331c3d938dc1..32bdf37ff2b0 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-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog,v 1.4 2004/04/06 22:51:53 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog,v 1.5 2004/05/30 15:58:16 kloeri Exp $ + + 30 May 2004; Bryan Østergaard <kloeri@gentoo.org> + extutils-pkgconfig-1.03.ebuild: + Stable on alpha. 06 Apr 2004; Gustavo Zacarias <gustavoz@gentoo.org> extutils-pkgconfig-1.03.ebuild: diff --git a/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.03.ebuild b/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.03.ebuild index 1081e3cdb5f9..24192b2d0aac 100644 --- a/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.03.ebuild +++ b/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.03.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.03.ebuild,v 1.2 2004/04/06 22:51:53 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.03.ebuild,v 1.3 2004/05/30 15:58:16 kloeri Exp $ inherit perl-module @@ -12,4 +12,4 @@ SRC_URI="http://search.cpan.org/CPAN/authors/id/R/RM/RMCFARLA/Gtk2-Perl/${MY_P}. LICENSE="Artistic | GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc sparc ~mips ~alpha hppa ~amd64" +KEYWORDS="x86 ~ppc sparc ~mips alpha hppa ~amd64" |