summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-01-15 22:30:39 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-01-15 22:30:39 +0000
commitd570ba36527a9201e7d49a7f834d8bbe8515f087 (patch)
tree2e96a3cc0f72453902e1d063d5e544b8c9c98b91 /app-text/djview4
parentadd masked beta version for testing before 1.4 (diff)
downloadgentoo-2-d570ba36527a9201e7d49a7f834d8bbe8515f087.tar.gz
gentoo-2-d570ba36527a9201e7d49a7f834d8bbe8515f087.tar.bz2
gentoo-2-d570ba36527a9201e7d49a7f834d8bbe8515f087.zip
add missing pkgconfig dep, bug #206021
(Portage version: 2.1.4)
Diffstat (limited to 'app-text/djview4')
-rw-r--r--app-text/djview4/ChangeLog5
-rw-r--r--app-text/djview4/djview4-4.2.3.ebuild9
2 files changed, 9 insertions, 5 deletions
diff --git a/app-text/djview4/ChangeLog b/app-text/djview4/ChangeLog
index b83319bf0a65..37d9e14827ba 100644
--- a/app-text/djview4/ChangeLog
+++ b/app-text/djview4/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/djview4
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/djview4/ChangeLog,v 1.4 2008/01/15 22:26:44 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/djview4/ChangeLog,v 1.5 2008/01/15 22:30:39 aballier Exp $
+
+ 15 Jan 2008; Alexis Ballier <aballier@gentoo.org> djview4-4.2.3.ebuild:
+ add missing pkgconfig dep, bug #206021
15 Jan 2008; Alexis Ballier <aballier@gentoo.org> -djview4-4.1.2.ebuild,
-djview4-4.2.ebuild:
diff --git a/app-text/djview4/djview4-4.2.3.ebuild b/app-text/djview4/djview4-4.2.3.ebuild
index 05d7e79295c4..85dfb0d07621 100644
--- a/app-text/djview4/djview4-4.2.3.ebuild
+++ b/app-text/djview4/djview4-4.2.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/djview4/djview4-4.2.3.ebuild,v 1.1 2007/12/10 22:58:40 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/djview4/djview4-4.2.3.ebuild,v 1.2 2008/01/15 22:30:39 aballier Exp $
inherit eutils versionator qt4 toolchain-funcs
@@ -13,9 +13,10 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug"
-DEPEND=">=app-text/djvu-3.5.19
+RDEPEND=">=app-text/djvu-3.5.19
$(qt4_min_version 4.1)"
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
S="${WORKDIR}/${PN}-$(get_version_component_range 1-2)"