summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2010-01-03 19:10:49 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2010-01-03 19:10:49 +0000
commitf86a76a2110d50f41f4bdb0315751ba75091542b (patch)
tree69bfb8585ad7a5a30f4234b1ee0959628817d4d2 /eclass/poppler.eclass
parentAutomated update of use.local.desc (diff)
downloadgentoo-2-f86a76a2110d50f41f4bdb0315751ba75091542b.tar.gz
gentoo-2-f86a76a2110d50f41f4bdb0315751ba75091542b.tar.bz2
gentoo-2-f86a76a2110d50f41f4bdb0315751ba75091542b.zip
Update base function calls to comply with currently in-review eclass.
Diffstat (limited to 'eclass/poppler.eclass')
-rw-r--r--eclass/poppler.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/poppler.eclass b/eclass/poppler.eclass
index 8e75459411d7..722ef7d3d64a 100644
--- a/eclass/poppler.eclass
+++ b/eclass/poppler.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/poppler.eclass,v 1.5 2009/09/16 12:58:13 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/poppler.eclass,v 1.6 2010/01/03 19:10:49 scarabeus Exp $
# @ECLASS: poppler.eclass
# @MAINTAINER:
@@ -123,7 +123,7 @@ poppler_src_unpack() {
# Runs autopatch from base.eclass.
# Uses sed to replace libpoppler.la references with -lpoppler
poppler_src_prepare() {
- base_src_util autopatch
+ base_src_prepare
sed -i \
-e 's#$(top_builddir)/poppler/libpoppler.la#-lpoppler#' \
$(find . -type f -name 'Makefile.in') || die "Failed to sed proper lib into Makefile.am"