diff options
author | 2005-03-12 20:27:03 +0000 | |
---|---|---|
committer | 2005-03-12 20:27:03 +0000 | |
commit | c73c3e2741dfe07dfc6f8fa51259460a3cddbbf9 (patch) | |
tree | e911b1329cacd312f035a87c626c2819ccc96c70 /dev-perl/extutils-depends | |
parent | forward port s390 KEYWORDS (diff) | |
download | historical-c73c3e2741dfe07dfc6f8fa51259460a3cddbbf9.tar.gz historical-c73c3e2741dfe07dfc6f8fa51259460a3cddbbf9.tar.bz2 historical-c73c3e2741dfe07dfc6f8fa51259460a3cddbbf9.zip |
hppa/s390 stable
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-perl/extutils-depends')
-rw-r--r-- | dev-perl/extutils-depends/extutils-depends-0.205.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-perl/extutils-depends/extutils-depends-0.205.ebuild b/dev-perl/extutils-depends/extutils-depends-0.205.ebuild index ee5b6e80b1cb..27a921b2b034 100644 --- a/dev-perl/extutils-depends/extutils-depends-0.205.ebuild +++ b/dev-perl/extutils-depends/extutils-depends-0.205.ebuild @@ -1,17 +1,17 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-depends/extutils-depends-0.205.ebuild,v 1.3 2005/03/11 20:15:54 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-depends/extutils-depends-0.205.ebuild,v 1.4 2005/03/12 20:27:03 vapier Exp $ inherit perl-module MY_P=ExtUtils-Depends-${PV} S=${WORKDIR}/${MY_P} -DESCRIPTION="Easily build XS extensions that depend on XS extensions." +DESCRIPTION="Easily build XS extensions that depend on XS extensions" HOMEPAGE="http://search.cpan.org/~rmcfarla${MY_P}" SRC_URI="mirror://cpan/authors/id/R/RM/RMCFARLA/Gtk2-Perl/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc sparc ~alpha ~hppa ~amd64 ~s390 ~ppc64" +KEYWORDS="~alpha ~amd64 hppa ~ppc ~ppc64 s390 sparc x86" IUSE="" |