diff options
author | Alexis Ballier <aballier@gentoo.org> | 2011-10-05 19:37:19 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2011-10-05 19:37:19 +0000 |
commit | b049d855a4e78d2e136c143fa02fdec08d1515b7 (patch) | |
tree | 97056b1218d605f4db41305a6863b688d6f423ef /dev-tex | |
parent | remove old (diff) | |
download | gentoo-2-b049d855a4e78d2e136c143fa02fdec08d1515b7.tar.gz gentoo-2-b049d855a4e78d2e136c143fa02fdec08d1515b7.tar.bz2 gentoo-2-b049d855a4e78d2e136c143fa02fdec08d1515b7.zip |
remove ptex dep as it is going away
(Portage version: 2.2.0_alpha61/cvs/Linux x86_64)
Diffstat (limited to 'dev-tex')
-rw-r--r-- | dev-tex/pstplus/ChangeLog | 5 | ||||
-rw-r--r-- | dev-tex/pstplus/pstplus-1.6.ebuild | 7 |
2 files changed, 6 insertions, 6 deletions
diff --git a/dev-tex/pstplus/ChangeLog b/dev-tex/pstplus/ChangeLog index 994cd515b619..fd4f634f05ee 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.11 2011/10/05 19:35:25 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/pstplus/ChangeLog,v 1.12 2011/10/05 19:37:19 aballier Exp $ + + 05 Oct 2011; Alexis Ballier <aballier@gentoo.org> pstplus-1.6.ebuild: + remove ptex dep as it is going away 05 Oct 2011; Alexis Ballier <aballier@gentoo.org> -pstplus-1.5.ebuild: remove old diff --git a/dev-tex/pstplus/pstplus-1.6.ebuild b/dev-tex/pstplus/pstplus-1.6.ebuild index 52e3fdd8041e..7a52fa0d238b 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 # 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.1 2011/08/22 10:21:22 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/pstplus/pstplus-1.6.ebuild,v 1.2 2011/10/05 19:37:19 aballier Exp $ EAPI=4 @@ -19,10 +19,7 @@ DEPEND="x11-libs/qt-gui:4 app-text/poppler[qt4]" RDEPEND="${DEPEND} virtual/latex-base - || ( - dev-texlive/texlive-pstricks - app-text/ptex - ) + dev-texlive/texlive-pstricks app-text/psutils sci-visualization/gnuplot app-text/ghostscript-gpl |