summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2015-02-02 23:52:28 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2015-02-02 23:52:28 +0000
commitfb5a3e77892845961944de2f63c2da5d08524c5c (patch)
tree77d10573552941306ab58d51a1834ffc25cb9562 /sci-astronomy
parentAdd support for EdDSA (Ed25519) from the upstream master branch (diff)
downloadgentoo-2-fb5a3e77892845961944de2f63c2da5d08524c5c.tar.gz
gentoo-2-fb5a3e77892845961944de2f63c2da5d08524c5c.tar.bz2
gentoo-2-fb5a3e77892845961944de2f63c2da5d08524c5c.zip
add qttest dep (bug #538586)
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sci-astronomy')
-rw-r--r--sci-astronomy/stellarium/ChangeLog5
-rw-r--r--sci-astronomy/stellarium/stellarium-0.13.2.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/sci-astronomy/stellarium/ChangeLog b/sci-astronomy/stellarium/ChangeLog
index 46eeed96c8c2..c2c801eb2f04 100644
--- a/sci-astronomy/stellarium/ChangeLog
+++ b/sci-astronomy/stellarium/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-astronomy/stellarium
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/ChangeLog,v 1.127 2015/02/02 04:15:21 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/ChangeLog,v 1.128 2015/02/02 23:52:28 mr_bones_ Exp $
+
+ 02 Feb 2015; Michael Sterrett <mr_bones_@gentoo.org> stellarium-0.13.2.ebuild:
+ add qttest dep (bug #538586)
02 Feb 2015; Michael Sterrett <mr_bones_@gentoo.org> stellarium-0.13.2.ebuild:
qt5 has been unmasked
diff --git a/sci-astronomy/stellarium/stellarium-0.13.2.ebuild b/sci-astronomy/stellarium/stellarium-0.13.2.ebuild
index aa210d15fc31..1061abc146ab 100644
--- a/sci-astronomy/stellarium/stellarium-0.13.2.ebuild
+++ b/sci-astronomy/stellarium/stellarium-0.13.2.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/sci-astronomy/stellarium/stellarium-0.13.2.ebuild,v 1.2 2015/02/02 04:15:21 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/stellarium-0.13.2.ebuild,v 1.3 2015/02/02 23:52:28 mr_bones_ Exp $
EAPI=5
inherit cmake-utils eutils flag-o-matic gnome2-utils
@@ -34,6 +34,7 @@ RDEPEND="
virtual/opengl
sound? ( dev-qt/qtmultimedia:5[widgets] )"
DEPEND="${RDEPEND}
+ dev-qt/qttest:5
dev-qt/qtconcurrent:5
nls? ( dev-qt/linguist-tools:5 )"
DOCS=( AUTHORS ChangeLog README )