diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2006-11-28 20:23:13 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2006-11-28 20:23:13 +0000 |
commit | a85c5cd248a4148ed3c74bc68dc7bcc7363abf65 (patch) | |
tree | 9821878da5daa7a0de4409d6dcaeefc07e18203d /app-text/texlive | |
parent | Dropped old versions. Cleaned up the ebuild. (diff) | |
download | historical-a85c5cd248a4148ed3c74bc68dc7bcc7363abf65.tar.gz historical-a85c5cd248a4148ed3c74bc68dc7bcc7363abf65.tar.bz2 historical-a85c5cd248a4148ed3c74bc68dc7bcc7363abf65.zip |
moved tcltk USE flag over to separate tk and tcl flags, see bug #17808
Package-Manager: portage-2.1.1-r2
Diffstat (limited to 'app-text/texlive')
-rw-r--r-- | app-text/texlive/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/texlive/texlive-2005.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-text/texlive/ChangeLog b/app-text/texlive/ChangeLog index f900c71101c4..54c0cfe648cf 100644 --- a/app-text/texlive/ChangeLog +++ b/app-text/texlive/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/texlive # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive/ChangeLog,v 1.1 2006/05/28 21:55:51 ehmsen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive/ChangeLog,v 1.2 2006/11/28 20:23:13 opfer Exp $ + + 28 Nov 2006; Christian Faulhammer <opfer@gentoo.org> texlive-2005.ebuild: + moved tcltk USE flag over to separate tk and tcl flags, see bug #17808 *texlive-2005 (28 May 2006) diff --git a/app-text/texlive/texlive-2005.ebuild b/app-text/texlive/texlive-2005.ebuild index b9dfa2ab2e8c..16cdb2863242 100644 --- a/app-text/texlive/texlive-2005.ebuild +++ b/app-text/texlive/texlive-2005.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive/texlive-2005.ebuild,v 1.1 2006/05/28 21:55:51 ehmsen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive/texlive-2005.ebuild,v 1.2 2006/11/28 20:23:13 opfer Exp $ inherit eutils flag-o-matic toolchain-funcs versionator virtualx @@ -16,7 +16,7 @@ SRC_URI="http://dev.gentoo.org/~ehmsen/texlive/${P}-src.tar.bz2 http://dev.gentoo.org/~ehmsen/texlive/${P}-texmf.tar.bz2" KEYWORDS="~amd64 ~x86" -IUSE="X doc tcltk Xaw3d lesstif motif neXt" +IUSE="X doc tcl Xaw3d lesstif motif neXt" # This is less than an ideal name PROVIDE="virtual/tetex" @@ -69,7 +69,7 @@ DEPEND="${MODULAR_X_DEPEND} RDEPEND="${DEPEND} ${BLOCKS} >=dev-lang/perl-5.2 - tcltk? ( dev-perl/perl-tk ) + tk? ( dev-perl/perl-tk ) dev-util/dialog" src_unpack() { |