summaryrefslogtreecommitdiff
path: root/app-text
diff options
context:
space:
mode:
authorJames Cloos <cloos@jhcloos.com>2014-01-18 14:36:42 -0500
committerJames Cloos <cloos@jhcloos.com>2014-01-18 14:36:42 -0500
commit9835712ab25a7f9e2d12660363384757e68b7eff (patch)
tree5e7a751fdd7ae054d3f21128b351c86377e1ea90 /app-text
parent7f967d73ac3816d454f4514a212a7f91a8d77113 (diff)
app-text/poppler: last patch requires eapi=5.
Signed-off-by: James Cloos <cloos@jhcloos.com>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/poppler/poppler-9999.ebuild13
1 files changed, 1 insertions, 12 deletions
diff --git a/app-text/poppler/poppler-9999.ebuild b/app-text/poppler/poppler-9999.ebuild
index b20bb5e..dc5113e 100644
--- a/app-text/poppler/poppler-9999.ebuild
+++ b/app-text/poppler/poppler-9999.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI="4"
+EAPI=5
EGIT_REPO_URI="git://anongit.freedesktop.org/git/poppler/poppler.git"
EGIT_PROJECT="poppler"
@@ -44,11 +44,6 @@ DEPEND="${COMMON_DEPEND}
virtual/pkgconfig
"
RDEPEND="${COMMON_DEPEND}
- !dev-libs/poppler
- !dev-libs/poppler-glib
- !dev-libs/poppler-qt3
- !dev-libs/poppler-qt4
- !app-text/poppler-utils
cjk? ( >=app-text/poppler-data-0.4.4 )
"
@@ -100,9 +95,3 @@ src_install() {
doins -r "${S}"/glib/reference/html/*
fi
}
-
-pkg_postinst() {
- ewarn "After upgrading app-text/poppler you may need to reinstall packages"
- ewarn "linking on it. If you do not run >=portage-2.2_rc, you are advised"
- ewarn "to run revdep-rebuild."
-}