diff options
author | 2013-03-02 20:22:42 +0000 | |
---|---|---|
committer | 2013-03-02 20:22:42 +0000 | |
commit | 8fd0c45a9adb0703eaa18b5b702f2892c89e667b (patch) | |
tree | 122c56d4e00dea0b08c2126339e6bc8e016fc796 | |
parent | Move Qt dependencies to the new category (diff) | |
download | gentoo-2-8fd0c45a9adb0703eaa18b5b702f2892c89e667b.tar.gz gentoo-2-8fd0c45a9adb0703eaa18b5b702f2892c89e667b.tar.bz2 gentoo-2-8fd0c45a9adb0703eaa18b5b702f2892c89e667b.zip |
Move Qt dependencies to the new category
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
-rw-r--r-- | dev-util/kscope/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/kscope/kscope-1.9.4-r1.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-util/kscope/ChangeLog b/dev-util/kscope/ChangeLog index 3d3588d8ecf8..7677a4b885b7 100644 --- a/dev-util/kscope/ChangeLog +++ b/dev-util/kscope/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/kscope -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/kscope/ChangeLog,v 1.53 2012/12/20 16:55:03 kensington Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/kscope/ChangeLog,v 1.54 2013/03/02 20:22:42 hwoarang Exp $ + + 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> kscope-1.9.4-r1.ebuild: + Move Qt dependencies to the new category 20 Dec 2012; Michael Palimaka <kensington@gentoo.org> -kscope-1.9.4.ebuild: Remove old. diff --git a/dev-util/kscope/kscope-1.9.4-r1.ebuild b/dev-util/kscope/kscope-1.9.4-r1.ebuild index 191faf7b4133..e76397bbbc02 100644 --- a/dev-util/kscope/kscope-1.9.4-r1.ebuild +++ b/dev-util/kscope/kscope-1.9.4-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/kscope/kscope-1.9.4-r1.ebuild,v 1.2 2011/08/07 18:36:32 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/kscope/kscope-1.9.4-r1.ebuild,v 1.3 2013/03/02 20:22:42 hwoarang Exp $ EAPI=4 @@ -15,8 +15,8 @@ SLOT="4" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" -RDEPEND="x11-libs/qt-core:4 - x11-libs/qt-gui:4 +RDEPEND="dev-qt/qtcore:4 + dev-qt/qtgui:4 x11-libs/qscintilla" DEPEND="${RDEPEND}" |