diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 19:40:55 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 19:40:55 +0000 |
commit | 33a0d7558aef1e56240385c3ed9d5a8a725227e7 (patch) | |
tree | 8fcef07734402dbaaa3f58c787c7cc79fabb7b0c /app-text/cb2bib | |
parent | Move Qt dependencies to the new category (diff) | |
download | gentoo-2-33a0d7558aef1e56240385c3ed9d5a8a725227e7.tar.gz gentoo-2-33a0d7558aef1e56240385c3ed9d5a8a725227e7.tar.bz2 gentoo-2-33a0d7558aef1e56240385c3ed9d5a8a725227e7.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 'app-text/cb2bib')
-rw-r--r-- | app-text/cb2bib/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/cb2bib/cb2bib-1.4.9.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-text/cb2bib/ChangeLog b/app-text/cb2bib/ChangeLog index 33f9cc0d6948..8b06ae1802cc 100644 --- a/app-text/cb2bib/ChangeLog +++ b/app-text/cb2bib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/cb2bib # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/cb2bib/ChangeLog,v 1.19 2013/02/10 14:55:51 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/cb2bib/ChangeLog,v 1.20 2013/03/02 19:40:55 hwoarang Exp $ + + 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> cb2bib-1.4.9.ebuild: + Move Qt dependencies to the new category 10 Feb 2013; Michael Palimaka <kensington@gentoo.org> -cb2bib-1.4.8.ebuild: Remove old. diff --git a/app-text/cb2bib/cb2bib-1.4.9.ebuild b/app-text/cb2bib/cb2bib-1.4.9.ebuild index a7c996567245..f3b1dbd97b0c 100644 --- a/app-text/cb2bib/cb2bib-1.4.9.ebuild +++ b/app-text/cb2bib/cb2bib-1.4.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/cb2bib/cb2bib-1.4.9.ebuild,v 1.3 2013/02/10 12:24:48 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/cb2bib/cb2bib-1.4.9.ebuild,v 1.4 2013/03/02 19:40:55 hwoarang Exp $ EAPI=4 @@ -17,10 +17,10 @@ IUSE="debug +lzo +webkit" DEPEND=" x11-libs/libX11 - x11-libs/qt-core:4 - x11-libs/qt-gui:4 + dev-qt/qtcore:4 + dev-qt/qtgui:4 lzo? ( dev-libs/lzo:2 ) - webkit? ( x11-libs/qt-webkit:4 ) + webkit? ( dev-qt/qtwebkit:4 ) " RDEPEND="${DEPEND}" |