diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 23:49:19 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 23:49:19 +0000 |
commit | 26cd1857d57b015c2b9d673f4a9f737782ea739a (patch) | |
tree | 93b3cbf35bd1ac325ecb405f2f09105d5d74cca8 /x11-misc/kdocker | |
parent | Move Qt dependencies to the new category (diff) | |
download | gentoo-2-26cd1857d57b015c2b9d673f4a9f737782ea739a.tar.gz gentoo-2-26cd1857d57b015c2b9d673f4a9f737782ea739a.tar.bz2 gentoo-2-26cd1857d57b015c2b9d673f4a9f737782ea739a.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 'x11-misc/kdocker')
-rw-r--r-- | x11-misc/kdocker/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/kdocker/kdocker-4.8.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/x11-misc/kdocker/ChangeLog b/x11-misc/kdocker/ChangeLog index f4a3bfff9187..2064f4145115 100644 --- a/x11-misc/kdocker/ChangeLog +++ b/x11-misc/kdocker/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/kdocker -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/kdocker/ChangeLog,v 1.3 2012/12/20 17:23:42 kensington Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/kdocker/ChangeLog,v 1.4 2013/03/02 23:49:19 hwoarang Exp $ + + 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> kdocker-4.8.ebuild: + Move Qt dependencies to the new category 20 Dec 2012; Michael Palimaka <kensington@gentoo.org> -kdocker-4.7.ebuild: Remove old. diff --git a/x11-misc/kdocker/kdocker-4.8.ebuild b/x11-misc/kdocker/kdocker-4.8.ebuild index d6d5b7e8426c..5180c0c39f7d 100644 --- a/x11-misc/kdocker/kdocker-4.8.ebuild +++ b/x11-misc/kdocker/kdocker-4.8.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/x11-misc/kdocker/kdocker-4.8.ebuild,v 1.1 2012/08/07 11:39:01 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/kdocker/kdocker-4.8.ebuild,v 1.2 2013/03/02 23:49:19 hwoarang Exp $ EAPI=4 LANGS="it" @@ -19,8 +19,8 @@ DEPEND=" x11-libs/libX11 x11-libs/libXmu x11-libs/libXpm - x11-libs/qt-core:4 - x11-libs/qt-gui:4 + dev-qt/qtcore:4 + dev-qt/qtgui:4 " RDEPEND="${DEPEND}" |