diff options
author | Davide Pesavento <pesa@gentoo.org> | 2013-10-01 21:16:50 +0000 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2013-10-01 21:16:50 +0000 |
commit | 6a63af06b8748174ca3c02b18e51fce05b308bd7 (patch) | |
tree | 7ddad909ab1108240759090e6f69256d540b7dd3 /app-text/djview | |
parent | Properly fix qtgui/qtdbus deps wrt bug 484168. (diff) | |
download | gentoo-2-6a63af06b8748174ca3c02b18e51fce05b308bd7.tar.gz gentoo-2-6a63af06b8748174ca3c02b18e51fce05b308bd7.tar.bz2 gentoo-2-6a63af06b8748174ca3c02b18e51fce05b308bd7.zip |
Properly fix qtgui/qtdbus deps wrt bug 484170.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 17A85C72)
Diffstat (limited to 'app-text/djview')
-rw-r--r-- | app-text/djview/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/djview/djview-4.8.ebuild | 5 | ||||
-rw-r--r-- | app-text/djview/djview-4.9.ebuild | 5 |
3 files changed, 11 insertions, 5 deletions
diff --git a/app-text/djview/ChangeLog b/app-text/djview/ChangeLog index 11256d80792e..66dcf040338a 100644 --- a/app-text/djview/ChangeLog +++ b/app-text/djview/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/djview # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/djview/ChangeLog,v 1.20 2013/07/10 04:49:11 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/djview/ChangeLog,v 1.21 2013/10/01 21:16:50 pesa Exp $ + + 01 Oct 2013; Davide Pesavento <pesa@gentoo.org> djview-4.8.ebuild, + djview-4.9.ebuild: + Properly fix qtgui/qtdbus deps wrt bug 484170. 10 Jul 2013; Patrick Lauer <patrick@gentoo.org> djview-4.8.ebuild, djview-4.9.ebuild: diff --git a/app-text/djview/djview-4.8.ebuild b/app-text/djview/djview-4.8.ebuild index 841a49b40cfc..ec3c04caf304 100644 --- a/app-text/djview/djview-4.8.ebuild +++ b/app-text/djview/djview-4.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/djview/djview-4.8.ebuild,v 1.11 2013/07/10 04:49:10 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/djview/djview-4.8.ebuild,v 1.12 2013/10/01 21:16:50 pesa Exp $ EAPI=4 @@ -19,7 +19,8 @@ IUSE="debug nsplugin" RDEPEND=" >=app-text/djvu-3.5.22-r1 - dev-qt/qtgui:4[dbus(+)]" + dev-qt/qtdbus:4 + dev-qt/qtgui:4" DEPEND="${RDEPEND} >=sys-devel/autoconf-2.67 virtual/pkgconfig diff --git a/app-text/djview/djview-4.9.ebuild b/app-text/djview/djview-4.9.ebuild index c42fcbf6e750..7bea4248e7e9 100644 --- a/app-text/djview/djview-4.9.ebuild +++ b/app-text/djview/djview-4.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/djview/djview-4.9.ebuild,v 1.3 2013/07/10 04:49:10 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/djview/djview-4.9.ebuild,v 1.4 2013/10/01 21:16:50 pesa Exp $ EAPI=4 @@ -19,7 +19,8 @@ IUSE="debug nsplugin" RDEPEND=" >=app-text/djvu-3.5.22-r1 - dev-qt/qtgui:4[dbus(+)]" + dev-qt/qtdbus:4 + dev-qt/qtgui:4" DEPEND="${RDEPEND} >=sys-devel/autoconf-2.67 virtual/pkgconfig |