diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 21:10:05 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 21:10:05 +0000 |
commit | 336adb09e790cf742eecd0204928b3b135d88de7 (patch) | |
tree | f99134beaa139f12a95e39304495150f67a7f6fa /dev-vcs/svn2git/svn2git-1.0.5.ebuild | |
parent | Move Qt dependencies to the new category (diff) | |
download | gentoo-2-336adb09e790cf742eecd0204928b3b135d88de7.tar.gz gentoo-2-336adb09e790cf742eecd0204928b3b135d88de7.tar.bz2 gentoo-2-336adb09e790cf742eecd0204928b3b135d88de7.zip |
Move Qt dependencies to the new category
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
Diffstat (limited to 'dev-vcs/svn2git/svn2git-1.0.5.ebuild')
-rw-r--r-- | dev-vcs/svn2git/svn2git-1.0.5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-vcs/svn2git/svn2git-1.0.5.ebuild b/dev-vcs/svn2git/svn2git-1.0.5.ebuild index 90cacd557cc3..4649c124a3c9 100644 --- a/dev-vcs/svn2git/svn2git-1.0.5.ebuild +++ b/dev-vcs/svn2git/svn2git-1.0.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-1.0.5.ebuild,v 1.2 2012/08/03 16:58:05 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-1.0.5.ebuild,v 1.3 2013/03/02 21:10:05 hwoarang Exp $ EAPI="2" @@ -23,7 +23,7 @@ IUSE="" # KEYWORDS way up DEPEND="dev-vcs/subversion - x11-libs/qt-core:4" + dev-qt/qtcore:4" RDEPEND="${DEPEND} dev-vcs/git" |