summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2015-03-11 13:32:08 +0000
committerAlexis Ballier <aballier@gentoo.org>2015-03-11 13:32:08 +0000
commit5c593dcaa9b4b85c2b92be1b6b6767ef5841234f (patch)
tree54d4ce9a53014c346d4a9a39ec8e40ebc727caab /app-text/djview
parentVersion Bump; Drop old with unavailable upstream sources, #542758 (diff)
downloadgentoo-2-5c593dcaa9b4b85c2b92be1b6b6767ef5841234f.tar.gz
gentoo-2-5c593dcaa9b4b85c2b92be1b6b6767ef5841234f.tar.bz2
gentoo-2-5c593dcaa9b4b85c2b92be1b6b6767ef5841234f.zip
add missing dep on qtopengl, bug #542904
Signed-off-by: aballier@gentoo.org (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'app-text/djview')
-rw-r--r--app-text/djview/ChangeLog5
-rw-r--r--app-text/djview/djview-4.10.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/app-text/djview/ChangeLog b/app-text/djview/ChangeLog
index 1c6be2ad03c4..86e90a228d2c 100644
--- a/app-text/djview/ChangeLog
+++ b/app-text/djview/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/djview
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/djview/ChangeLog,v 1.28 2015/03/09 08:06:56 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/djview/ChangeLog,v 1.29 2015/03/11 13:32:08 aballier Exp $
+
+ 11 Mar 2015; Alexis Ballier <aballier@gentoo.org> djview-4.10.ebuild:
+ add missing dep on qtopengl, bug #542904
*djview-4.10 (09 Mar 2015)
diff --git a/app-text/djview/djview-4.10.ebuild b/app-text/djview/djview-4.10.ebuild
index 2933dca08023..02fc3aac35bf 100644
--- a/app-text/djview/djview-4.10.ebuild
+++ b/app-text/djview/djview-4.10.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/djview/djview-4.10.ebuild,v 1.1 2015/03/09 08:06:56 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/djview/djview-4.10.ebuild,v 1.2 2015/03/11 13:32:08 aballier Exp $
EAPI=4
@@ -20,6 +20,7 @@ IUSE="debug nsplugin"
RDEPEND="
>=app-text/djvu-3.5.22-r1
dev-qt/qtdbus:4
+ dev-qt/qtopengl:4
dev-qt/qtgui:4"
DEPEND="${RDEPEND}
>=sys-devel/autoconf-2.67