diff options
Diffstat (limited to 'dev-vcs/svn2git/svn2git-1.0.3_p1.ebuild')
-rw-r--r-- | dev-vcs/svn2git/svn2git-1.0.3_p1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-vcs/svn2git/svn2git-1.0.3_p1.ebuild b/dev-vcs/svn2git/svn2git-1.0.3_p1.ebuild index ce48c62d48e2..8633e2c37a1a 100644 --- a/dev-vcs/svn2git/svn2git-1.0.3_p1.ebuild +++ b/dev-vcs/svn2git/svn2git-1.0.3_p1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-1.0.3_p1.ebuild,v 1.2 2011/04/08 17:18:06 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-1.0.3_p1.ebuild,v 1.3 2012/08/03 16:58:05 kensington Exp $ EAPI="2" @@ -25,7 +25,7 @@ IUSE="" # KEYWORDS way up DEPEND="dev-vcs/subversion - x11-libs/qt-core" + x11-libs/qt-core:4" RDEPEND="${DEPEND} dev-vcs/git" |