summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-08-06 18:16:19 +0000
committerMike Frysinger <vapier@gentoo.org>2006-08-06 18:16:19 +0000
commit8100292f4776fdb334799ef1365af1753b387230 (patch)
tree03b9da563e6dd7fe962acba345ace42be2fe2aa1 /dev-perl/XML-Parser
parentMarking amd64 stable (diff)
downloadgentoo-2-8100292f4776fdb334799ef1365af1753b387230.tar.gz
gentoo-2-8100292f4776fdb334799ef1365af1753b387230.tar.bz2
gentoo-2-8100292f4776fdb334799ef1365af1753b387230.zip
m68k love
(Portage version: 2.1.1_pre4)
Diffstat (limited to 'dev-perl/XML-Parser')
-rw-r--r--dev-perl/XML-Parser/XML-Parser-2.34.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-perl/XML-Parser/XML-Parser-2.34.ebuild b/dev-perl/XML-Parser/XML-Parser-2.34.ebuild
index 516e67e0834c..8ca6f970527e 100644
--- a/dev-perl/XML-Parser/XML-Parser-2.34.ebuild
+++ b/dev-perl/XML-Parser/XML-Parser-2.34.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Parser/XML-Parser-2.34.ebuild,v 1.19 2006/08/06 01:40:39 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Parser/XML-Parser-2.34.ebuild,v 1.20 2006/08/06 18:16:19 vapier Exp $
inherit perl-module multilib
@@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/M/MS/MSERGEANT/${P}.tar.gz"
LICENSE="Artistic"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ~ppc-macos ppc64 s390 sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ~ppc-macos ppc64 s390 sh sparc x86 ~x86-fbsd"
IUSE=""
DEPEND=">=dev-libs/expat-1.95.1-r1
@@ -24,4 +24,3 @@ src_unpack() {
-e "s:^\$expat_libpath.*:\$expat_libpath = '/usr/$(get_libdir)';:" \
Makefile.PL || die "sed failed"
}
-