summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-07-18 14:46:52 +0000
committerJustin Lecher <jlec@gentoo.org>2013-07-18 14:46:52 +0000
commit19cb3033c9c9bd112feb64dcb0309db1c891aa88 (patch)
treedac91bf6c5c0e84a431a5fe30bdf44be59a613e0 /sci-chemistry/molequeue
parentKeyword ~arm. (diff)
downloadgentoo-2-19cb3033c9c9bd112feb64dcb0309db1c891aa88.tar.gz
gentoo-2-19cb3033c9c9bd112feb64dcb0309db1c891aa88.tar.bz2
gentoo-2-19cb3033c9c9bd112feb64dcb0309db1c891aa88.zip
sci-chemistry/molequeue: Add missing deps
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sci-chemistry/molequeue')
-rw-r--r--sci-chemistry/molequeue/ChangeLog5
-rw-r--r--sci-chemistry/molequeue/molequeue-0.6.1.ebuild4
2 files changed, 7 insertions, 2 deletions
diff --git a/sci-chemistry/molequeue/ChangeLog b/sci-chemistry/molequeue/ChangeLog
index 3187a183f2d0..0cd0d968a5d4 100644
--- a/sci-chemistry/molequeue/ChangeLog
+++ b/sci-chemistry/molequeue/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-chemistry/molequeue
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/molequeue/ChangeLog,v 1.1 2013/07/18 14:13:57 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/molequeue/ChangeLog,v 1.2 2013/07/18 14:46:52 jlec Exp $
+
+ 18 Jul 2013; Justin Lecher <jlec@gentoo.org> molequeue-0.6.1.ebuild:
+ Add missing deps
*molequeue-0.6.1 (18 Jul 2013)
diff --git a/sci-chemistry/molequeue/molequeue-0.6.1.ebuild b/sci-chemistry/molequeue/molequeue-0.6.1.ebuild
index 19ad6a5ccaf9..5b778a7ce172 100644
--- a/sci-chemistry/molequeue/molequeue-0.6.1.ebuild
+++ b/sci-chemistry/molequeue/molequeue-0.6.1.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/sci-chemistry/molequeue/molequeue-0.6.1.ebuild,v 1.1 2013/07/18 14:13:57 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/molequeue/molequeue-0.6.1.ebuild,v 1.2 2013/07/18 14:46:52 jlec Exp $
EAPI=5
@@ -20,6 +20,8 @@ IUSE="test +zeromq"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}
+ dev-qt/qtcore:4
+ dev-qt/qtgui:4
zeromq? ( net-libs/cppzmq )"
DEPEND="${RDEPEND}"