diff options
-rw-r--r-- | dev-perl/Inline/Inline-0.44-r1.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-perl/Inline/Inline-0.44-r1.ebuild b/dev-perl/Inline/Inline-0.44-r1.ebuild index f3eb71f45148..5abfb108783d 100644 --- a/dev-perl/Inline/Inline-0.44-r1.ebuild +++ b/dev-perl/Inline/Inline-0.44-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/Inline-0.44-r1.ebuild,v 1.25 2007/01/15 23:12:32 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/Inline-0.44-r1.ebuild,v 1.26 2007/02/11 11:17:17 vapier Exp $ inherit perl-module eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/I/IN/INGY/${P}.tar.gz" LICENSE="Artistic" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ~ppc64 sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ~ppc64 s390 sh sparc x86" IUSE="gtk" DEPEND="virtual/perl-Digest-MD5 @@ -35,5 +35,3 @@ src_install() { perl-module_src_install dohtml DT.html } - - |