diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 21:08:50 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 21:08:50 +0000 |
commit | 0fb35b935ffb8bc644d07c9d1d8502949e0bb114 (patch) | |
tree | 67e978cc199ffb89d4709343e80bec30bfc17562 /dev-vcs/qgit | |
parent | Move Qt dependencies to the new category (diff) | |
download | gentoo-2-0fb35b935ffb8bc644d07c9d1d8502949e0bb114.tar.gz gentoo-2-0fb35b935ffb8bc644d07c9d1d8502949e0bb114.tar.bz2 gentoo-2-0fb35b935ffb8bc644d07c9d1d8502949e0bb114.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/qgit')
-rw-r--r-- | dev-vcs/qgit/ChangeLog | 8 | ||||
-rw-r--r-- | dev-vcs/qgit/qgit-2.4.ebuild | 6 | ||||
-rw-r--r-- | dev-vcs/qgit/qgit-2.5.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/dev-vcs/qgit/ChangeLog b/dev-vcs/qgit/ChangeLog index ffab943adfc7..24e9c29d08ea 100644 --- a/dev-vcs/qgit/ChangeLog +++ b/dev-vcs/qgit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-vcs/qgit -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/qgit/ChangeLog,v 1.12 2012/11/21 10:58:34 ago Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/qgit/ChangeLog,v 1.13 2013/03/02 21:08:50 hwoarang Exp $ + + 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> qgit-2.4.ebuild, + qgit-2.5.ebuild: + Move Qt dependencies to the new category 21 Nov 2012; Agostino Sarubbo <ago@gentoo.org> qgit-2.5.ebuild: Stable for x86, wrt bug #440850 diff --git a/dev-vcs/qgit/qgit-2.4.ebuild b/dev-vcs/qgit/qgit-2.4.ebuild index e952001e3a17..83952df88956 100644 --- a/dev-vcs/qgit/qgit-2.4.ebuild +++ b/dev-vcs/qgit/qgit-2.4.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/qgit/qgit-2.4.ebuild,v 1.5 2012/03/25 18:46:03 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/qgit/qgit-2.4.ebuild,v 1.6 2013/03/02 21:08:50 hwoarang Exp $ EAPI=4 @@ -15,7 +15,7 @@ SLOT="2" KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~x86-macos" IUSE="" -DEPEND="x11-libs/qt-gui:4" +DEPEND="dev-qt/qtgui:4" RDEPEND="${DEPEND} >=dev-vcs/git-1.6 " diff --git a/dev-vcs/qgit/qgit-2.5.ebuild b/dev-vcs/qgit/qgit-2.5.ebuild index f76816622b96..a36450225082 100644 --- a/dev-vcs/qgit/qgit-2.5.ebuild +++ b/dev-vcs/qgit/qgit-2.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/qgit/qgit-2.5.ebuild,v 1.4 2012/11/21 10:58:34 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/qgit/qgit-2.5.ebuild,v 1.5 2013/03/02 21:08:50 hwoarang Exp $ EAPI=4 @@ -15,7 +15,7 @@ SLOT="2" KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~x86-macos" IUSE="" -DEPEND="x11-libs/qt-gui:4" +DEPEND="dev-qt/qtgui:4" RDEPEND="${DEPEND} >=dev-vcs/git-1.6 " |