diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 21:09:03 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 21:09:03 +0000 |
commit | b49c31fb30dc14e9f55c2edbd4298d6029a3b70b (patch) | |
tree | e906ddb104d774592c221b3bf17cf4e8bcf9177c /dev-vcs/qsvn | |
parent | Move Qt dependencies to the new category (diff) | |
download | gentoo-2-b49c31fb30dc14e9f55c2edbd4298d6029a3b70b.tar.gz gentoo-2-b49c31fb30dc14e9f55c2edbd4298d6029a3b70b.tar.bz2 gentoo-2-b49c31fb30dc14e9f55c2edbd4298d6029a3b70b.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/qsvn')
-rw-r--r-- | dev-vcs/qsvn/ChangeLog | 7 | ||||
-rw-r--r-- | dev-vcs/qsvn/qsvn-0.8.3.ebuild | 10 |
2 files changed, 10 insertions, 7 deletions
diff --git a/dev-vcs/qsvn/ChangeLog b/dev-vcs/qsvn/ChangeLog index 1f3b4338e955..51c31968108a 100644 --- a/dev-vcs/qsvn/ChangeLog +++ b/dev-vcs/qsvn/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-vcs/qsvn -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/qsvn/ChangeLog,v 1.6 2012/07/15 14:49:00 kensington Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/qsvn/ChangeLog,v 1.7 2013/03/02 21:09:03 hwoarang Exp $ + + 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> qsvn-0.8.3.ebuild: + Move Qt dependencies to the new category 15 Jul 2012; Michael Palimaka <kensington@gentoo.org> files/qsvn-0.8.3-tests.patch, metadata.xml, qsvn-0.8.3.ebuild: diff --git a/dev-vcs/qsvn/qsvn-0.8.3.ebuild b/dev-vcs/qsvn/qsvn-0.8.3.ebuild index 10b7a3d6a949..4cbac5b911a5 100644 --- a/dev-vcs/qsvn/qsvn-0.8.3.ebuild +++ b/dev-vcs/qsvn/qsvn-0.8.3.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/qsvn/qsvn-0.8.3.ebuild,v 1.5 2012/07/15 14:49:00 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/qsvn/qsvn-0.8.3.ebuild,v 1.6 2013/03/02 21:09:03 hwoarang Exp $ EAPI=4 @@ -18,9 +18,9 @@ IUSE="" DEPEND="dev-libs/apr dev-libs/apr-util dev-vcs/subversion - x11-libs/qt-core:4[qt3support] - x11-libs/qt-gui:4[qt3support] - x11-libs/qt-sql:4[sqlite] + dev-qt/qtcore:4[qt3support] + dev-qt/qtgui:4[qt3support] + dev-qt/qtsql:4[sqlite] dev-vcs/subversion" RDEPEND="${DEPEND}" |