diff options
author | 2008-09-05 07:38:45 +0000 | |
---|---|---|
committer | 2008-09-05 07:38:45 +0000 | |
commit | 60cfd0748282769ed07c019176a043f62e008fb3 (patch) | |
tree | 9b559c42f9109534d43bd40a377733f75d0ca9a6 /dev-libs | |
parent | change dependency from virtual/tetex to virtual/latex-base for all ebuilds (diff) | |
download | gentoo-2-60cfd0748282769ed07c019176a043f62e008fb3.tar.gz gentoo-2-60cfd0748282769ed07c019176a043f62e008fb3.tar.bz2 gentoo-2-60cfd0748282769ed07c019176a043f62e008fb3.zip |
change dependency from virtual/tetex to virtual/latex-base for all ebuilds
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libtomcrypt/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/libtomcrypt/libtomcrypt-1.06.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-libs/libtomcrypt/ChangeLog b/dev-libs/libtomcrypt/ChangeLog index 157fe9bbdad6..d71d00d6a7f8 100644 --- a/dev-libs/libtomcrypt/ChangeLog +++ b/dev-libs/libtomcrypt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/libtomcrypt # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtomcrypt/ChangeLog,v 1.29 2008/08/06 10:07:52 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtomcrypt/ChangeLog,v 1.30 2008/09/05 07:38:45 opfer Exp $ + + 05 Sep 2008; Christian Faulhammer <opfer@gentoo.org> + libtomcrypt-1.06.ebuild: + change dependency from virtual/tetex to virtual/latex-base for all ebuilds 06 Aug 2008; Ulrich Mueller <ulm@gentoo.org> metadata.xml: Add USE flag description to metadata wrt GLEP 56. diff --git a/dev-libs/libtomcrypt/libtomcrypt-1.06.ebuild b/dev-libs/libtomcrypt/libtomcrypt-1.06.ebuild index abdb9964b388..bd990786c31c 100644 --- a/dev-libs/libtomcrypt/libtomcrypt-1.06.ebuild +++ b/dev-libs/libtomcrypt/libtomcrypt-1.06.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 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.4 2006/09/23 16:20:15 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtomcrypt/libtomcrypt-1.06.ebuild,v 1.5 2008/09/05 07:38:45 opfer Exp $ inherit eutils flag-o-matic @@ -19,7 +19,7 @@ RDEPEND="libtommath? ( dev-libs/libtommath ) tomsfastmath? ( dev-libs/tomsfastmath ) !libtommath? ( !tomsfastmath? ( dev-libs/libtommath ) )" DEPEND="${RDEPEND} - doc? ( virtual/tetex virtual/ghostscript )" + doc? ( virtual/latex-base virtual/ghostscript )" src_unpack() { unpack crypt-${PV}.tar.bz2 |