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.3_p1.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.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 8633e2c37a1a..2da0fb604c58 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-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.3_p1.ebuild,v 1.3 2012/08/03 16:58:05 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-1.0.3_p1.ebuild,v 1.4 2013/03/02 21:10:05 hwoarang Exp $ EAPI="2" @@ -25,7 +25,7 @@ IUSE="" # KEYWORDS way up DEPEND="dev-vcs/subversion - x11-libs/qt-core:4" + dev-qt/qtcore:4" RDEPEND="${DEPEND} dev-vcs/git" |