diff options
author | Peter Volkov <pva@gentoo.org> | 2009-12-26 17:33:08 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2009-12-26 17:33:08 +0000 |
commit | db33d610f904bcbdfb5898ee7e47a10579183fb1 (patch) | |
tree | 8892af4e52f41788566d6004b169cce2ad235681 /dev-libs/libtomcrypt/libtomcrypt-1.06.ebuild | |
parent | virtual/ghostscript->app-text/ghostscript-gpl: ghostscript-gpl is the only im... (diff) | |
download | gentoo-2-db33d610f904bcbdfb5898ee7e47a10579183fb1.tar.gz gentoo-2-db33d610f904bcbdfb5898ee7e47a10579183fb1.tar.bz2 gentoo-2-db33d610f904bcbdfb5898ee7e47a10579183fb1.zip |
virtual/ghostscript->app-text/ghostscript-gpl: ghostscript-gpl is the only implementation left in the tree.
(Portage version: 2.1.7.16/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/libtomcrypt/libtomcrypt-1.06.ebuild')
-rw-r--r-- | dev-libs/libtomcrypt/libtomcrypt-1.06.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libtomcrypt/libtomcrypt-1.06.ebuild b/dev-libs/libtomcrypt/libtomcrypt-1.06.ebuild index 27c9c7469d7a..a312d0326746 100644 --- a/dev-libs/libtomcrypt/libtomcrypt-1.06.ebuild +++ b/dev-libs/libtomcrypt/libtomcrypt-1.06.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtomcrypt/libtomcrypt-1.06.ebuild,v 1.6 2009/12/07 11:27:04 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtomcrypt/libtomcrypt-1.06.ebuild,v 1.7 2009/12/26 17:33:08 pva Exp $ inherit eutils flag-o-matic @@ -17,7 +17,7 @@ RDEPEND="libtommath? ( dev-libs/libtommath ) tomsfastmath? ( dev-libs/tomsfastmath ) !libtommath? ( !tomsfastmath? ( dev-libs/libtommath ) )" DEPEND="${RDEPEND} - doc? ( virtual/latex-base virtual/ghostscript )" + doc? ( virtual/latex-base app-text/ghostscript-gpl )" src_unpack() { unpack crypt-${PV}.tar.bz2 |