diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 17:25:02 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 17:25:02 +0000 |
commit | 39cedb49d0b6dce45a6c2e6cd1a3448d1d4d3a4c (patch) | |
tree | 568b89891ea4a8a4a970595d27d35f50143940be /dev-tex/tth/tth-3.66.ebuild | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-39cedb49d0b6dce45a6c2e6cd1a3448d1d4d3a4c.tar.gz gentoo-2-39cedb49d0b6dce45a6c2e6cd1a3448d1d4d3a4c.tar.bz2 gentoo-2-39cedb49d0b6dce45a6c2e6cd1a3448d1d4d3a4c.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'dev-tex/tth/tth-3.66.ebuild')
-rw-r--r-- | dev-tex/tth/tth-3.66.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-tex/tth/tth-3.66.ebuild b/dev-tex/tth/tth-3.66.ebuild index 2c04ae3590a8..08460758fd3d 100644 --- a/dev-tex/tth/tth-3.66.ebuild +++ b/dev-tex/tth/tth-3.66.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/tth/tth-3.66.ebuild,v 1.2 2007/07/24 15:56:29 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/tth/tth-3.66.ebuild,v 1.3 2009/09/23 17:25:02 patrick Exp $ inherit toolchain-funcs @@ -13,7 +13,7 @@ LICENSE="free-noncomm" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="virtual/libc" +DEPEND="" S="${WORKDIR}/tth_C" |