diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-03-27 18:37:43 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-03-27 18:37:43 +0000 |
commit | f479cdad29ef8c7cbf329514d9c6ab3c6e3d5556 (patch) | |
tree | a7ed282cc03be454daad529063a8e463ad7a35c2 /games-sports | |
parent | updating spotify for new release bug 544522 (diff) | |
download | gentoo-2-f479cdad29ef8c7cbf329514d9c6ab3c6e3d5556.tar.gz gentoo-2-f479cdad29ef8c7cbf329514d9c6ab3c6e3d5556.tar.bz2 gentoo-2-f479cdad29ef8c7cbf329514d9c6ab3c6e3d5556.zip |
add qttest dep (bug #544546)
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-sports')
-rw-r--r-- | games-sports/dustrac/ChangeLog | 5 | ||||
-rw-r--r-- | games-sports/dustrac/dustrac-1.9.2.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/games-sports/dustrac/ChangeLog b/games-sports/dustrac/ChangeLog index 281e13ddcf6c..ff66950871dc 100644 --- a/games-sports/dustrac/ChangeLog +++ b/games-sports/dustrac/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-sports/dustrac # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/dustrac/ChangeLog,v 1.9 2015/03/12 18:34:58 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-sports/dustrac/ChangeLog,v 1.10 2015/03/27 18:37:43 mr_bones_ Exp $ + + 27 Mar 2015; Michael Sterrett <mr_bones_@gentoo.org> dustrac-1.9.2.ebuild: + add qttest dep (bug #544546) 12 Mar 2015; Michael Sterrett <mr_bones_@gentoo.org> -dustrac-1.7.3.ebuild, -files/dustrac-1.7.3-cmake.patch, -files/dustrac-1.7.3-desktopfile.patch: diff --git a/games-sports/dustrac/dustrac-1.9.2.ebuild b/games-sports/dustrac/dustrac-1.9.2.ebuild index dd4e4558b331..7c5571032ff6 100644 --- a/games-sports/dustrac/dustrac-1.9.2.ebuild +++ b/games-sports/dustrac/dustrac-1.9.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/games-sports/dustrac/dustrac-1.9.2.ebuild,v 1.1 2015/02/27 17:42:58 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-sports/dustrac/dustrac-1.9.2.ebuild,v 1.2 2015/03/27 18:37:43 mr_bones_ Exp $ EAPI=5 inherit eutils gnome2-utils cmake-utils games @@ -24,6 +24,7 @@ RDEPEND=" media-libs/openal virtual/opengl" DEPEND="${RDEPEND} + dev-qt/qttest:5 virtual/pkgconfig" src_prepare() { |