diff options
author | 2010-03-05 15:08:49 +0000 | |
---|---|---|
committer | 2010-03-05 15:08:49 +0000 | |
commit | a5296dd092c9ac46e7b8e5f32ed526d923f130b3 (patch) | |
tree | 9931478d0c7791a96e04736b290dfaf7c75aa3b1 /app-text/zathura | |
parent | Initial commit. So long xpdf. (diff) | |
download | gentoo-2-a5296dd092c9ac46e7b8e5f32ed526d923f130b3.tar.gz gentoo-2-a5296dd092c9ac46e7b8e5f32ed526d923f130b3.tar.bz2 gentoo-2-a5296dd092c9ac46e7b8e5f32ed526d923f130b3.zip |
Missing pkgconfig dep
(Portage version: 2.2_rc63/cvs/Linux x86_64)
Diffstat (limited to 'app-text/zathura')
-rw-r--r-- | app-text/zathura/zathura-0.0.2.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app-text/zathura/zathura-0.0.2.ebuild b/app-text/zathura/zathura-0.0.2.ebuild index 59f519148654..e52231d4ae27 100644 --- a/app-text/zathura/zathura-0.0.2.ebuild +++ b/app-text/zathura/zathura-0.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/zathura/zathura-0.0.2.ebuild,v 1.1 2010/03/05 15:06:10 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/zathura/zathura-0.0.2.ebuild,v 1.2 2010/03/05 15:08:49 ssuominen Exp $ EAPI=2 inherit eutils toolchain-funcs @@ -14,9 +14,11 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND=">=x11-libs/cairo-1.8.8 +RDEPEND=">=x11-libs/cairo-1.8.8 >=x11-libs/gtk+-2.18.6:2 >=app-text/poppler-0.12.3-r3[cairo]" +DEPEND="${RDEPEND} + dev-util/pkgconfig" src_prepare() { epatch "${FILESDIR}"/${P}-build.patch |