diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 19:46:27 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 19:46:27 +0000 |
commit | 0467b80ee97ccabdb2a5ca0ba0097be0484effd2 (patch) | |
tree | 63ed59f1a12b6a898a7165af886a242d42d262ce /app-text/diffpdf/diffpdf-2.1.1.ebuild | |
parent | Move Qt dependencies to the new category (diff) | |
download | historical-0467b80ee97ccabdb2a5ca0ba0097be0484effd2.tar.gz historical-0467b80ee97ccabdb2a5ca0ba0097be0484effd2.tar.bz2 historical-0467b80ee97ccabdb2a5ca0ba0097be0484effd2.zip |
Move Qt dependencies to the new category
Package-Manager: portage-2.1.11.52/cvs/Linux x86_64
Manifest-Sign-Key: 0xC2BA7F3C!
Diffstat (limited to 'app-text/diffpdf/diffpdf-2.1.1.ebuild')
-rw-r--r-- | app-text/diffpdf/diffpdf-2.1.1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-text/diffpdf/diffpdf-2.1.1.ebuild b/app-text/diffpdf/diffpdf-2.1.1.ebuild index 0686c95a0f19..a808661bf8ea 100644 --- a/app-text/diffpdf/diffpdf-2.1.1.ebuild +++ b/app-text/diffpdf/diffpdf-2.1.1.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/app-text/diffpdf/diffpdf-2.1.1.ebuild,v 1.1 2012/09/22 00:08:15 reavertm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/diffpdf/diffpdf-2.1.1.ebuild,v 1.2 2013/03/02 19:41:14 hwoarang Exp $ EAPI="4" @@ -17,8 +17,8 @@ IUSE="" DEPEND=" >=app-text/poppler-0.12.3[qt4] - >=x11-libs/qt-core-4.6:4 - >=x11-libs/qt-gui-4.6:4 + >=dev-qt/qtcore-4.6:4 + >=dev-qt/qtgui-4.6:4 " RDEPEND="${DEPEND}" |