diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-08-17 20:38:58 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-08-17 20:38:58 +0000 |
commit | 9cf1e219ae2ed296cb63ec9015ae63d5d2765959 (patch) | |
tree | 91695158c2f05748e6d298ac92ea699255d9e79a /app-text/active-dvi | |
parent | amd64/x86 stable, bug #235028; add GLEP 56 USE flag desc from use.local.desc (diff) | |
download | gentoo-2-9cf1e219ae2ed296cb63ec9015ae63d5d2765959.tar.gz gentoo-2-9cf1e219ae2ed296cb63ec9015ae63d5d2765959.tar.bz2 gentoo-2-9cf1e219ae2ed296cb63ec9015ae63d5d2765959.zip |
Amend previous commit... texlive-pictures is also missing.
(Portage version: 2.2_rc8/cvs/Linux 2.6.26.2 x86_64)
Diffstat (limited to 'app-text/active-dvi')
-rw-r--r-- | app-text/active-dvi/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/active-dvi/active-dvi-1.7.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/active-dvi/ChangeLog b/app-text/active-dvi/ChangeLog index 7ee5303680f5..a56295f59ec1 100644 --- a/app-text/active-dvi/ChangeLog +++ b/app-text/active-dvi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/active-dvi # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/ChangeLog,v 1.22 2008/08/17 20:35:22 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/ChangeLog,v 1.23 2008/08/17 20:38:58 aballier Exp $ + + 17 Aug 2008; Alexis Ballier <aballier@gentoo.org> active-dvi-1.7.3.ebuild: + Amend previous commit... texlive-pictures is also missing. 17 Aug 2008; Alexis Ballier <aballier@gentoo.org> active-dvi-1.7.3.ebuild: Add missing deps on pstricks, spotted by Markus Meier. diff --git a/app-text/active-dvi/active-dvi-1.7.3.ebuild b/app-text/active-dvi/active-dvi-1.7.3.ebuild index 73c865f8d9ad..9064346dc09b 100644 --- a/app-text/active-dvi/active-dvi-1.7.3.ebuild +++ b/app-text/active-dvi/active-dvi-1.7.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/active-dvi-1.7.3.ebuild,v 1.4 2008/08/17 20:35:22 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/active-dvi-1.7.3.ebuild,v 1.5 2008/08/17 20:38:58 aballier Exp $ EAPI=1 @@ -25,7 +25,7 @@ RDEPEND=">=dev-lang/ocaml-3.10.0 virtual/ghostscript x11-libs/libXinerama" DEPEND="${RDEPEND} - || ( dev-texlive/texlive-pstricks app-text/tetex app-text/ptex ) + || ( ( dev-texlive/texlive-pstricks dev-texlive/texlive-pictures ) app-text/tetex app-text/ptex ) x11-proto/xineramaproto dev-tex/hevea" |