commit: 1bba1f5f6bfbc71adcb04dc31ab72de41647969c
Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 5 18:52:20 2016 +0000
Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Fri Feb 5 18:52:46 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bba1f5f
sci-astronomy/stellarium: drop unneeded dev-qt/qtquick1 dep (bug #573790)
Package-Manager: portage-2.2.26
sci-astronomy/stellarium/stellarium-0.14.2.ebuild | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/sci-astronomy/stellarium/stellarium-0.14.2.ebuild
b/sci-astronomy/stellarium/stellarium-0.14.2.ebuild
index d1c5035..35da181 100644
--- a/sci-astronomy/stellarium/stellarium-0.14.2.ebuild
+++ b/sci-astronomy/stellarium/stellarium-0.14.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -27,7 +27,6 @@ RESTRICT="test"
RDEPEND="
media-fonts/dejavu
dev-qt/qtcore:5
- dev-qt/qtquick1:5
dev-qt/qtgui:5
dev-qt/qtopengl:5
dev-qt/qtscript:5
@@ -37,7 +36,6 @@ DEPEND="${RDEPEND}
dev-qt/qttest:5
dev-qt/qtconcurrent:5
nls? ( dev-qt/linguist-tools:5 )"
-DOCS=( AUTHORS ChangeLog README )
LANGS=(
af ak am ar as ast az be bg bn bo br bs ca cs
@@ -78,7 +76,8 @@ src_configure() {
}
src_install() {
- cmake-utils_src_install
+ DOCS="AUTHORS ChangeLog README" \
+ cmake-utils_src_install
# use the more up-to-date system fonts
rm "${ED}"/usr/share/stellarium/data/DejaVuSans{Mono,}.ttf || die