diff options
Diffstat (limited to 'app-text/apvlv/apvlv-0.1.2-r1.ebuild')
-rw-r--r-- | app-text/apvlv/apvlv-0.1.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/apvlv/apvlv-0.1.2-r1.ebuild b/app-text/apvlv/apvlv-0.1.2-r1.ebuild index 4547701227bc..bcac646531ff 100644 --- a/app-text/apvlv/apvlv-0.1.2-r1.ebuild +++ b/app-text/apvlv/apvlv-0.1.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/apvlv/apvlv-0.1.2-r1.ebuild,v 1.2 2012/04/23 19:22:05 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/apvlv/apvlv-0.1.2-r1.ebuild,v 1.3 2012/05/04 03:33:11 jdhore Exp $ EAPI=4 @@ -20,7 +20,7 @@ RDEPEND=">=x11-libs/gtk+-2.10.4:2 >=app-text/poppler-0.18[cairo] djvu? ( app-text/djvu )" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" S=${WORKDIR}/${MY_P} |