diff options
author | George Shapovalov <george@gentoo.org> | 2008-04-16 15:06:24 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2008-04-16 15:06:24 +0000 |
commit | d9c2316455d3d727c86ebe431b212fdda723d48b (patch) | |
tree | ee6789094633cc8de92f4094cd9c073f58546043 /dev-ada/asis-gcc/asis-gcc-4.2.2.ebuild | |
parent | amd64 stable, bug #215735. (diff) | |
download | gentoo-2-d9c2316455d3d727c86ebe431b212fdda723d48b.tar.gz gentoo-2-d9c2316455d3d727c86ebe431b212fdda723d48b.tar.bz2 gentoo-2-d9c2316455d3d727c86ebe431b212fdda723d48b.zip |
added DEPEND on ghostscript to make sure ps2pdf is provided. Changed DEPEND on tetex to latex-base.
(Portage version: 2.1.5_rc3)
Diffstat (limited to 'dev-ada/asis-gcc/asis-gcc-4.2.2.ebuild')
-rw-r--r-- | dev-ada/asis-gcc/asis-gcc-4.2.2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-ada/asis-gcc/asis-gcc-4.2.2.ebuild b/dev-ada/asis-gcc/asis-gcc-4.2.2.ebuild index 1f61037a6b6c..a2ab8857a3ee 100644 --- a/dev-ada/asis-gcc/asis-gcc-4.2.2.ebuild +++ b/dev-ada/asis-gcc/asis-gcc-4.2.2.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/dev-ada/asis-gcc/asis-gcc-4.2.2.ebuild,v 1.2 2008/04/16 14:56:06 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.2.2.ebuild,v 1.3 2008/04/16 15:06:24 george Exp $ inherit eutils flag-o-matic gnatbuild multilib @@ -18,6 +18,7 @@ IUSE="doc" RDEPEND="=dev-lang/gnat-gcc-${SLOT}*" DEPEND="${RDEPEND} doc? ( virtual/tetex + app-text/ghostscript-gpl app-text/texi2html )" # overwriting gnatboot's S |