diff options
author | Keri Harris <keri@gentoo.org> | 2006-09-17 02:02:00 +0000 |
---|---|---|
committer | Keri Harris <keri@gentoo.org> | 2006-09-17 02:02:00 +0000 |
commit | 813a19a2b266c4c33bf47779093e63a906a683b3 (patch) | |
tree | 86b55d02afaf83c7aead0727537aa5245f18e491 /dev-lang/yap/yap-5.1.1.ebuild | |
parent | Marking amd64 stable (diff) | |
download | gentoo-2-813a19a2b266c4c33bf47779093e63a906a683b3.tar.gz gentoo-2-813a19a2b266c4c33bf47779093e63a906a683b3.tar.bz2 gentoo-2-813a19a2b266c4c33bf47779093e63a906a683b3.zip |
tcltk USE flag split. Bug #17808.
(Portage version: 2.1.1)
Diffstat (limited to 'dev-lang/yap/yap-5.1.1.ebuild')
-rw-r--r-- | dev-lang/yap/yap-5.1.1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-lang/yap/yap-5.1.1.ebuild b/dev-lang/yap/yap-5.1.1.ebuild index 58b8e421d5c7..2055946bf1a9 100644 --- a/dev-lang/yap/yap-5.1.1.ebuild +++ b/dev-lang/yap/yap-5.1.1.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/dev-lang/yap/yap-5.1.1.ebuild,v 1.1 2006/04/24 08:13:26 keri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/yap/yap-5.1.1.ebuild,v 1.2 2006/09/17 02:02:00 keri Exp $ inherit autotools eutils @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="Artistic LGPL-2" SLOT="0" KEYWORDS="~x86 ~ppc" -IUSE="debug doc gmp java mpi mysql odbc readline static tcltk threads" +IUSE="debug doc gmp java mpi mysql odbc readline static tk threads" DEPEND="gmp? ( dev-libs/gmp ) java? ( virtual/jdk ) @@ -23,7 +23,7 @@ DEPEND="gmp? ( dev-libs/gmp ) readline? ( sys-libs/readline )" RDEPEND="${DEPEND} - tcltk? ( dev-lang/tk )" + tk? ( dev-lang/tk )" S="${WORKDIR}"/${MY_P} @@ -70,7 +70,7 @@ src_compile() { src_install() { make DESTDIR="${D}" install || die "make install failed." - if use tcltk ; then + if use tk ; then exeinto /usr/bin doexe misc/tkyap fi |