diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 20:18:22 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 20:18:22 +0000 |
commit | c230122d2ea5664d7c648329f8b44df65ac09c79 (patch) | |
tree | 23cc79fcdab0220d6b2d50235713cc2ae27b53f0 /dev-tex/pstplus | |
parent | Move Qt dependencies to the new category (diff) | |
download | gentoo-2-c230122d2ea5664d7c648329f8b44df65ac09c79.tar.gz gentoo-2-c230122d2ea5664d7c648329f8b44df65ac09c79.tar.bz2 gentoo-2-c230122d2ea5664d7c648329f8b44df65ac09c79.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-tex/pstplus')
-rw-r--r-- | dev-tex/pstplus/ChangeLog | 8 | ||||
-rw-r--r-- | dev-tex/pstplus/pstplus-1.6.ebuild | 8 |
2 files changed, 9 insertions, 7 deletions
diff --git a/dev-tex/pstplus/ChangeLog b/dev-tex/pstplus/ChangeLog index fd4f634f05ee..090ac9f4cf91 100644 --- a/dev-tex/pstplus/ChangeLog +++ b/dev-tex/pstplus/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tex/pstplus -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/pstplus/ChangeLog,v 1.12 2011/10/05 19:37:19 aballier Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/pstplus/ChangeLog,v 1.13 2013/03/02 20:18:22 hwoarang Exp $ + + 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> pstplus-1.6.ebuild: + Move Qt dependencies to the new category 05 Oct 2011; Alexis Ballier <aballier@gentoo.org> pstplus-1.6.ebuild: remove ptex dep as it is going away @@ -56,4 +59,3 @@ Initial import, ebuild by Vincent-Xavier JUMEL <vincent-xavier.jumel@centraliens-marseille.fr>, bug #206949, modified a bit by me - diff --git a/dev-tex/pstplus/pstplus-1.6.ebuild b/dev-tex/pstplus/pstplus-1.6.ebuild index 7a52fa0d238b..3863250a5500 100644 --- a/dev-tex/pstplus/pstplus-1.6.ebuild +++ b/dev-tex/pstplus/pstplus-1.6.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-tex/pstplus/pstplus-1.6.ebuild,v 1.2 2011/10/05 19:37:19 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/pstplus/pstplus-1.6.ebuild,v 1.3 2013/03/02 20:18:22 hwoarang Exp $ EAPI=4 @@ -14,8 +14,8 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="x11-libs/qt-gui:4 - x11-libs/qt-core:4 +DEPEND="dev-qt/qtgui:4 + dev-qt/qtcore:4 app-text/poppler[qt4]" RDEPEND="${DEPEND} virtual/latex-base |